summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-20net/sched: add get_fill_size callbacks for actions missing themVictor Nogueira
2026-08-20net: advertise TCP MSS from the configured MTU, not the learned PMTUJiayuan Chen
2026-08-20Merge tag 'ipsec-2026-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-20Merge tag 'nf-next-26-08-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-20ipv6: use RCU iterator to dump route exceptionsYuyang Huang
2026-08-20net: bridge: Reject descending VLAN tunnel rangesRuoyu Wang
2026-08-20xsk: fix NULL pointer dereference in __xsk_rcv()Cen Zhang (Microsoft)
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-08-19Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan
2026-08-19Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen
2026-08-19vsock/virtio: restore msg_iter on transmission failureOctavian Purdila
2026-08-18Bluetooth: hci_event: clear HCI_LE_ADV only on a created connectionValentin Kindschi
2026-08-18Bluetooth: hci_conn: re-enable advertising only for peripheral roleValentin Kindschi
2026-08-18Bluetooth: mgmt: reply to cancelled mgmt commands instead of silently droppingShuai Zhang
2026-08-18Bluetooth: hci_core: Return -ENOMEM when the sent_cmd clone failsIbrahim Abdelkader
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18net: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa
2026-08-18net: openvswitch: fix flow mask use-after-free on flow deletionIlya Maximets
2026-08-18sctp: stop processing a packet once its association is deletedHyunwoo Kim
2026-08-18ipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
2026-08-18net: dsa: initial MT7628 tagging driverJoris Vaisvila
2026-08-18vsock: use sock_error() to consume sk_err after a failed connectNguyen Dinh Phi
2026-08-18vsock: remove the now-unused rejected flagNguyen Dinh Phi
2026-08-18vsock: don't check the listener's sk_err in vsock_accept()Nguyen Dinh Phi
2026-08-18net: ip_tunnel: remove unused non-strict __ip_tunnel_change_mtuIlya Maximets
2026-08-18ip: orphan prefetched skbs before multicast forwardingZhiling Zou
2026-08-18net: cap advertised IP tunnel headroomZhiling Zou
2026-08-18ip6_gre: fix hardware header length for NBMA tunnelsZhiling Zou
2026-08-18xfrm: add missing rcu_read_lock(), skb_dst_force() and dev_hold() for xfrm_tr...Eric Dumazet
2026-08-18xfrm: fix compat ALLOCSPI request use-after-freeKyle Zeng
2026-08-18ipv6: xfrm: use full sockets in local error pathsZhiling Zou
2026-08-18xfrm: iptfs: fix runt reassembly panic from short inner tot_lenHenry Martin
2026-08-18xfrm: add missing RCU read lock in xfrm_send_migrate_state()Aleksandr Nogikh
2026-08-18xfrm: serialize state GC with device state flushChengfeng Ye
2026-08-18xfrm: iptfs: fix stack OOB read in iptfs_skb_reset_frag_walk()Roshan Kumar
2026-08-18net/smc: hash socket only after full initialisation in smc_sk_init()Mahanta Jambigi
2026-08-18mpls: reload header after pskb_may_pull()Qing Ming
2026-08-18xfrm: bound nat keepalive state collectionZihan Xi
2026-08-17Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-17net: bridge: vlan: fix inverted default vlan notificationNikolay Aleksandrov
2026-08-17net: af_unix: useful handling of LSM denials on SCM_RIGHTSJori Koolstra
2026-08-17net: scm: move scm_detach_fds() from common path to scm_recv_unix()Jori Koolstra
2026-08-17net: af_unix: enable custom setsockopt for all socket typesJori Koolstra
2026-08-17tls: fix RX desync on overlapping skbsMaximilian Immanuel Brandtner
2026-08-17mptcp: add per-event MIB counters for MPTCP_RST_EMPTCP resetsShardul Bankar
2026-08-17mptcp: honour configured min/max RTO in retransmit pathsKalpan Jani
2026-08-17mptcp: pm: userspace: make remove_addr_entry staticMatthieu Baerts (NGI0)