summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-2/+2
|\
| * net: change proto and proto_ops accept typeJens Axboe2024-05-141-2/+2
* | net: revert partially applied PHY topology seriesJakub Kicinski2024-05-141-9/+0
* | netdev: Add queue stats for TX stop and wakeDaniel Jurgens2024-05-131-1/+3
* | net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert2024-05-131-3/+0
|/
* af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima2024-05-111-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-041-1/+1
* | net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet2024-05-091-1/+1
* | net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2024-05-091-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-041-4/+42
* | net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-042-6/+6
* | rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet2024-05-041-37/+22
* | rtnetlink: change rtnl_stats_dump() return valueEric Dumazet2024-05-041-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-272-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-021-4/+23
* | | netpoll: Fix race condition in netpoll_owner_activeBreno Leitao2024-05-011-1/+1
* | | net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2024-05-013-4/+4
* | | net: add <net/proto_memory.h>Eric Dumazet2024-05-012-0/+2
* | | net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-05-015-4/+3
* | | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-05-013-5/+3
* | | inet: introduce dst_rtable() helperEric Dumazet2024-05-012-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-111-16/+247
| * | | bpf: Add a check for struct bpf_fib_lookup sizeAnton Protopopov2024-03-291-0/+3
| * | | bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov2024-03-291-3/+9
* | | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-292-2/+2
* | | | net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet2024-04-291-1/+2
* | | | page_pool: constify some read-only function argumentsAlexander Lobakin2024-04-241-5/+5
* | | | net: create a dummy net_device allocatorBreno Leitao2024-04-241-18/+38
* | | | net: free_netdev: exit earlier if dummyBreno Leitao2024-04-241-1/+2