summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima
2025-02-10net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-02-07net: page_pool: avoid false positive warning if NAPI was never addedJakub Kicinski
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski
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-06netdev-genl: Elide napi_id when not presentJoe Damato
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
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-01-29bpf: Remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowedJared Kangas
2025-01-27net: page_pool: don't try to stash the napi idJakub Kicinski
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-20net: sched: refine software bypass handling in tc_runXin Long
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet
2025-01-17net: let net.core.dev_weight always be non-zeroLiu Jian
2025-01-16bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu