summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-17selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko1-10/+16
2026-02-17net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RTEric Dumazet1-5/+12
2026-02-17printk: add CONFIG_PRINTK dependency for netconsoleArnd Bergmann1-0/+1
2026-02-17Merge branch 'net-bridge-mcast-fix-mdb_n_entries-counting-warning'Paolo Abeni2-29/+106
2026-02-17selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warningNikolay Aleksandrov1-2/+88
2026-02-17net: bridge: mcast: always update mdb_n_entries for vlan contextsNikolay Aleksandrov1-27/+18
2026-02-17net: arcnet: com20020-pci: fix support for 2.5Mbit cardsEthan Nelson-Moore1-1/+15
2026-02-17net/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-02-17xen-netback: reject zero-queue configuration from guestZiyi Guo1-2/+3
2026-02-17net: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
2026-02-17ovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli1-1/+13
2026-02-17Merge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni4-41/+63
2026-02-17Merge branch 'eth-fbnic-fix-and-improve-header-data-split-configuration'Paolo Abeni6-17/+48
2026-02-17selftests: drv-net: add HDS payload sweep test for devmem TCPBobby Eshleman2-2/+28
2026-02-17eth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
2026-02-17eth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
2026-02-17eth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2026-02-13Merge branch 'vsock-fix-child-netns-mode-initialization-and-restriction'Jakub Kicinski1-5/+15
2026-02-13vsock: prevent child netns mode switch from local to globalStefano Garzarella1-3/+12
2026-02-13vsock: fix child netns mode initializationStefano Garzarella1-2/+3
2026-02-13net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-02-13ipv6: Fix out-of-bound access in fib6_add_rt2node().Kuniyuki Iwashima1-1/+1
2026-02-13ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux4-9/+22
2026-02-13selftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
2026-02-13Merge branch 'net-mscc-ocelot-fix-missing-lock-in-ocelot_port_xmit'Jakub Kicinski1-19/+56
2026-02-13net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo1-2/+10
2026-02-13net: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo1-9/+30
2026-02-13net: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo1-14/+22
2026-02-13net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon1-1/+1
2026-02-13atm: fore200e: fix use-after-free in tasklets during device removalDuoming Zhou1-0/+4
2026-02-13net: stmmac: fix oops when split header is enabledJie Zhang1-3/+17
2026-02-13net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore2-2/+14
2026-02-13selftests: drv-net: limit RPS test CPUs to supported rangeGal Pressman1-7/+10
2026-02-13selftests: net: lib: Fix jq parsing errorYue Haibing1-1/+1
2026-02-13bng_en: Remove duplicate includeChen Ni1-1/+0
2026-02-13selftests: mlxsw: tc_restrictions: Fix test failure with new iproute2Ido Schimmel1-2/+2
2026-02-13net: mctp: ensure our nlmsg responses are initialisedJeremy Kerr3-0/+3
2026-02-13myri10ge: replace comma with semicolonsChen Ni1-6/+6
2026-02-13Merge branch 'net-phy_port-sfp-modules-representation-and-phy_port-listing'Jakub Kicinski2-14/+22
2026-02-13net: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier1-7/+17
2026-02-13net: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier1-7/+2
2026-02-13net: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier1-0/+3
2026-02-12ovpn: fix VPN TX bytes countingRalf Lici1-1/+4
2026-02-12ovpn: fix possible use-after-free in ovpn_net_xmitRalf Lici1-21/+31
2026-02-12ovpn: set sk_user_data before overriding callbacksRalf Lici3-20/+29
2026-02-12Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1252-48824/+94607
2026-02-12Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds97-1837/+1254
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds68-573/+1604
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds118-2512/+6649