summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-320/+623
2019-07-09bonding: fix value exported by Netlink for peer_notif_delayVincent Bernat1-1/+1
2019-07-09coallocate socket_wq with socket itselfAl Viro2-8/+5
2019-07-09net: pasemi: fix an use-after-free in pasemi_mac_phy_init()Wen Yang1-1/+1
2019-07-09net: axienet: fix a potential double free in axienet_probe()Wen Yang1-1/+0
2019-07-09net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-8/+35
2019-07-09net: mvpp2: cls: Add support for ETHER_FLOWMaxime Chevallier1-0/+2
2019-07-09net: mvpp2: cls: Report an error for unsupported flow typesMaxime Chevallier1-0/+4
2019-07-09nfp: tls: fix error return code in nfp_net_tls_add()Wei Yongjun1-0/+1
2019-07-09bnxt_en: add page_pool supportAndy Gospodarek4-7/+47
2019-07-09bnxt_en: optimized XDP_REDIRECT supportAndy Gospodarek4-10/+140
2019-07-09bnxt_en: Refactor __bnxt_xmit_xdp().Michael Chan4-13/+28
2019-07-09bnxt_en: rename some xdp functionsAndy Gospodarek3-7/+7
2019-07-09net: ethernet: ti: cpsw: add XDP supportIvan Khoronzhuk4-59/+488
2019-07-09net: ethernet: ti: cpsw_ethtool: allow res split while downIvan Khoronzhuk1-2/+1
2019-07-09net: ethernet: ti: davinci_cpdma: allow desc split while downIvan Khoronzhuk3-9/+28
2019-07-09net: ethernet: ti: davinci_cpdma: add dma mapped submitIvan Khoronzhuk2-10/+83
2019-07-09net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2-8/+4
2019-07-08macb: fix build warning for !CONFIG_OFArnd Bergmann1-2/+2
2019-07-08gve: fix unused variable/label warningsArnd Bergmann1-33/+33
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu1-10/+18
2019-07-08sfc: Remove 'PCIE error reporting unavailable'Martin Habets1-5/+1
2019-07-08net: netsec: Sync dma for device on buffer allocationIlias Apalodimas1-3/+1
2019-07-08hinic: add fw version queryXue Chaojing4-0/+54
2019-07-08gve: Fix error return code in gve_alloc_qpls()Wei Yongjun1-1/+3
2019-07-08net: nixge: Fix misuse of strlcpyJoe Perches1-1/+1
2019-07-08net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches1-2/+2
2019-07-08gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo1-1/+6
2019-07-08gtp: fix use-after-free in gtp_newlink()Taehee Yoo1-1/+1
2019-07-08gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo1-1/+1
2019-07-08gtp: remove duplicate code in gtp_dellink()Taehee Yoo1-1/+0
2019-07-08gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo1-2/+15
2019-07-08gtp: fix suspicious RCU usageTaehee Yoo1-2/+6
2019-07-08net: dsa: vsc73xx: Assert reset if iCPU is enabledPawel Dembicki1-19/+17
2019-07-08net: dsa: vsc73xx: add support for parallel modePawel Dembicki3-0/+174
2019-07-08net: dsa: vsc73xx: Split vsc73xx driverPawel Dembicki5-162/+254
2019-07-07r8169: sync few chip names with vendor driverHeiner Kallweit1-4/+4
2019-07-07Merge tag 'wireless-drivers-next-for-davem-2019-07-06' of git://git.kernel.or...David S. Miller150-2953/+5173
2019-07-06net/mlx5e: Add kTLS TX HW offload supportTariq Toukan14-7/+748
2019-07-06net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan1-0/+18
2019-07-06net/mlx5e: Re-work TIS creation functionsTariq Toukan5-11/+27
2019-07-06net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan4-17/+21
2019-07-06net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha1-2/+2
2019-07-06net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan3-8/+10
2019-07-06net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2-1/+9
2019-07-06net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan8-153/+170
2019-07-06net/mlx5: Accel, Add core TLS support for the Connect-X familyTariq Toukan3-3/+101
2019-07-06net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan3-1/+78
2019-07-06net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan7-92/+46
2019-07-06net/mlx5: Accel, Expose accel wrapper for IPsec FPGA functionTariq Toukan3-1/+11