summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30net: sh_eth: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-30net: ravb: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-29bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu
2025-01-28net: stmmac: Specify hardware capability value when FIFO size isn't specifiedKunihiko Hayashi
2025-01-28net: stmmac: Limit FIFO size by hardware capabilityKunihiko Hayashi
2025-01-28net: stmmac: Limit the number of MTL queues to hardware capabilityKunihiko Hayashi
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill
2025-01-28usbnet: ipheth: refactor NCM datagram loopFoster Snowhill
2025-01-28usbnet: ipheth: use static NDP16 location in URBFoster Snowhill
2025-01-28usbnet: ipheth: check that DPE points past NCM headerFoster Snowhill
2025-01-28usbnet: ipheth: fix possible overflow in DPE length checkFoster Snowhill
2025-01-28net: usb: rtl8150: enable basic endpoint checkingNikita Zhandarovich
2025-01-27Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-01-27net: davicom: fix UAF in dm9000_drv_removeChenyuan Yang
2025-01-27net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin
2025-01-27vxlan: Fix uninit-value in vxlan_vnifilter_dump()Shigeru Yoshida
2025-01-27netdevsim: don't assume core pre-populates HDS params on GETJakub Kicinski
2025-01-27wifi: mt76: move napi_enable() from under BHJakub Kicinski
2025-01-27eth: via-rhine: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-27eth: niu: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-27eth: 8139too: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-27eth: forcedeth: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-27eth: forcedeth: remove local wrappers for napi enable/disableJakub Kicinski
2025-01-27eth: tg3: fix calling napi_enable() in atomic contextJakub Kicinski
2025-01-27net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sqStanislav Fomichev
2025-01-27net: netdevsim: try to close UDP port harness racesJakub Kicinski
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski
2025-01-24ice: remove invalid parameter of equalizerMateusz Polchlopek
2025-01-24ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel
2025-01-24idpf: add more info during virtchnl transaction timeout/salt mismatchManoj Vishwanathan
2025-01-24idpf: convert workqueues to unboundMarco Leogrande
2025-01-24idpf: Acquire the lock before accessing the xn->saltManoj Vishwanathan
2025-01-24idpf: fix transaction timeouts on resetEmil Tantilov
2025-01-24idpf: add read memory barrier when checking descriptor done bitEmil Tantilov
2025-01-23net: mvneta: fix locking in mvneta_cpu_online()Harshit Mogalapalli
2025-01-23net: fec: implement TSO descriptor cleanupDheeraj Reddy Jonnalagadda
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau
2025-01-22net: hns3: fix oops when unload drivers parallelingJian Shen
2025-01-22net: airoha: Fix wrong GDM4 register definitionChristian Marangi
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni