summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-145/+205
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-145/+201
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann-6/+4
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer-1/+9
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen-8/+8
2023-04-13udp6: fix potential access to stale informationEric Dumazet-3/+5
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni-2/+9
2023-04-13mptcp: stricter state check in mptcp_workerPaolo Abeni-1/+1
2023-04-13mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni-15/+8
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg-2/+28
2023-04-13wifi: mac80211: flush queues on STA removalJohannes Berg-0/+8
2023-04-13wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg-2/+2
2023-04-13sunrpc: Fix RFC6803 encryption testDavid Howells-0/+1
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley-6/+2
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley-8/+4
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long-1/+2
2023-04-13net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan-3/+5
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi-3/+10
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig-1/+125
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig-3/+22
2023-04-12bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu-4/+6
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima-0/+11
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean-5/+137
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean-12/+423
2023-04-11Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-105/+126
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou-1/+7
2023-04-11sunrpc: simplify one-level sysctl registration for debug_tableLuis Chamberlain-10/+1
2023-04-11sunrpc: move sunrpc_table and proc routines aboveLuis Chamberlain-19/+16
2023-04-11sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain-11/+2
2023-04-11sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain-10/+1
2023-04-11wifi: mac80211: set EHT support flag in AP modeAloka Dixit-0/+4
2023-04-10Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2023-04-10Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz-18/+6
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu-1/+1
2023-04-10Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz-6/+24
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz-7/+9
2023-04-10Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz-29/+40
2023-04-10Bluetooth: Fix race condition in hidp_session_threadMin Li-1/+1
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz-15/+21
2023-04-10Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz-28/+24
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean-25/+41
2023-04-07net: make SO_BUSY_POLL available to all usersEric Dumazet-9/+4
2023-04-07Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-1/+1
2023-04-07net: openvswitch: fix race on port outputFelix Huettner-1/+2
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing-0/+3
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-90/+179
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-101/+184
2023-04-06net: rfkill-gpio: Add explicit include for of.hRob Herring-0/+1
2023-04-06xsk: Fix unaligned descriptor validationKal Conley-0/+1