summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg
2026-01-21Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells
2026-01-21net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20netrom: fix double-free in nr_route_frame()Jeongjun Park
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet
2026-01-20ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski
2026-01-20net: fclone allocation small optimizationEric Dumazet
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu
2026-01-20Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei
2026-01-20net, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-20net: Add queue-create operationDaniel Borkmann
2026-01-20wifi: cfg80211: ignore link disabled flag from userspaceBenjamin Berg
2026-01-20wifi: mac80211: apply advertised TTLM from association responseBenjamin Berg
2026-01-20wifi: mac80211: parse all TTLM entriesBenjamin Berg
2026-01-20wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twiceMiri Korenblit
2026-01-20wifi: mac80211: don't perform DA check on S1G beaconLachlan Hodges
2026-01-19net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_...Jamal Hadi Salim
2026-01-19net/sched: Enforce that teql can only be used as root qdiscJamal Hadi Salim
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells