summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet2024-04-291-1/+2
* | | | page_pool: constify some read-only function argumentsAlexander Lobakin2024-04-241-5/+5
* | | | net: create a dummy net_device allocatorBreno Leitao2024-04-241-18/+38
* | | | net: free_netdev: exit earlier if dummyBreno Leitao2024-04-241-1/+2
* | | | net: core: Fix documentationBreno Leitao2024-04-241-2/+2
* | | | neighbour: fix neigh_master_filtered()Eric Dumazet2024-04-231-1/+1
* | | | netdev: support dumping a single netdev in qstatsJakub Kicinski2024-04-232-13/+40
* | | | Merge branch 'for-uring-ubufops' into HEADJakub Kicinski2024-04-221-12/+24
|\ \ \ \
| * | | | net: add callback for setting a ubuf_info to skbPavel Begunkov2024-04-221-6/+14
| * | | | net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-6/+10
| | |_|/ | |/| |
* | | | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* | | | neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet2024-04-191-4/+5
* | | | neighbour: fix neigh_dump_info() return valueEric Dumazet2024-04-191-18/+13
* | | | neighbour: add RCU protection to neigh_tables[]Eric Dumazet2024-04-191-11/+19
* | | | net: rps: locklessly access rflow->cpuJason Xing2024-04-191-1/+1
* | | | net: rps: protect filter locklesslyJason Xing2024-04-191-4/+4
* | | | net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing2024-04-191-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-171-0/+6
| |/ /
* | | neighbour: guarantee the localhost connections be established successfully ev...Zheng Li2024-04-181-1/+3
* | | netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet2024-04-171-2/+3
* | | net: constify net_classHeiner Kallweit2024-04-151-1/+1
* | | net: save some cycles when doing skb_attempt_defer_free()Jason Xing2024-04-151-3/+3
* | | net: dev_addr_lists: move locking out of init/exit in kunitJakub Kicinski2024-04-151-2/+12
* | | drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa2024-04-151-10/+10
* | | fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet2024-04-121-8/+9
* | | net: mirror skb frag ref/unref helpersMina Almasry2024-04-111-42/+4
* | | net: move skb ref helpers to new headerMina Almasry2024-04-112-0/+2
* | | net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov2024-04-101-1/+1
* | | net: cache for same cpu skb_attempt_defer_freePavel Begunkov2024-04-101-1/+14
* | | net: remove napi_frag_unrefMina Almasry2024-04-091-1/+1
* | | net: display more skb fields in skb_dump()Eric Dumazet2024-04-081-6/+12
* | | net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet2024-04-081-3/+3
* | | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-061-0/+9
* | | net: skbuff: generalize the skb->decrypted bitJakub Kicinski2024-04-061-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-043-2/+9
|\| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-0/+6
| |\ \
| | * | bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-021-0/+6
| * | | net: do not consume a cacheline for system_page_poolEric Dumazet2024-03-291-1/+1
| * | | gro: fix ownership transferAntoine Tenart2024-03-291-1/+2
| |/ /
* | | net: enable timestamp static key if CPUMarcelo Tosatti2024-04-031-0/+5
* | | page_pool: try direct bulk recyclingAlexander Lobakin2024-04-021-2/+5
* | | page_pool: check for PP direct cache locality laterAlexander Lobakin2024-04-022-51/+50
* | | net: rps: add rps_input_queue_head_add() helperEric Dumazet2024-04-011-5/+8
* | | net: rps: change input_queue_tail_incr_save()Eric Dumazet2024-04-011-8/+12
* | | net: enqueue_to_backlog() cleanupEric Dumazet2024-04-011-13/+11
* | | net: make softnet_data.dropped an atomic_tEric Dumazet2024-04-012-5/+11
* | | net: enqueue_to_backlog() change vs not running deviceEric Dumazet2024-04-011-4/+5
* | | net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet2024-04-011-0/+17
* | | net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet2024-04-011-3/+3