summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-08-25ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-25devlink: Fix use-after-free after a failed reloadIdo Schimmel1-2/+2
2022-08-25SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust3-20/+20
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-08-25sunrpc: fix expiry of auth credsDan Aloni1-1/+1
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin1-1/+7
2022-08-25bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao1-1/+1
2022-08-25bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao1-1/+19
2022-08-25bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao1-1/+9
2022-08-25mptcp: do not queue data on closed subflowsPaolo Abeni2-5/+14
2022-08-25mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni3-26/+18
2022-08-25netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal1-11/+10
2022-08-25rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2022-08-21net_sched: cls_route: disallow handle of 0Jamal Hadi Salim1-0/+10
2022-08-17Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz1-7/+6
2022-08-17wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg1-3/+0
2022-08-17wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg1-12/+13
2022-08-17wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg1-1/+11
2022-08-17wifi: nl80211: hold wdev mutex for tid configJohannes Berg1-0/+3
2022-08-17wifi: cfg80211: handle IBSS in channel switchJohannes Berg1-0/+3
2022-08-17mptcp: refine memory schedulingPaolo Abeni1-1/+2
2022-08-17raw: fix a typo in raw_icmp_error()Eric Dumazet1-1/+1
2022-08-17raw: remove unused variables from raw6_icmp_error()Eric Dumazet1-3/+0
2022-08-17tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-08-17net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-08-17batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)1-7/+2
2022-08-17net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-08-17net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua1-0/+1
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet5-16/+16
2022-08-179p: Drop kref usageKent Overstreet1-11/+8
2022-08-17dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-08-17net: rose: fix netdev reference changesEric Dumazet2-2/+11
2022-08-17ax25: fix incorrect dev_tracker usageEric Dumazet1-2/+2
2022-08-17bpf: Fix bpf_xdp_pointer return pointerJoanne Koong1-1/+1
2022-08-17bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon1-0/+1
2022-08-17Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz1-0/+3
2022-08-17Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang1-3/+2
2022-08-17Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang1-5/+5
2022-08-17Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2-3/+12
2022-08-17wifi: nl80211: acquire wdev mutex for dump_surveyJohannes Berg1-0/+2
2022-08-17tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-08-17skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian1-2/+2
2022-08-17wifi: mac80211: move some future per-link data to bss_confJohannes Berg20-122/+125
2022-08-17wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg19-487/+1084
2022-08-17wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg1-5/+13
2022-08-17wifi: mac80211: set STA deflink addressesJohannes Berg1-0/+2
2022-08-17raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima1-1/+1
2022-08-17raw: convert raw sockets to RCUEric Dumazet5-69/+69