summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-10-24net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa1-0/+4
2022-10-24Revert "net/ieee802154: reject zero-sized raw_sendmsg()"Alexander Aring1-3/+0
2022-10-24Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz1-0/+7
2022-10-24net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian1-1/+2
2022-10-24can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan1-3/+4
2022-10-24Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz1-0/+3
2022-10-24Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa1-4/+6
2022-10-24xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum1-0/+1
2022-10-24net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert1-0/+2
2022-10-24tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-24openvswitch: Fix overreporting of drops in dropwatchMike Pattrick1-2/+3
2022-10-24openvswitch: Fix double reporting of drops in dropwatchMike Pattrick1-3/+10
2022-10-24once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-2/+2
2022-10-24net/ieee802154: reject zero-sized raw_sendmsg()Tetsuo Handa1-0/+3
2022-10-24af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima1-6/+7
2022-10-24net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa1-1/+1
2022-10-24Bluetooth: hci_sync: Fix not indicating power stateLuiz Augusto von Dentz1-0/+1
2022-10-24tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-7/+14
2022-10-24sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long1-4/+14
2022-10-24vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-10-24netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2-1/+8
2022-10-24xfrm: Reinject transport-mode packets through workqueueLiu Jian1-5/+13
2022-10-24Bluetooth: hci_core: Fix not handling link timeouts propertlyLuiz Augusto von Dentz1-11/+23
2022-10-24skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian1-4/+8
2022-10-24flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang1-2/+2
2022-10-24netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart1-4/+6
2022-10-24netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart1-2/+8
2022-10-24Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz1-0/+3
2022-10-24xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2-23/+21
2022-10-24esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2-2/+8
2022-10-24wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan1-3/+0
2022-10-24wifi: cfg80211: get correct AP link chandefShaul Triebitz1-0/+4
2022-10-24io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+20
2022-10-15mctp: prevent double key removal and unrefJeremy Kerr2-12/+21
2022-10-15wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg1-11/+20
2022-10-15wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg1-5/+7
2022-10-15wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg1-0/+9
2022-10-15wifi: cfg80211: fix BSS refcounting bugsJohannes Berg1-13/+14
2022-10-15wifi: cfg80211: ensure length byte is present before accessJohannes Berg1-2/+4
2022-10-15wifi: mac80211: fix MBSSID parsing use-after-freeJohannes Berg2-16/+24
2022-10-15wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2-0/+4
2022-10-15wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg1-1/+1
2022-10-12Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa2-4/+17
2022-10-12net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-19/+23
2022-10-12xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2-4/+5
2022-10-05wifi: mac80211: fix memory corruption in minstrel_ht_update_rates()Paweł Lenkow1-2/+4
2022-10-05wifi: mac80211: fix regression with non-QoS driversHans de Goede1-0/+4
2022-10-05wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja1-2/+2
2022-10-05net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua1-1/+4
2022-10-05mptcp: fix unreleased socket in accept queueMenglong Dong3-27/+9