- a51e3ac Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
- 1ebb87c gro: Fix inconsistent indenting by Jiapeng Chong · 3 years, 1 month ago
- 19f36ed net/rds: correct socket tunable error in rds_tcp_tune() by William Kucharski · 3 years, 1 month ago
- 76d0016 mctp: Don't let RTM_DELROUTE delete local routes by Matt Johnston · 3 years, 1 month ago
- 00e158f net/smc: Keep smc_close_final rc during active close by Tony Lu · 3 years, 1 month ago
- 789b6cc net/smc: fix wrong list_del in smc_lgr_cleanup_early by Dust Li · 3 years, 1 month ago
- 213f5f8 ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
- 7a10d8c net: annotate data-races on txq->xmit_lock_owner by Eric Dumazet · 3 years, 1 month ago
- f123cff net: netlink: af_netlink: Prevent empty skb by adding a check on len. by Harshit Mogalapalli · 3 years, 1 month ago
- 5fdc233 Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Jakub Kicinski · 3 years, 1 month ago
- 20ae1d6 wireguard: device: reset peer src endpoint when netns exits by Jason A. Donenfeld · 3 years, 1 month ago
- beacff5 rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() by Eiichi Tsukata · 3 years, 1 month ago
- ca77fba rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle() by Eiichi Tsukata · 3 years, 1 month ago
- cdef485 ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 1 month ago
- d851956 mctp: test: fix skb free in test device tx by Jeremy Kerr · 3 years, 1 month ago
- 5961060 net/tls: Fix authentication failure in CCM mode by Tianjia Zhang · 3 years, 1 month ago
- 1891681 net: mpls: Remove rcu protection from nh_dev by Benjamin Poirier · 3 years, 1 month ago
- 7d4741e net: mpls: Fix notifications when deleting a device by Benjamin Poirier · 3 years, 1 month ago
- d06c942 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 1 month ago
- 7413927 Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 1 month ago
- bacb6c1 net/smc: Don't call clcsock shutdown twice when smc shutdown by Tony Lu · 3 years, 1 month ago
- 01d9cc2 net: vlan: fix underflow for the real_dev refcnt by Ziyang Xuan · 3 years, 1 month ago
- 0276af2 ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() by Julian Wiedmann · 3 years, 1 month ago
- de6d259 net/sched: sch_ets: don't peek at classes beyond 'nbands' by Davide Caratti · 3 years, 1 month ago
- f3911f7 tls: fix replacing proto_ops by Jakub Kicinski · 3 years, 1 month ago
- e062fe9 tls: splice_read: fix accessing pre-processed records by Jakub Kicinski · 3 years, 1 month ago
- 520493f tls: splice_read: fix record type check by Jakub Kicinski · 3 years, 1 month ago
- 9ebb0c4 net/smc: Fix loop in smc_listen by Guo DaXing · 3 years, 1 month ago
- 587acad net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() by Karsten Graul · 3 years, 1 month ago
- 4e1fddc tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows by Eric Dumazet · 3 years, 1 month ago
- ac13285 net/ncsi : Add payload to be 32-bit aligned to fix dropped packets by Kumar Thangavel · 3 years, 1 month ago
- 606a63c net/smc: Ensure the active closing peer first closes clcsock by Tony Lu · 3 years, 1 month ago
- 45c3ff7 net/smc: Clean up local struct sock variables by Tony Lu · 3 years, 1 month ago
- 1c74312 net: nexthop: fix null pointer dereference when IPv6 is not enabled by Nikolay Aleksandrov · 3 years, 1 month ago
- 064a917 SUNRPC: use different lock keys for INET6 and LOCAL by NeilBrown · 3 years, 1 month ago
- 1005f19 net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group by Nikolay Aleksandrov · 3 years, 1 month ago
- 8837cbb net: ipv6: add fib6_nh_release_dsts stub by Nikolay Aleksandrov · 3 years, 1 month ago
- 4177d5b net, neigh: Fix crash in v6 module initialization error path by Daniel Borkmann · 3 years, 1 month ago
- 7a61432 net/smc: Avoid warning of possible recursive locking by Wen Gu · 3 years, 1 month ago
- f7a36b0 vsock/virtio: suppress used length validation by Michael S. Tsirkin · 3 years, 1 month ago
- 19d36c5 ipv6: fix typos in __ip6_finish_output() by Eric Dumazet · 3 years, 1 month ago
- f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 1 month ago
- bcd9773 mptcp: use delegate action to schedule 3rd ack retrans by Paolo Abeni · 3 years, 1 month ago
- ee50e67b mptcp: fix delack timer by Eric Dumazet · 3 years, 1 month ago
- d6821c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 1 month ago
- 8d0112a Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 1 month ago
- 5f9c55c ipv6: check return value of ipv6_skip_exthdr by Jordy Zomer · 3 years, 1 month ago
- fec1faf devlink: Don't throw an error if flash notification sent before devlink visible by Leon Romanovsky · 3 years, 1 month ago
- f915b75 page_pool: Revert "page_pool: disable dma mapping support..." by Yunsheng Lin · 3 years, 1 month ago
- 48b71a9 NFC: add NCI_UNREG flag to eliminate the race by Lin Ma · 3 years, 1 month ago
- 3e3b5df NFC: reorder the logic in nfc_{un,}register_device by Lin Ma · 3 years, 1 month ago
- 86cdf8e NFC: reorganize the functions in nci_request by Lin Ma · 3 years, 1 month ago
- 3e6db07 tipc: check for null after calling kmemdup by Tadeusz Struk · 3 years, 1 month ago
- f799ada net: sched: act_mirred: drop dst for the direction from egress to ingress by Xin Long · 3 years, 2 months ago
- f5c7416 Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 3 years, 1 month ago
- f083ec3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
- 099f896 udp: Validate checksum in udp_read_sock() by Cong Wang · 3 years, 1 month ago
- 5e0bc30 bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs by Dmitrii Banshchikov · 3 years, 1 month ago
- cf4f553 net/smc: Make sure the link_id is unique by Wen Gu · 3 years, 1 month ago
- 938cca9 sock: fix /proc/net/sockstat underflow in sk_clone_lock() by Tetsuo Handa · 3 years, 1 month ago
- 271351d tipc: only accept encrypted MSG_CRYPTO msgs by Xin Long · 3 years, 1 month ago
- 6def480 net: return correct error code by liuguoqiang · 3 years, 1 month ago
- 2153bd1 net/smc: Transfer remaining wait queue entries during fallback by Wen Gu · 3 years, 1 month ago
- 86c3a3e tipc: use consistent GFP flags by Tadeusz Struk · 3 years, 2 months ago
- 30f6cf9 mac80211: fix throughput LED trigger by Felix Fietkau · 3 years, 1 month ago
- 6dd23603 mac80211: fix monitor_sdata RCU/locking assertions by Johannes Berg · 3 years, 2 months ago
- f6ab25d mac80211: drop check for DONT_REORDER in __ieee80211_select_queue by Felix Fietkau · 3 years, 2 months ago
- c033a38 mac80211: fix radiotap header generation by Johannes Berg · 3 years, 2 months ago
- 77dfc2b mac80211: do not access the IV when it was stripped by Xing Song · 3 years, 2 months ago
- ce6b697 nl80211: fix radio statistics in survey dump by Johannes Berg · 3 years, 2 months ago
- 563fbef cfg80211: call cfg80211_stop_ap when switch from P2P_GO type by Nguyen Dinh Phi · 3 years, 2 months ago
- 1aa3b22 net,lsm,selinux: revert the security_sctp_assoc_established() hook by Paul Moore · 3 years, 1 month ago
- 0ecca62 Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 3 years, 1 month ago
- 70701b8 tcp: Fix uninitialized access in skb frags array for Rx 0cp. by Arjun Roy · 3 years, 2 months ago
- 32a370a net,lsm,selinux: revert the security_sctp_assoc_established() hook by Paul Moore · 3 years, 2 months ago
- 199d983 xsk: Fix crash on double free in buffer pool by Magnus Karlsson · 3 years, 2 months ago
- f54ca91 Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
- 0315a07 net: fix premature exit from NAPI state polling in napi_disable() by Alexander Lobakin · 3 years, 2 months ago
- 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
- 2ec20f4 Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 2 months ago
- 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
- e5d5aad net/smc: fix sk_refcnt underflow on linkdown and fallback by Dust Li · 3 years, 2 months ago
- c7cd82b vsock: prevent unnecessary refcnt inc for nonblocking connect by Eiichi Tsukata · 3 years, 2 months ago
- 6dc2540 net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any by Eric Dumazet · 3 years, 2 months ago
- fceb079 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 2 months ago
- f89ce84 Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 3 years, 2 months ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- a20deb3 sections: move and rename core_kernel_data() to is_kernel_core_data() by Kefeng Wang · 3 years, 2 months ago
- b2c4618 bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg by Jussi Maki · 3 years, 2 months ago
- e0dc3b9 bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding by John Fastabend · 3 years, 2 months ago
- c5d2177 bpf, sockmap: Fix race in ingress receive verdict with redirect to self by John Fastabend · 3 years, 2 months ago
- b8b8315 bpf, sockmap: Remove unhash handler for BPF sockmap usage by John Fastabend · 3 years, 2 months ago
- 40a3412 bpf, sockmap: Use stricter sk state checks in sk_lookup_assign by John Fastabend · 3 years, 2 months ago
- 39f6eed netfilter: flowtable: fix IPv6 tunnel addr match by Will Mortensen · 3 years, 2 months ago
- c08d328 netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emit by Jing Yao · 3 years, 2 months ago
- c95c078 netfilter: ipvs: Fix reuse connection if RS weight is 0 by yangxingwu · 3 years, 2 months ago
- 77522ff netfilter: ctnetlink: do not erase error code with EINVAL by Florent Fourcot · 3 years, 2 months ago
- ad81d4d netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY by Florent Fourcot · 3 years, 2 months ago
- 00d8b83 netfilter: nft_payload: Remove duplicated include in nft_payload.c by Wan Jiabing · 3 years, 2 months ago
- aca39d9 libceph, ceph: move ceph_osdc_copy_from() into cephfs code by Luís Henriques · 3 years, 2 months ago