summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
21 hoursMerge branch 'headers' of git://git.infradead.org/users/willy/pagecache.gitMark Brown
22 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
3 daysnet: reject oversized tx_queue_len at netlink parse timeJamal Hadi Salim
3 daysnet: cap tx_queue_len at S16_MAX to prevent oversized ring allocationsJamal Hadi Salim
3 daysnetdev: avoid skipping objects on race with device disappearanceJakub Kicinski
3 daysnet: mpls: clear inner_protocol when the last label is poppedFourie Zhang
4 daysneighbour: Remove unnecessary net_eq().Kuniyuki Iwashima
4 daysneighbour: Don't store net in struct pneigh_entry.Kuniyuki Iwashima
4 daysneighbour: Namespacify neigh_tables.Kuniyuki Iwashima
4 daysneighbour: Convert neigh_table.entries to refcount_t.Kuniyuki Iwashima
4 daysneighbour: Clean up neigh_table_init() and neigh_table_clear().Kuniyuki Iwashima
4 daysneighbour: Remove neigh_tables[].Kuniyuki Iwashima
4 daysneighbour: Store arp_tbl and nd_tbl in net->neigh_tables[].Kuniyuki Iwashima
4 daysneighbour: Remove __rcu from neigh_tables[].Kuniyuki Iwashima
4 daysneighbour: Remove unnecessary EXPORT_SYMBOL().Kuniyuki Iwashima
4 daysneighbour: Remove lock dance for neigh_update_{gc,managed}_list().Kuniyuki Iwashima
4 daysneighbour: Remove __neigh_for_each_release().Kuniyuki Iwashima
5 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
5 daysnetdev: don't use dev->flags for IFF_UPJakub Kicinski
5 daysnetdev: correct error code in netdev_nl_queue_fill_lease()Jakub Kicinski
5 daysnet: Remove conflicting altnames for dying netns in __dev_change_net_namespac...Kuniyuki Iwashima
6 daysnet: Make skb_ext_put_mctp() idempotentJakub Sitnicki
6 daysnet: Make skb_ext_put_sp() idempotentJakub Sitnicki
7 daysnet: psp: do not inherit the Rx association on cloneNorbert Szetei
7 dayspage_pool: keep frag_offset aligned for odd-sized requestsFlorian Schauer
10 daysnet: iptunnel: fix stale transport header during tunnel decapsulationDong Chenchen
12 daysnet: Guard for gso_segs overflow in skb_segmentAlice Mikityanska
14 daysnet: Remove includes of pagemap.hMatthew Wilcox (Oracle)
2026-08-25net: fix a resource leak in copy_net_ns() error handling pathTetsuo Handa
2026-08-25net: core: fix head-page leak in skb_zerocopyMina Almasry
2026-08-25net: core: check skb_frags_readable before uncloning in skb_copy_ubufsMina Almasry
2026-08-25net: skbuff: don't touch shared zerocopy state in skb_tx_error()Norbert Szetei
2026-08-25net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei
2026-08-22net: page_pool: Remove zone/policy GFP flags when allocating XArray entriesRong Zhang
2026-08-22xdp: fix zero-copy frame layoutWeiming Shi
2026-08-20net: core: propagate unreadable flag in skb_zerocopyMina Almasry
2026-08-20net: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa
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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-18net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()Tetsuo Handa
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: pktgen: use a consistent flow countQi Zhang
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-17bpf, xdp: move offload check into dev_xdp_install()Jiayuan Chen
2026-08-17bpf: Clear decap state on skb_adjust_room shrink pathNick Hudson
2026-08-17bpf: Allow new DECAP flags and add guard railsNick Hudson