summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-23docs: maintainer-netdev: fix typo in "targeting"Ariful Islam Shoikot1-1/+1
2026-04-23net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen1-8/+13
2026-04-23net: validate skb->napi_id in RX tracepointsKohei Enju1-1/+3
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-04-21net: airoha: Fix PPE cpu port configuration for GDM2 loopback pathLorenzo Bianconi3-6/+11
2026-04-21Merge branch 'net-sleepable-ndo_set_rx_mode'Paolo Abeni25-140/+992
2026-04-21selftests: net: use ip commands instead of teamd in team rx_mode testStanislav Fomichev2-16/+3
2026-04-21selftests: net: add team_bridge_macvlan rx_mode testStanislav Fomichev2-0/+45
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
2026-04-21netkit: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-2/+4
2026-04-21dummy: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-2/+4
2026-04-21netdevsim: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-3/+5
2026-04-21iavf: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-5/+11
2026-04-21bnxt: use snapshot in bnxt_cfg_rx_modeStanislav Fomichev1-14/+15
2026-04-21bnxt: convert to ndo_set_rx_mode_asyncStanislav Fomichev1-14/+17
2026-04-21mlx5: convert to ndo_set_rx_mode_asyncStanislav Fomichev3-16/+34
2026-04-21fbnic: convert to ndo_set_rx_mode_asyncStanislav Fomichev4-11/+19
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev3-34/+68
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev4-39/+97
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev8-43/+249
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev4-3/+477
2026-04-21slip: bound decode() reads against the compressed packet lengthWeiming Shi1-18/+25
2026-04-21slip: reject VJ receive packets on instances with no rstate arrayWeiming Shi1-0/+6
2026-04-20net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming2-2/+9
2026-04-20gtp: disable BH before calling udp_tunnel_xmit_skb()David Carlier1-0/+2
2026-04-20hv_sock: Report EOF instead of -EIO for FINDexuan Cui1-4/+16
2026-04-20net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()Lorenzo Bianconi2-5/+33
2026-04-20openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi2-2/+36
2026-04-20net/mlx5: Fix HCA caps leak on notifier init failurePrathamesh Deshpande1-1/+3
2026-04-20pppoe: drop PFC framesQingfang Deng3-2/+24
2026-04-20flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-18sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito1-1/+1
2026-04-18net: ks8851: Avoid excess softirq schedulingMarek Vasut1-1/+4
2026-04-18net: ks8851: Reinstate disabling of BHs around IRQ handlerMarek Vasut4-58/+38
2026-04-18af_unix: Drop all SCM attributes for SOCKMAP.Kuniyuki Iwashima1-8/+27
2026-04-18net: stmmac: Update default_an_inband before passing value to phylink_configKhaiWenTan1-2/+2
2026-04-18ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet1-6/+4
2026-04-18Merge branch 'intel-wired-lan-driver-updates-2026-04-14-ice-i40e-iavf-idpf-e1...Jakub Kicinski14-126/+77
2026-04-18e1000e: Unroll PTP in probe error handlingMatt Vollrath1-0/+1
2026-04-18iavf: fix wrong VLAN mask for legacy Rx descriptors L2TAG2Petr Oros1-1/+1
2026-04-18i40e: don't advertise IFF_SUPP_NOFCSKohei Enju1-1/+0
2026-04-18ice: fix potential NULL pointer deref in error path of ice_set_ringparam()Kohei Enju1-0/+1
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki5-18/+31
2026-04-18ice: fix ICE_AQ_LINK_SPEED_M for 200GPaul Greenwalt1-1/+1
2026-04-18ice: fix PHY config on media change with link-down-on-closePaul Greenwalt1-94/+27
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt1-2/+4
2026-04-18ice: fix double free in ice_sf_eth_activate() error pathGuangshuo Li1-0/+2
2026-04-18ice: update PCS latency settings for E825 10G/25Gb modesGrzegorz Nitka1-6/+6
2026-04-18ice: fix 'adjust' timer programming for E830 devicesGrzegorz Nitka1-3/+3
2026-04-18Merge tag 'ovpn-net-20260417' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski12-349/+803