summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan4-17/+24
2020-05-09net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan3-27/+27
2020-05-09net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan1-4/+1
2020-05-09net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan1-10/+8
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy8-23/+52
2020-05-09net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy1-3/+5
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy5-23/+23
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy3-4/+4
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy4-19/+18
2020-05-09net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy3-22/+13
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy8-68/+50
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed3-98/+259
2020-05-09net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2020-05-09net/atheros: remove redundant assignment to variable sizeColin Ian King1-1/+1
2020-05-09cnic: remove redundant assignment to variable retColin Ian King1-1/+0
2020-05-09net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King1-5/+3
2020-05-09r8169: improve reset handling for chips from RTL8168gHeiner Kallweit1-1/+4
2020-05-09r8169: add helper rtl_wait_txrx_fifo_emptyHeiner Kallweit1-14/+21
2020-05-09r8169: add helper rtl_enable_rxdvgateHeiner Kallweit1-2/+8
2020-05-09r8169: add helper r8168g_wait_ll_share_fifo_readyHeiner Kallweit1-10/+9
2020-05-09net: ipa: Remove ipa_endpoint_stop{,_rx_dma} againNathan Chancellor1-61/+0
2020-05-09net: dsa: sja1105: remove set but not used variable 'prev_time'Samuel Zou1-2/+0
2020-05-09net: dsa: vsc73xx: convert to devm_platform_ioremap_resourceWei Yongjun1-9/+1
2020-05-08bonding: propagate transmit statusEric Dumazet2-43/+24
2020-05-08netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-08net: phy: fix less than zero comparison with unsigned variable valColin Ian King1-1/+1
2020-05-08net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2-4/+4
2020-05-08net: ethernet: ti: am65-cpsw-nuss: use of_platform_device_create() for mdioGrygorii Strashko2-6/+20
2020-05-08dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei2-22/+46
2020-05-08soc: fsl: dpio: properly compute the consumer indexIoana Ciornei1-0/+1
2020-05-08net: dsa: sja1105: implement tc-gate using time-triggered virtual linksVladimir Oltean10-17/+759
2020-05-08net: dsa: sja1105: support flow-based redirection via virtual linksVladimir Oltean7-6/+437
2020-05-08net: dsa: sja1105: make room for virtual link parsing in flower offloadVladimir Oltean2-27/+112
2020-05-08net: dsa: sja1105: add static tables for virtual linksVladimir Oltean4-0/+318
2020-05-07cxgb4: remove duplicate headersChen Zhou1-2/+0
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller176-1284/+21535
2020-05-07via-rhine: Add platform dependenciesGeert Uytterhoeven1-0/+1
2020-05-07net:enetc: bug fix for qos sfi operate space after freedPo Liu1-1/+1
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan1-10/+2
2020-05-07net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()Jason Yan1-2/+1
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan1-6/+4
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan1-6/+0
2020-05-07b43: remove dead function b43_rssinoise_postprocess()Jason Yan1-13/+0
2020-05-07net: phy: Make iproc_mdio_resume staticZheng Zengkai1-1/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller231-1207/+2148
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds60-232/+355
2020-05-07net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-07wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld2-16/+12
2020-05-07wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld1-2/+2
2020-05-07wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2-0/+6