summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-04-18neighbour: guarantee the localhost connections be established successfully ev...Zheng Li1-1/+3
2024-04-18netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet1-2/+3
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+6
2024-04-15net: constify net_classHeiner Kallweit1-1/+1
2024-04-15net: save some cycles when doing skb_attempt_defer_free()Jason Xing1-3/+3
2024-04-15net: dev_addr_lists: move locking out of init/exit in kunitJakub Kicinski1-2/+12
2024-04-15drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa1-10/+10
2024-04-13fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet1-8/+9
2024-04-12net: mirror skb frag ref/unref helpersMina Almasry1-42/+4
2024-04-12net: move skb ref helpers to new headerMina Almasry2-0/+2
2024-04-11net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov1-1/+1
2024-04-11net: cache for same cpu skb_attempt_defer_freePavel Begunkov1-1/+14
2024-04-10net: remove napi_frag_unrefMina Almasry1-1/+1
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet1-6/+12
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet1-3/+3
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+9
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski1-3/+2
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+9
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+6
2024-04-04net: enable timestamp static key if CPUMarcelo Tosatti1-0/+5
2024-04-03page_pool: try direct bulk recyclingAlexander Lobakin1-2/+5
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin2-51/+50
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-5/+8
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-8/+12
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet1-13/+11
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet2-5/+11
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet1-4/+5
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-0/+17
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-3/+3
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski1-5/+2
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin2-9/+125
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2-18/+28
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg2-22/+16
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-4/+4
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet1-1/+1
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima1-0/+2
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima1-0/+2
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima1-0/+7
2024-03-29gro: fix ownership transferAntoine Tenart1-1/+2
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+10
2024-03-29net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski1-5/+4
2024-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+0
2024-03-27net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin1-1/+1
2024-03-26net: remove skb_free_datagram_locked()Eric Dumazet1-19/+0
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior1-17/+17
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior2-6/+23
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior1-35/+113