summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2026-02-07bpf: Convert bpf_selem_link_map to failableAmery Hung1-1/+8
2026-02-07bpf: Select bpf_local_storage_map_bucket based on bpf_local_storageAmery Hung1-1/+1
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+55
2026-02-05net: get rid of net/core/request_sock.cEric Dumazet2-19/+1
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet1-85/+0
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet1-24/+0
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet1-0/+36
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp1-0/+4
2026-02-04bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().Kuniyuki Iwashima1-1/+1
2026-02-04net: gro: fix outer network offsetPaolo Abeni1-0/+2
2026-02-04net: add proper RCU protection to /proc/net/ptypeEric Dumazet1-16/+34
2026-02-03netclassid: use thread_group_leader(p) in update_classid_task()Oleg Nesterov1-1/+1
2026-02-03net: Keep ignoring isolated cpuset changeFrederic Weisbecker1-1/+1
2026-02-03linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen1-5/+15
2026-02-01bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon1-1/+1
2026-01-31net: don't touch dev->stats in BPF redirect pathsJakub Kicinski1-4/+4
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet1-6/+10
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang1-0/+2
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-0/+3
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-3/+24
2026-01-27net: include <linux/hex.h> from sysctl_net_core.cEric Dumazet1-0/+1
2026-01-26net: core: neighbour: Make another netlink notification atomicallyPetr Machata1-4/+9
2026-01-26net: core: neighbour: Make one netlink notification atomicallyPetr Machata1-3/+5
2026-01-26net: core: neighbour: Reorder netlink & internal notificationPetr Machata1-2/+2
2026-01-26net: core: neighbour: Inline neigh_update_notify() callsPetr Machata1-11/+10
2026-01-26net: core: neighbour: Process ARP queue laterPetr Machata1-1/+7
2026-01-26net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata1-35/+43
2026-01-26net: core: neighbour: Call __neigh_notify() under a lockPetr Machata1-6/+12
2026-01-26net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata1-7/+17
2026-01-26net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+8
2026-01-26net: inline get_netmem() and put_netmem()Eric Dumazet1-21/+10
2026-01-26net: inline net_is_devmem_iov()Eric Dumazet2-11/+1
2026-01-26gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-01-25bpf: add fsession supportMenglong Dong1-0/+1
2026-01-23net: add queue config validation callbackJakub Kicinski3-14/+66
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski3-38/+34
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski1-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski2-0/+33
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-21net: add kdoc for napi_consume_skb()Jakub Kicinski1-1/+12
2026-01-21net: fclone allocation small optimizationEric Dumazet1-1/+8
2026-01-21net: remove legacy way to get/set HW timestamp configVadim Fedorenko1-44/+16
2026-01-21net: split kmalloc_reserve() to allow inliningEric Dumazet1-20/+21
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski2-9/+39
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski7-435/+24
2026-01-21bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-2/+15