summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2-11/+7
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-22/+53
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+1
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima1-4/+23
2024-05-01net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-01netpoll: Fix race condition in netpoll_owner_activeBreno Leitao1-1/+1
2024-05-01net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet3-4/+4
2024-05-01net: add <net/proto_memory.h>Eric Dumazet2-0/+2
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet5-4/+3
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet3-5/+3
2024-05-01inet: introduce dst_rtable() helperEric Dumazet2-3/+2
2024-04-30net: page_pool: support error injectionJakub Kicinski1-0/+2
2024-04-30netdev: add queue statsXuan Zhuo1-2/+21
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-19/+259
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet2-2/+2
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-14/+33
2024-04-24page_pool: constify some read-only function argumentsAlexander Lobakin1-5/+5
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-18/+38
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao1-1/+2
2024-04-24net: core: Fix documentationBreno Leitao1-2/+2
2024-04-24neighbour: fix neigh_master_filtered()Eric Dumazet1-1/+1
2024-04-23netdev: support dumping a single netdev in qstatsJakub Kicinski2-13/+40
2024-04-23Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-12/+24
2024-04-23net: add callback for setting a ubuf_info to skbPavel Begunkov1-6/+14
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-6/+10
2024-04-22xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen1-10/+32
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet1-4/+5
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet1-18/+13
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet1-11/+19
2024-04-19net: rps: locklessly access rflow->cpuJason Xing1-1/+1
2024-04-19net: rps: protect filter locklesslyJason Xing1-4/+4
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing1-4/+4
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-11bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-16/+247
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