summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski-38/+34
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski-0/+33
2026-01-23net: introduce mangleid_featuresPaolo Abeni-1/+4
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet-14/+13
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-170/+261
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet-21/+19
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet-110/+110
2026-01-22Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang-0/+3
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso-6/+0
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso-90/+64
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso-84/+257
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso-1/+4
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet-2/+4
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-114/+139
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew-2/+12
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew-7/+9
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang-5/+6
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg-1/+2
2026-01-21Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-54/+99
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells-14/+36
2026-01-21net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean-1/+1
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet-14/+11
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet-17/+18
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+7
2026-01-20netrom: fix double-free in nr_route_frame()Jeongjun Park-4/+9
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore-194/+0
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet-44/+44
2026-01-20ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet-2/+2
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski-1/+12
2026-01-20net: fclone allocation small optimizationEric Dumazet-1/+8
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko-44/+16
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet-20/+21
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski-9/+39
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski-509/+50
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu-10/+10
2026-01-20Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-11/+58
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal-1/+1
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera-2/+13
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal-3/+10
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell-41/+34
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal-0/+16
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal-2/+5
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal-0/+2
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera-5/+10
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi-0/+1
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal-0/+7
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann-13/+35
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann-3/+26