summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-19ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet1-4/+10
2026-02-19ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet3-10/+6
2026-02-19inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet1-2/+7
2026-02-19icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-19selftests/net: packetdrill: add ipv4-mapped-ipv6 testsEric Dumazet1-1/+10
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-18net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu1-1/+5
2026-02-18vsock: document namespace mode sysctlsStefano Garzarella1-2/+50
2026-02-18net: ethernet: ec_bhf: Fix dma_free_coherent() dma handleThomas Fourier1-1/+1
2026-02-18macvlan: observe an RCU grace period in macvlan_common_newlink() error pathEric Dumazet1-0/+5
2026-02-18selftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski1-1/+1
2026-02-18ipv6: addrconf: reduce default temp_valid_lft to 2 daysFernando Fernandez Mancera1-1/+2
2026-02-18ping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
2026-02-18net: dsa: MxL862xx: don't force-enable MAXLINEAR_GPHYArnd Bergmann1-1/+0
2026-02-18dpll: zl3073x: Fix ref frequency settingIvan Vecera1-0/+2
2026-02-18net: do not delay zero-copy skbs in skb_attempt_defer_free()Eric Dumazet1-1/+6
2026-02-18net: psp: select CONFIG_SKB_EXTENSIONSArnd Bergmann1-0/+1
2026-02-18ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet1-4/+7
2026-02-17Merge branch 'selftests-forwarding-fix-br_netfilter-related-test-failures'Paolo Abeni4-11/+33
2026-02-17selftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko2-0/+16
2026-02-17selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko1-1/+1
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