summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-18selftests/net: io_uring: fix unknown errnum valuesCarlos Llamas1-12/+12
2025-10-18r8169: reconfigure rx unconditionally before chip reset when resumingHeiner Kallweit1-3/+1
2025-10-18net: Kconfig: discourage drop_monitor enablementFlorian Westphal1-4/+4
2025-10-18Merge branch 'net-avoid-ehash-lookup-races'Jakub Kicinski4-25/+90
2025-10-18inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo1-23/+12
2025-10-18inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo2-2/+19
2025-10-18rculist: Add hlist_nulls_replace_rcu() and hlist_nulls_replace_init_rcu()Xuanqiang Luo1-0/+59
2025-10-18ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima7-74/+76
2025-10-18net: hibmcge: support pci_driver.shutdown()Jijie Shao1-0/+17
2025-10-17Merge branch 'net-macb-various-cleanups'Jakub Kicinski4-201/+151
2025-10-17net: macb: sort #includesThéo Lebrun1-18/+19
2025-10-17net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun1-4/+4
2025-10-17net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun1-6/+4
2025-10-17net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun1-11/+7
2025-10-17net: macb: replace min() with umin() callsThéo Lebrun1-5/+5
2025-10-17net: macb: remove bp->queue_maskThéo Lebrun2-33/+37
2025-10-17net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun3-49/+32
2025-10-17net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun3-29/+25
2025-10-17net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun1-12/+6
2025-10-17net: macb: simplify macb_dma_desc_get_size()Théo Lebrun1-20/+7
2025-10-17net: macb: drop macb_config NULL checkingThéo Lebrun1-4/+2
2025-10-17net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun1-10/+3
2025-10-17net: macb: remove gap in MACB_CAPS_* flagsThéo Lebrun1-8/+8
2025-10-17net: macb: use BIT() macro for capability definitionsThéo Lebrun1-21/+21
2025-10-17dt-bindings: net: cdns,macb: sort compatiblesThéo Lebrun1-4/+4
2025-10-17Merge branch 'net-optimize-tx-throughput-and-efficiency'Jakub Kicinski7-104/+111
2025-10-17net: dev_queue_xmit() llist adoptionEric Dumazet3-41/+59
2025-10-17net: sched: claim one cache line in QdiscEric Dumazet1-11/+7
2025-10-17Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet3-9/+0
2025-10-17net/sched: act_mirred: add loop detectionEric Dumazet2-40/+31
2025-10-17net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet1-1/+10
2025-10-17selftests/net: packetdrill: unflake tcp_user_timeout_user-timeout-probe.pktEric Dumazet1-2/+4
2025-10-17dt-bindings: net: qcom: ethernet: Add interconnect propertiesSagar Cheluvegowda1-0/+8
2025-10-17Merge branch 'add-driver-support-for-eswin-eic7700-soc-ethernet-controller'Jakub Kicinski4-0/+372
2025-10-17net: stmmac: add Eswin EIC7700 glue driverShangjuan Wei3-0/+245
2025-10-17dt-bindings: ethernet: eswin: Document for EIC7700 SoCShangjuan Wei1-0/+127
2025-10-17Merge branch 'net-stmmac-more-cleanups'Jakub Kicinski5-29/+46
2025-10-17net: stmmac: rename stmmac_phy_setup() to include phylinkRussell King (Oracle)1-2/+2
2025-10-17net: stmmac: rearrange tc_init()Russell King (Oracle)1-3/+3
2025-10-17net: stmmac: avoid PHY speed change when configuring MTURussell King (Oracle)1-9/+10
2025-10-17net: stmmac: place .mac_finish() method more appropriatelyRussell King (Oracle)1-13/+13
2025-10-17net: stmmac: dwc-qos-eth: move MDIO bus locking into stmmac_mdioRussell King (Oracle)3-2/+18
2025-10-17net/hsr: add interlink to fill_info outputJan Vaclav1-0/+6
2025-10-17Octeontx2-af: Fix pci_alloc_irq_vectors() return value checkHarshit Mogalapalli1-1/+1
2025-10-17netdevsim: add ipsec hw_featuresHangbin Liu1-0/+1
2025-10-17net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45Alok Tiwari1-1/+1
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski522-3687/+6329
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds57-182/+817
2025-10-16Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-7/+10
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet2-2/+1