summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-170/+179
2023-05-17Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-10/+18
2023-05-17Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-37/+63
2023-05-17bridge: always declare tunnel functionsArnd Bergmann-4/+4
2023-05-17atm: hide unused procfs functionsArnd Bergmann-0/+2
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds-46/+66
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal-7/+13
2023-05-17netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal-3/+1
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix-0/+4
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet-2/+2
2023-05-16Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-74/+29
2023-05-16Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...Jakub Kicinski-2/+2
2023-05-16devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel-1/+1
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefJohannes Berg-30/+47
2023-05-16wifi: mac80211: simplify chanctx allocationJohannes Berg-1/+1
2023-05-16wifi: mac80211: Abort running color change when stopping the APMichael Lee-1/+2
2023-05-16wifi: mac80211: fix min center freq offset tracingJohannes Berg-1/+1
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Christophe JAILLET-2/+2
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac-2/+3
2023-05-16wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer-1/+5
2023-05-15can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp-1/+1
2023-05-15can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp-1/+1
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long-2/+2
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long-3/+6
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long-2/+19
2023-05-15net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen-5/+3
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever-1/+1
2023-05-14SUNRPC: always free ctxt when freeing deferred requestNeilBrown-27/+39
2023-05-14SUNRPC: double free xprt_ctxt while still in useNeilBrown-1/+2
2023-05-13erspan: get the proto with the md version for collect_mdXin Long-5/+8
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet-2/+3
2023-05-12vsock: avoid to close connected socket after the timeoutZhuang Shengen-1/+1
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet-8/+8
2023-05-11devlink: change per-devlink netdev notifier to static oneJiri Pirko-13/+9
2023-05-10Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-6/+12
2023-05-10af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima-8/+12
2023-05-10af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima-1/+1
2023-05-10net: datagram: fix data-races in datagram_poll()Eric Dumazet-5/+10
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet-9/+11
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet-6/+4
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet-19/+22
2023-05-10net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet-1/+1
2023-05-10netlink: annotate accesses to nlk->cb_runningEric Dumazet-4/+4
2023-05-10netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal-3/+6
2023-05-10netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal-3/+6
2023-05-10xfrm: Check if_id in inbound policy/secpath matchBenedict Wong-5/+6
2023-05-10af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner-4/+8
2023-05-10xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner-5/+9
2023-05-07net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet-2/+2