summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
33 hoursConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
45 hoursConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
3 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
4 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
5 daysMerge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
6 daysnet: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet
6 daysnet: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
7 daysnet: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet
11 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
12 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
13 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
14 daysMerge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-06net/ipv6: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-06net/ipv6: Drop HBH for BIG TCP on RX sideAlice Mikityanska
2026-02-06net: skb: allow up to 8 skb extension idsOliver Hartkopp
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan
2026-02-06bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}Amery Hung
2026-02-06bpf: Remove unused percpu counter from bpf_local_storage_map_freeAmery Hung
2026-02-06bpf: Convert bpf_selem_unlink to failableAmery Hung
2026-02-06bpf: Convert bpf_selem_link_map to failableAmery Hung
2026-02-06bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima
2026-02-03net: gro: fix outer network offsetPaolo Abeni
2026-02-03net: add proper RCU protection to /proc/net/ptypeEric Dumazet
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker
2026-02-02linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen
2026-01-31bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski
2026-01-30tcp: 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