summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds6 days1-30/+48
|\
| * page_pool: check for DMA sync shortcut earlierAlexander Lobakin2024-05-081-14/+19
| * page_pool: don't use driver-set flags field directlyAlexander Lobakin2024-05-071-19/+22
| * page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin2024-05-071-0/+10
* | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds8 days1-2/+2
|\ \
| * | net: change proto and proto_ops accept typeJens Axboe12 days1-2/+2
* | | net: revert partially applied PHY topology seriesJakub Kicinski12 days1-9/+0
* | | netdev: Add queue stats for TX stop and wakeDaniel Jurgens12 days1-1/+3
* | | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert12 days1-3/+0
|/ /
* | af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-4/+11
|\ \
| * | net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-061-3/+10
| * | rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats2024-05-031-1/+1
* | | net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet2024-05-081-1/+1
* | | net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2024-05-081-2/+3
* | | net: add IEEE 802.1q specific helpersOleksij Rempel2024-05-082-0/+243
* | | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-3/+2
* | | rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet2024-05-071-5/+7
* | | rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2024-05-072-8/+11
* | | rtnetlink: do not depend on RTNL for many attributesEric Dumazet2024-05-071-20/+31
* | | net: write once on dev->allmulti and dev->promiscuityEric Dumazet2024-05-071-16/+20
* | | rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-072-3/+3
* | | rtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet2024-05-071-2/+6
* | | rtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet2024-05-071-3/+3
* | | net: move skb_gro_receive_list from udp to coreFelix Fietkau2024-05-061-0/+27
* | | Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-031-4/+42
* | | net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-032-6/+6
* | | rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet2024-05-031-37/+22
* | | rtnetlink: change rtnl_stats_dump() return valueEric Dumazet2024-05-031-1/+1
* | | net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-032-11/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-024-22/+53
|\| |
| * | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+1
| * | net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau2024-05-011-8/+19
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-262-14/+33
| |\ \ | | |/ | |/|
| | * xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen2024-04-221-10/+32
| | * bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueueJason Xing2024-04-081-4/+1
* | | net: Protect dev->name by seqlock.Kuniyuki Iwashima2024-05-011-4/+23
* | | netpoll: Fix race condition in netpoll_owner_activeBreno Leitao2024-04-301-1/+1
* | | net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2024-04-303-4/+4
* | | net: add <net/proto_memory.h>Eric Dumazet2024-04-302-0/+2
* | | net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-04-305-4/+3
* | | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-303-5/+3
* | | inet: introduce dst_rtable() helperEric Dumazet2024-04-302-3/+2
* | | net: page_pool: support error injectionJakub Kicinski2024-04-301-0/+2
* | | netdev: add queue statsXuan Zhuo2024-04-301-2/+21
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-292-19/+259
|\ \ \
| * | | bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song2024-04-101-16/+247
| * | | bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov2024-03-281-0/+3
| * | | bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov2024-03-281-3/+9
* | | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-292-2/+2