summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-17Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-17wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg
2022-08-17wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg
2022-08-17wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg
2022-08-17wifi: nl80211: hold wdev mutex for tid configJohannes Berg
2022-08-17wifi: cfg80211: handle IBSS in channel switchJohannes Berg
2022-08-17mptcp: refine memory schedulingPaolo Abeni
2022-08-17raw: fix a typo in raw_icmp_error()Eric Dumazet
2022-08-17raw: remove unused variables from raw6_icmp_error()Eric Dumazet
2022-08-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-17net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-08-17batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)
2022-08-17net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-08-17net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet
2022-08-179p: Drop kref usageKent Overstreet
2022-08-17dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-08-17net: rose: fix netdev reference changesEric Dumazet
2022-08-17ax25: fix incorrect dev_tracker usageEric Dumazet
2022-08-17bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-08-17bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-08-17Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz
2022-08-17Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang
2022-08-17Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang
2022-08-17Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi
2022-08-17wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg
2022-08-17tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-17skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-08-17wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2022-08-17wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-08-17wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg
2022-08-17wifi: mac80211: set STA deflink addressesJohannes Berg
2022-08-17raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima
2022-08-17raw: convert raw sockets to RCUEric Dumazet
2022-08-17raw: use more conventional iteratorsEric Dumazet
2022-08-17ping: convert to RCU lookups, get rid of rwlockEric Dumazet
2022-08-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet
2022-08-17netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-17netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-17netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-17netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo
2022-08-17netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-17netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-07-28net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima
2022-07-27sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long
2022-07-27tcp: md5: fix IPv4-mapped supportEric Dumazet
2022-07-26mptcp: Do not return EINPROGRESS when subflow creation succeedsMat Martineau
2022-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-07-26Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz