summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-071-3/+2
|\
| * xsk: Skip polling event check for unbound socketYewon Choi2023-12-051-3/+2
* | tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-061-1/+5
* | net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-063-10/+8
* | net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov2023-12-061-0/+9
* | net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov2023-12-061-0/+6
* | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-065-9/+9
* | ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-061-4/+7
* | tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-3/+19
* | packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-042-9/+9
|/
* ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-11-301-5/+1
* Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-299-101/+357
|\
| * wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg2023-11-271-45/+105
| * wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-272-33/+43
| * wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+160
| * wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2023-11-241-0/+1
| * wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg2023-11-242-2/+7
| * wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg2023-11-241-0/+2
| * wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-11-242-19/+32
| * wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flushOldřich Jedlička2023-11-241-2/+7
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-293-2/+7
|\ \
| * | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-303-2/+7
* | | ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2023-11-291-0/+1
* | | ipv4: igmp: fix refcnt uaf issue when receiving igmp query packetZhengchao Shao2023-11-241-2/+4
* | | mptcp: fix uninit-value in mptcp_incoming_optionsEdward Adam Davis2023-11-241-0/+1
|/ /
* | tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn2023-11-231-0/+3
* | net/smc: avoid data corruption caused by declineD. Wythe2023-11-221-2/+6
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-212-6/+70
|\ \
| * | bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann2023-11-201-5/+13
| * | bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2023-11-202-0/+9
| * | net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann2023-11-201-1/+48
* | | ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan2023-11-211-1/+1
* | | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-1912-0/+12
|/ /
* | rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-11-171-13/+13
* | rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-11-171-19/+16
* | rxrpc: Fix some minor issues with bundle tracingDavid Howells2023-11-171-3/+4
* | Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-11-166-40/+45
|\ \
| * | netfilter: nf_tables: split async and sync catchall in two functionsPablo Neira Ayuso2023-11-141-25/+30
| * | netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2023-11-141-7/+7
| * | netfilter: nf_tables: bogus ENOENT when destroying element which does not existPablo Neira Ayuso2023-11-141-2/+3
| * | netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2023-11-142-3/+4
| * | netfilter: nf_conntrack_bridge: initialize err to 0Linkui Xiao2023-11-141-1/+1
| * | netfilter: nft_set_rbtree: Remove unused variable nft_netYang Li2023-11-141-2/+0
* | | net: sched: do not offload flows with a helper in act_ctXin Long2023-11-161-0/+3
* | | net: Fix undefined behavior in netdev name allocationGal Pressman2023-11-151-1/+3
* | | Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey2023-11-151-5/+0
* | | mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni2023-11-141-0/+3
* | | mptcp: add validity check for sending RM_ADDRGeliang Tang2023-11-141-2/+3
* | | mptcp: fix possible NULL pointer dereference on closePaolo Abeni2023-11-141-3/+4
* | | mptcp: deal with large GSO sizePaolo Abeni2023-11-141-0/+4
|/ /