aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
14 daysnet: sched: fix 32-bit backlog wrap in gred, bfifo and plug enqueueJamal Hadi Salim3-4/+4
14 daysnet: tcp: block mixing readable and unreadable fragsMina Almasry1-1/+2
14 daysnet: core: propagate unreadable flag in skb_zerocopyMina Almasry2-1/+15
14 daysnet/packet: defer vmalloc TX_RING free until skbs finishKyle Zeng1-9/+87
14 daysvlan: fix skb_under_panic and races when toggling HW VLAN offloadEric Dumazet1-32/+7
14 daysbatman-adv: reject unrepresentable multicast TVLV offsetsKyle Zeng1-1/+4
14 daysipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng1-0/+7
14 daysinetpeer: randomize RB-tree node comparison using SipHashEric Dumazet1-3/+35
14 daysip6mr: do not clone dst in ip6mr_cache_report()Eric Dumazet1-1/+2
14 daysmptcp: fix uninitialized local_id in syncookie MP_JOIN reconstructionHarshit Varu1-0/+1
14 daysnet: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa1-0/+4
14 daysMerge tag 'nfsd-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds21-320/+580
14 daysipv6: avoid divide by zero in rt6_multipath_rebalanceCen Zhang (Microsoft)1-1/+1
14 daysnet: mctp: hold a reference to the route device in mctp_route_lookup()Aldo Ariel Panzardo1-2/+17
14 daysipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()Andrea Mayer1-14/+12
14 daysnet/tcp-ao: fix use-after-free of current_key on reconnect to another peerHyunwoo Kim1-0/+9
14 daysnet/sched: add get_fill_size callbacks for actions missing themVictor Nogueira9-1/+235
14 daysnet: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen2-3/+3
14 daysMerge tag 'ipsec-2026-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski6-26/+73
14 daysMerge tag 'nf-next-26-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski9-114/+301
14 daysipv6: use RCU iterator to dump route exceptionsYuyang Huang1-1/+1
14 daysnet: bridge: Reject descending VLAN tunnel rangesRuoyu Wang1-1/+2
14 daysxsk: fix NULL pointer dereference in __xsk_rcv()Cen Zhang (Microsoft)1-3/+27
14 daysMerge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-1/+1
14 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds323-4361/+7555
14 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds8-156/+744
2026-08-19vsock/virtio: restore msg_iter on transmission failureOctavian Purdila1-0/+13
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-198/+314
2026-08-18net: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang1-3/+5
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa1-0/+1
2026-08-18net: openvswitch: fix flow mask use-after-free on flow deletionIlya Maximets1-22/+23
2026-08-18sctp: stop processing a packet once its association is deletedHyunwoo Kim1-0/+4
2026-08-18ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang1-0/+4
2026-08-18net: dsa: initial MT7628 tagging driverJoris Vaisvila3-0/+100
2026-08-18vsock: use sock_error() to consume sk_err after a failed connectNguyen Dinh Phi1-4/+2
2026-08-18vsock: remove the now-unused rejected flagNguyen Dinh Phi1-31/+15
2026-08-18vsock: don't check the listener's sk_err in vsock_accept()Nguyen Dinh Phi1-7/+3
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets1-15/+2
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou2-0/+4
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou4-6/+12
2026-08-18ip6_gre: fix hardware header length for NBMA tunnelsZhiling Zou1-9/+4
2026-08-18net/smc: hash socket only after full initialisation in smc_sk_init()Mahanta Jambigi1-1/+1
2026-08-18mpls: reload header after pskb_may_pull()Qing Ming1-0/+2
2026-08-18xfrm: bound nat keepalive state collectionZihan Xi1-25/+21
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-3/+3
2026-08-17net: bridge: vlan: fix inverted default vlan notificationNikolay Aleksandrov1-2/+2
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra3-8/+46
2026-08-17net: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra1-3/+3
2026-08-17net: af_unix: enable custom setsockopt for all socket typesJori Koolstra1-4/+6
2026-08-17tls: fix RX desync on overlapping skbsMaximilian Immanuel Brandtner1-5/+11