summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-05-18net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-05-02net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-20bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-20page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-20net: page_pool: don't cast mp param to devmemPavel Begunkov1-1/+1
2025-04-10net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
2025-04-10rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima1-1/+1
2025-04-10xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang1-0/+2
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-04-10net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima1-19/+0
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-10net: devmem: do not WARN conditionally after netdev_rx_queue_restart()Taehee Yoo1-1/+3
2025-03-08netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-08netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-17/+40
2025-02-27net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-27net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-02-27net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-26tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-0/+10
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-02-22net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-5/+22
2025-02-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-13/+12
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-02-20net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-20flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-20flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-19dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima1-4/+2
2025-02-19net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima1-4/+44
2025-02-19net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-18drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski2-22/+98
2025-02-11neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-08Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-98/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2025-02-07rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-07flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-04net: harmonize tstats and dstatsPaolo Abeni1-0/+14
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-37/+21
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet1-30/+3
2025-01-30net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-01-30bpf: Disable non stream socket for strparserJiayuan Chen1-1/+4
2025-01-30bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+7
2025-01-29bpf: Remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowedJared Kangas1-12/+1