summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
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
2026-01-23net: introduce mangleid_featuresPaolo Abeni
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski
2026-01-20net: fclone allocation small optimizationEric Dumazet
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-20net: Add queue-create operationDaniel Borkmann
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov