summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-06-05wireguard: device: enable threaded NAPIMirco Barone
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-06-05Merge tag 'ovpn-net-20250603' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni
2025-06-05net: wwan: mhi_wwan_mbim: use correct mux_id for multiplexingDaniele Palmas
2025-06-05net: dsa: b53: do not touch DLL_IQQD on bcm53115Jonas Gorski
2025-06-05net: dsa: b53: allow RGMII for bcm63xx RGMII portsJonas Gorski
2025-06-05net: dsa: b53: do not configure bcm63xx's IMP port interfaceJonas Gorski
2025-06-05net: dsa: b53: do not enable RGMII delay on bcm63xxJonas Gorski
2025-06-05net: dsa: b53: do not enable EEE on bcm63xxJonas Gorski
2025-06-05net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces.Meghana Malladi
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-04wifi: iwlwifi: mld: Move regulatory domain initializationIlan Peer
2025-06-04wifi: iwlwifi: pcie: fix non-MSIX handshake registerJohannes Berg
2025-06-04wifi: iwlwifi: mld: avoid panic on init failureMiri Korenblit
2025-06-04wifi: iwlwifi: mvm: fix assert on suspendMiri Korenblit
2025-06-04Merge branch 'pci/misc'Bjorn Helgaas
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel
2025-06-03iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel
2025-06-03ovpn: avoid sleep in atomic context in TCP RX error pathAntonio Quartulli
2025-06-03ovpn: ensure sk is still valid during cleanupAntonio Quartulli
2025-06-03ovpn: properly deconfigure UDP-tunnelAntonio Quartulli
2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi
2025-06-03vmxnet3: correctly report gso type for UDP tunnelsRonak Doshi
2025-06-03net: wwan: t7xx: Fix napi rx poll issueJinjian Song
2025-06-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-06-01Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring ESTAlexis Lothoré
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring timestampingAlexis Lothoré
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar
2025-05-30idpf: avoid mailbox timeout delays during resetEmil Tantilov
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez
2025-05-30ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak
2025-05-30ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak
2025-05-30ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-05-30net: usb: aqc111: debug info before sanitationOliver Neukum
2025-05-29net: lan966x: Make sure to insert the vlan tags also in host modeHoratiu Vultur
2025-05-29Merge tag 'linux-can-fixes-for-6.16-20250529' of git://git.kernel.org/pub/scm...Paolo Abeni
2025-05-29net/mlx4_en: Prevent potential integer overflow calculating HzDan Carpenter
2025-05-29driver: net: ethernet: mtk_star_emac: fix suspend/resume issueYanqing Wang