summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-08-18amd-xgbe: Configure and retrieve 'tx-usecs' for Tx coalescingVishal Badole-2/+27
2025-08-18ppp: use vmalloc_array() to simplify codeQianfeng Rong-2/+2
2025-08-18nfp: flower: use vmalloc_array() to simplify codeQianfeng Rong-2/+2
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-13/+13
2025-08-18net: dsa: b53: fix reserved register access in b53_fdb_dump()Jonas Gorski-1/+1
2025-08-18ppp: mppe: Use SHA-1 library instead of crypto_shashEric Biggers-92/+19
2025-08-18eth: nfp: Remove u64_stats_update_begin()/end() for stats fetchLi RongQing-24/+8
2025-08-18net: dsa: ks8995: Add basic switch set-upLinus Walleij-3/+396
2025-08-18net: dsa: ks8995: Delete sysfs register accessLinus Walleij-47/+0
2025-08-18net: dsa: ks8995: Add proper RESET delayLinus Walleij-3/+9
2025-08-18net: dsa: Move KS8995 to the DSA subsystemLinus Walleij-5/+8
2025-08-18net: phy: realtek: fix RTL8211F wake-on-lan supportRussell King (Oracle)-32/+140
2025-08-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-224/+804
2025-08-15net: libwx: Fix the size in RSS hash key populationChandra Mohan Sundar-1/+1
2025-08-15net: Space: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum-2/+1
2025-08-15net/mlx5: Support disabling host PFsDaniel Jurgens-37/+66
2025-08-15net/mlx5: Query to see if host PF is disabledDaniel Jurgens-0/+24
2025-08-15net: phy: fixed: remove usage of a faux deviceHeiner Kallweit-14/+2
2025-08-15{rdma,net}/mlx5: export mlx5_vport_get_vhca_idSaeed Mahameed-12/+29
2025-08-15net/mlx5: E-Switch, Set/Query hca cap via vhca idSaeed Mahameed-5/+68
2025-08-15net/mlx5: E-Switch, Cache vport vhca id on first cap querySaeed Mahameed-21/+31
2025-08-15mlxsw: spectrum: Forward packets with an IPv4 link-local source IPIdo Schimmel-0/+3
2025-08-14net: dsa: b53: mmap: Implement bcm63268 gphy power controlKyle Hendry-4/+29
2025-08-14net: dsa: b53: mmap: Add gphy port to phy info for bcm63268Kyle Hendry-0/+2
2025-08-14rtase: Fix Rx descriptor CRC error bit definitionJustin Lai-1/+1
2025-08-14sfc: replace min/max nesting with clamp()Xichao Zhao-7/+6
2025-08-14net: phy: mscc: report and configure in-band auto-negotiation for SGMII/QSGMIIVladimir Oltean-0/+43
2025-08-14net: dsa: realtek: remove unnecessary file, dentry, inode declarationsVladimir Oltean-3/+0
2025-08-14net: xilinx: axienet: Fix RX skb ring management in DMAengine modeSuraj Gupta-2/+6
2025-08-14net: phy: realtek: convert RTL8226-CG to c45 onlyMarkus Stockhausen-7/+21
2025-08-14net: phy: motorcomm: Add support for PHY LEDs on YT8521Jijie Shao-0/+117
2025-08-14ice: Implement support for SRIOV VFs across Active/Active bondsDave Ertman-104/+712
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-62/+144
2025-08-14ice: Cleanup variable initialization in LAG codeDave Ertman-37/+17
2025-08-14ice: move LAG function in code to prepare for Active-ActiveDave Ertman-73/+74
2025-08-14ice: Add driver specific prefix to LAG definesDave Ertman-11/+9
2025-08-14ice: replace u8 elements with bool where appropriateDave Ertman-4/+5
2025-08-14ice: Remove casts on void pointers in LAG codeDave Ertman-16/+8
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-57/+139
2025-08-14eth: bnxt: support RSS on IPv6 Flow LabelJakub Kicinski-4/+19
2025-08-14eth: fbnic: support RSS on IPv6 Flow LabelJakub Kicinski-1/+3
2025-08-14net: usb: asix_devices: add phy_mask for ax88772 mdio busXu Yang-0/+1
2025-08-14net: cadence: macb: convert from round_rate() to determine_rate()Brian Masney-26/+35
2025-08-13net/mlx5: Don't use %pK through tracepointsThomas Weißschuh-1/+1
2025-08-13ice: Don't use %pK through printk or tracepointsThomas Weißschuh-6/+6
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-0/+1
2025-08-13bnxt: fill data page pool with frags if PAGE_SIZE > BNXT_RX_PAGE_SIZEDavid Wei-3/+9
2025-08-13netdevsim: Fix wild pointer access in nsim_queue_free().Kuniyuki Iwashima-3/+7
2025-08-13net: enetc: Remove error print for devm_add_action_or_reset()Waqar Hameed-2/+1
2025-08-13net: libwx: cleanup VF register macrosJiawen Wu-37/+35