summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-20Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li1-11/+22
2023-05-20Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li1-3/+3
2023-05-20Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li1-9/+12
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2-2/+8
2023-05-19tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski1-0/+4
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski3-31/+113
2023-05-19tls: rx: strp: factor out copying skb dataJakub Kicinski1-10/+23
2023-05-19tls: rx: strp: fix determining record length in copy modeJakub Kicinski1-6/+15
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski1-5/+11
2023-05-19tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski1-0/+2
2023-05-19tls: rx: device: fix checking decryption statusJakub Kicinski1-1/+1
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds32-170/+179
2023-05-18Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski3-10/+18
2023-05-18Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski7-37/+63
2023-05-18bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-18atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds6-46/+66
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-05-17netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal1-3/+1
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-05-17Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-74/+29
2023-05-17Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-2/+2
2023-05-17devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel1-1/+1
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee1-1/+2
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg1-1/+1
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET1-2/+2
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer1-1/+5
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp1-1/+1
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long1-2/+2
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long1-3/+6
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long3-2/+19
2023-05-15net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen1-5/+3
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown4-27/+39
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown1-1/+2
2023-05-13erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-12vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2023-05-12ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-05-12devlink: change per-devlink netdev notifier to static oneJiri Pirko3-13/+9
2023-05-11Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-6/+12
2023-05-11af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima1-8/+12
2023-05-11af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima1-1/+1
2023-05-11net: datagram: fix data-races in datagram_poll()Eric Dumazet1-5/+10