aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-25net: core: neighbour: Make another netlink notification atomicallyPetr Machata1-4/+9
2026-01-25net: core: neighbour: Make one netlink notification atomicallyPetr Machata1-3/+5
2026-01-25net: core: neighbour: Reorder netlink & internal notificationPetr Machata1-2/+2
2026-01-25net: core: neighbour: Inline neigh_update_notify() callsPetr Machata1-11/+10
2026-01-25net: core: neighbour: Process ARP queue laterPetr Machata1-1/+7
2026-01-25net: core: neighbour: Extract ARP queue processing to a helper functionPetr Machata1-35/+43
2026-01-25net: core: neighbour: Call __neigh_notify() under a lockPetr Machata1-6/+12
2026-01-25net: core: neighbour: Add a neigh_fill_info() helper for when lock not heldPetr Machata1-7/+17
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet1-2/+2
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+8
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet1-21/+10
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet2-11/+1
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-01-25ipv6: use the right ifindex when replying to icmpv6 from localhostFernando Fernandez Mancera1-1/+3
2026-01-25net: bridge: mcast: fix memcpy with u64_statsDavid Yang1-1/+1
2026-01-24bpf: add fsession supportMenglong Dong2-0/+2
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch6-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-01-23net: add queue config validation callbackJakub Kicinski3-14/+66
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski3-38/+34
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski1-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski2-0/+33
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet2-14/+13
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-170/+261
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet3-21/+19
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet2-110/+110
2026-01-22Bluetooth: MGMT: Fix memory leak in set_ssp_completeJianpeng Chang1-0/+3
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso1-6/+0
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso1-90/+64
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso1-84/+257
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-01-22net/sched: act_ife: avoid possible NULL derefEric Dumazet1-2/+4
2026-01-22Merge tag 'wireless-2026-11-22' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski7-114/+139
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
2026-01-22net: openvswitch: fix data race in ovs_vport_get_upcall_statsDavid Yang1-5/+6
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg1-1/+2
2026-01-21Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski23-54/+99
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
2026-01-21net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean1-1/+1
2026-01-21gro: inline tcp6_gro_complete()Eric Dumazet3-14/+11
2026-01-21gro: inline tcp6_gro_receive()Eric Dumazet4-17/+18
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet2-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap7-0/+7
2026-01-20netrom: fix double-free in nr_route_frame()Jeongjun Park1-4/+9
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore2-194/+0
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet2-44/+44
2026-01-20ipv6: annotate data-race in ndisc_router_discovery()Eric Dumazet1-2/+2
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski1-1/+12