summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
26 hoursMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
42 hoursMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...davem/net/maindavem/net/HEADdavem/net-next/maindavem/net-next/HEADLinus Torvalds
3 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
4 daysMerge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysnet/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
7 daysnet/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska
7 daysnet: skb: allow up to 8 skb extension idsOliver Hartkopp
7 daysnetns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan
7 daysbpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung
7 daysbpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung
7 daysbpf: Convert bpf_selem_unlink to failableAmery Hung
7 daysbpf: Convert bpf_selem_link_map to failableAmery Hung
7 daysbpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung
8 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
8 daysnet: get rid of net/core/request_sock.cEric Dumazet
8 daystcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet
8 daysinet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet
8 daysnet: add vlan_get_protocol_offset_inline() helperEric Dumazet
8 dayscan: add CAN skb extension infrastructureOliver Hartkopp
9 daysbpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima
10 daysnet: gro: fix outer network offsetPaolo Abeni
10 daysnet: add proper RCU protection to /proc/net/ptypeEric Dumazet
10 daysnetclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov
10 daysnet: Keep ignoring isolated cpuset changeFrederic Weisbecker
11 dayslinkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen
13 daysbpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon
13 daysnet: don't touch dev->stats in BPF redirect pathsJakub Kicinski
14 daystcp: reduce tcp sockets size by one cache lineEric Dumazet
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-01-26net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet
2026-01-24bpf: add fsession supportMenglong Dong
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski