summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov-6/+10
2024-04-22xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen-10/+32
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh-1/+1
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet-4/+5
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet-18/+13
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet-11/+19
2024-04-19net: rps: locklessly access rflow->cpuJason Xing-1/+1
2024-04-19net: rps: protect filter locklesslyJason Xing-4/+4
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing-4/+4
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+6
2024-04-18neighbour: guarantee the localhost connections be established successfully ev...Zheng Li-1/+3
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet-2/+3
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet-0/+6
2024-04-15net: constify net_classHeiner Kallweit-1/+1
2024-04-15net: save some cycles when doing skb_attempt_defer_free()Jason Xing-3/+3
2024-04-15net: dev_addr_lists: move locking out of init/exit in kunitJakub Kicinski-2/+12
2024-04-15drop_monitor: replace spin_lock by raw_spin_lockWander Lairson Costa-10/+10
2024-04-12fib: rules: no longer hold RTNL in fib_nl_dumprule()Eric Dumazet-8/+9
2024-04-11net: mirror skb frag ref/unref helpersMina Almasry-42/+4
2024-04-11net: move skb ref helpers to new headerMina Almasry-0/+2
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song-16/+247
2024-04-10net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov-1/+1
2024-04-10net: cache for same cpu skb_attempt_defer_freePavel Begunkov-1/+14
2024-04-09net: remove napi_frag_unrefMina Almasry-1/+1
2024-04-08net: display more skb fields in skb_dump()Eric Dumazet-6/+12
2024-04-08net: dqs: use sysfs_emit() in favor of sprintf()Eric Dumazet-3/+3
2024-04-08bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing-4/+1
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier-0/+9
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski-3/+2
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+9
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+6
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti-0/+5
2024-04-02page_pool: try direct bulk recyclingAlexander Lobakin-2/+5
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin-51/+50
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki-0/+6
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet-5/+8
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet-8/+12
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet-13/+11
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet-5/+11
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet-4/+5
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet-0/+17
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet-3/+3
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski-5/+2
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin-9/+125
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin-18/+28
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg-22/+16
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-4/+4
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet-1/+1
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima-0/+2
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima-0/+2