aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-20net: fclone allocation small optimizationEric Dumazet1-1/+8
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko1-44/+16
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet1-20/+21
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski2-9/+39
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski10-509/+50
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-01-20Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mani/mhi into char-misc-nextGreg Kroah-Hartman1-11/+58
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal1-3/+10
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT allocationScott Mitchell1-41/+34
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal11-0/+16
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal5-2/+5
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal2-0/+2
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal1-0/+7
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann1-13/+35
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-2/+15
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei1-18/+60
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-9/+12
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann2-0/+81
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann6-6/+254
2026-01-20net: Add queue-create operationDaniel Borkmann3-0/+27
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg1-10/+0
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg2-99/+119
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg1-11/+14
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit1-1/+2
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges1-2/+7
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_agJamal Hadi Salim1-1/+1
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim1-0/+5
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet1-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-01-19l2tp: avoid one data-race in l2tp_tunnel_del_work()Eric Dumazet1-2/+2
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg1-3/+3
2026-01-19wifi: mac80211: remove RX_DROPJohannes Berg2-50/+94
2026-01-19wifi: nl80211: ignore cluster id after NAN startedMiri Korenblit1-5/+6
2026-01-19wifi: cfg80211: cleanup cluster_id when stopping NANMiri Korenblit1-0/+2
2026-01-19wifi: cfg80211: limit NAN func management APIs to offloaded DEMiri Korenblit1-0/+6
2026-01-19wifi: cfg80211: stop NAN and P2P in cfg80211_leaveMiri Korenblit1-1/+3
2026-01-19wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit1-6/+2
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima1-1/+1
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet2-35/+35
2026-01-17net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen1-23/+6
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5