summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin
2024-04-24net: create a dummy net_device allocatorBreno Leitao
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao
2024-04-24net: core: Fix documentationBreno Leitao
2024-04-23neighbour: fix neigh_master_filtered()Eric Dumazet
2024-04-23netdev: support dumping a single netdev in qstatsJakub Kicinski
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski
2024-04-22net: add callback for setting a ubuf_info to skbPavel Begunkov
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet
2024-04-19net: rps: locklessly access rflow->cpuJason Xing
2024-04-19net: rps: protect filter locklesslyJason Xing
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18neighbour: guarantee the localhost connections be established successfully ev...Zheng Li
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-15net: constify net_classHeiner Kallweit
2024-04-15net: save some cycles when doing skb_attempt_defer_free()Jason Xing
2024-04-15net: dev_addr_lists: move locking out of init/exit in kunitJakub Kicinski
2024-04-15drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa
2024-04-12fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry
2024-04-11net: move skb ref helpers to new headerMina Almasry
2024-04-10net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov
2024-04-10net: cache for same cpu skb_attempt_defer_freePavel Begunkov
2024-04-09net: remove napi_frag_unrefMina Almasry
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti
2024-04-02page_pool: try direct bulk recyclingAlexander Lobakin
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin