summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-330/+543
2023-11-16macvlan: Don't propagate promisc change to lower dev in passthruVlad Buslov-1/+1
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu-4/+8
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu-4/+9
2023-11-15net/mlx5e: Reduce the size of icosq_strSaeed Mahameed-2/+2
2023-11-15net/mlx5: Increase size of irq name bufferRahul Rameshbabu-3/+6
2023-11-15net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu-4/+16
2023-11-15net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu-1/+1
2023-11-15net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu-1/+1
2023-11-15net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu-1/+2
2023-11-15net/mlx5e: Fix pedit endiannessVlad Buslov-28/+32
2023-11-15net/mlx5e: fix double free of encap_header in update funcsGavin Li-10/+10
2023-11-15net/mlx5e: fix double free of encap_headerDust Li-6/+4
2023-11-15net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu-1/+6
2023-11-15net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit-1/+2
2023-11-15net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla-48/+19
2023-11-15Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan-102/+13
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao-9/+7
2023-11-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-16/+165
2023-11-14pds_core: fix up some format-truncation complaintsShannon Nelson-4/+8
2023-11-14pds_core: use correct index to mask irqShannon Nelson-1/+1
2023-11-14tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov-1/+3
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov-7/+35
2023-11-14net: stmmac: avoid rx queue overrunBaruch Siach-0/+1
2023-11-14net: stmmac: fix rx budget limit checkBaruch Siach-1/+1
2023-11-13r8169: fix network lost after resume on DASH systemsChunHao Lin-0/+6
2023-11-13r8169: add handling DASH when DASH is disabledChunHao Lin-11/+25
2023-11-13net: ethernet: cortina: Fix MTU max settingLinus Walleij-14/+5
2023-11-13net: ethernet: cortina: Handle large framesLinus Walleij-1/+23
2023-11-13net: ethernet: cortina: Fix max RX frame defineLinus Walleij-3/+3
2023-11-13bonding: stop the device in bond_setup_by_slave()Eric Dumazet-0/+6
2023-11-13ice: fix DDP package download for packages without signature segmentDan Nowlin-3/+100
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski-4/+64
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski-7/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski-2/+1
2023-11-13ppp: limit MRU to 64KWillem de Bruijn-0/+4
2023-11-13net: mvneta: fix calls to page_pool_get_statsSven Auhagen-8/+20
2023-11-13net: hns3: fix VF wrong speed and duplex issueJijie Shao-0/+4
2023-11-13net: hns3: fix VF reset fail issueJijie Shao-1/+14
2023-11-13net: hns3: fix variable may not initialized problem in hns3_init_mac_addr()Yonglong Liu-1/+1
2023-11-13net: hns3: fix out-of-bounds access may occur when coalesce info is read via ...Yonglong Liu-3/+6
2023-11-13net: hns3: fix incorrect capability bit display for copper portJian Shen-0/+1
2023-11-13net: hns3: add barrier in vf mailbox reply processYonglong Liu-0/+7
2023-11-13net: hns3: fix add VLAN fail issueJian Shen-10/+29
2023-11-12wifi: iwlwifi: fix system commands group orderingMiri Korenblit-1/+1
2023-11-11net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_regionJan Kiszka-1/+3
2023-11-11net: ti: icssg-prueth: Add missing icss_iep_put to error pathJan Kiszka-4/+7
2023-11-10tty: Fix uninit-value access in ppp_sync_receive()Shigeru Yoshida-1/+1
2023-11-10ipvlan: add ipvlan_route_v6_outbound() helperEric Dumazet-16/+25
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-134/+295