summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-26net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker
2025-02-26net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-02-17Merge commit '71f0dd5a3293d75d26d405ffbaedfdda4836af32' of git://git.kernel.o...Jens Axboe
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel
2025-02-06Merge branch 'io_uring-zero-copy-rx'Jakub Kicinski
2025-02-06net: add helpers for setting a memory provider on an rx queueDavid Wei
2025-02-06net: page_pool: add memory provider helpersPavel Begunkov
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov
2025-02-06net: page_pool: add a mp hook to unregister_netdevice*Pavel Begunkov
2025-02-06net: page_pool: add callback for mp info printingPavel Begunkov
2025-02-06net: page_pool: create hooks for custom memory providersPavel Begunkov
2025-02-06net: generalise net_iov chunk ownersPavel Begunkov
2025-02-06net: prefix devmem specific helpersPavel Begunkov
2025-02-06net: page_pool: don't cast mp param to devmemPavel Begunkov
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-05net: flush_backlog() small changesEric Dumazet
2025-02-05net-sysfs: remove rtnl_trylock from queue attributesAntoine Tenart
2025-02-05net-sysfs: prevent uncleared queues from being re-addedAntoine Tenart
2025-02-05net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart
2025-02-05net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart
2025-02-04net: warn if NAPI instance wasn't shut downJakub Kicinski
2025-02-04neighbour: remove neigh_parms_destroy()Eric Dumazet
2025-02-03net: harmonize tstats and dstatsPaolo Abeni
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen
2025-01-29bpf: Disable non stream socket for strparserJiayuan Chen