summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu1-9/+10
2025-01-28net: stmmac: Specify hardware capability value when FIFO size isn't specifiedKunihiko Hayashi1-17/+18
2025-01-28net: stmmac: Limit FIFO size by hardware capabilityKunihiko Hayashi1-0/+15
2025-01-28net: stmmac: Limit the number of MTL queues to hardware capabilityKunihiko Hayashi1-0/+15
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill1-0/+8
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill1-3/+1
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill1-1/+12
2025-01-28usbnet: ipheth: refactor NCM datagram loopFoster Snowhill1-19/+23
2025-01-28usbnet: ipheth: use static NDP16 location in URBFoster Snowhill1-5/+4
2025-01-28usbnet: ipheth: check that DPE points past NCM headerFoster Snowhill1-1/+2
2025-01-28usbnet: ipheth: fix possible overflow in DPE length checkFoster Snowhill1-2/+2
2025-01-28net: usb: rtl8150: enable basic endpoint checkingNikita Zhandarovich1-0/+22
2025-01-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski9-27/+59
2025-01-28net: davicom: fix UAF in dm9000_drv_removeChenyuan Yang1-1/+2
2025-01-28net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin1-0/+2
2025-01-28vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida1-0/+5
2025-01-28netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski1-1/+1
2025-01-28wifi: mt76: move napi_enable() from under BHJakub Kicinski12-36/+69
2025-01-28eth: via-rhine: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+10
2025-01-28eth: niu: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+9
2025-01-28eth: 8139too: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-28eth: forcedeth: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-28eth: forcedeth: remove local wrappers for napi enable/disableJakub Kicinski1-22/+8
2025-01-28eth: tg3: fix calling napi_enable() in atomic contextJakub Kicinski1-4/+31
2025-01-28net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sqStanislav Fomichev1-1/+1
2025-01-28net: netdevsim: try to close UDP port harness racesJakub Kicinski2-9/+15
2025-01-27Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2025-01-26Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-8/+40
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski1-2/+17
2025-01-24ice: remove invalid parameter of equalizerMateusz Polchlopek3-3/+0
2025-01-24ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel2-11/+7
2025-01-24wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh2-17/+45
2025-01-24idpf: add more info during virtchnl transaction timeout/salt mismatchManoj Vishwanathan1-4/+7
2025-01-24idpf: convert workqueues to unboundMarco Leogrande1-5/+10
2025-01-24idpf: Acquire the lock before accessing the xn->saltManoj Vishwanathan1-1/+2
2025-01-24idpf: fix transaction timeouts on resetEmil Tantilov1-1/+10
2025-01-24idpf: add read memory barrier when checking descriptor done bitEmil Tantilov1-0/+6
2025-01-23net: mvneta: fix locking in mvneta_cpu_online()Harshit Mogalapalli1-0/+1
2025-01-23net: fec: implement TSO descriptor cleanupDheeraj Reddy Jonnalagadda1-1/+30
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau1-7/+26
2025-01-23net: hns3: fix oops when unload drivers parallelingJian Shen5-0/+23
2025-01-23net: airoha: Fix wrong GDM4 register definitionChristian Marangi1-2/+2
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds799-11471/+39143
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+4
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni17-120/+95
2025-01-21net: phylink: fix regression when binding a PHYRussell King (Oracle)1-1/+5
2025-01-21net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanupRoger Quadros1-46/+77
2025-01-21net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanupRoger Quadros1-124/+119
2025-01-21net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error pathRoger Quadros1-23/+44