summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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: dismiss sk_forward_alloc_get()Paolo 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-19net: fib_rules: Enable port mask usageIdo Schimmel
2025-02-19net: fib_rules: Add port mask supportIdo Schimmel
2025-02-19net: fib_rules: Add port mask attributesIdo Schimmel
2025-02-19bpf: Support TCP_RTO_MAX_MS for bpf_setsockoptJason Xing
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-18net: Remove redundant variable declaration in __dev_change_flags()Breno Leitao
2025-02-18page_pool: avoid infinite loop to schedule delayed workerJason Xing
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj
2025-02-18netdev: Switch to use hrtimer_setup()Nam Cao
2025-02-17netdev-genl: Add an XSK attribute to queuesJoe Damato
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski
2025-02-12net: avoid unconditionally touching sk_tsflags on RXPaolo Abeni
2025-02-12net: report csum_complete via qstatsJakub Kicinski
2025-02-10net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima
2025-02-10net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima
2025-02-10net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima
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