aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe3-24/+10
2018-07-04net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen1-17/+0
2018-06-27net/mlx5: Rate limit errors in command interfaceLeon Romanovsky2-7/+10
2018-06-19IB/mlx5: Add DEVX support for modify and query commandsYishai Hadas1-0/+5
2018-06-19net/mlx5: Expose DEVX specificationYishai Hadas1-0/+4
2018-06-19net/mlx5: Prevent warns in dmesg upon firmware commandsYishai Hadas1-2/+13
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds1-4/+4
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-97/+163
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab1-4/+4
2018-06-15net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu3-7/+10
2018-06-15net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia1-0/+7
2018-06-15mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata1-1/+3
2018-06-15mlxsw: spectrum_router: Align with new route replace logicIdo Schimmel1-16/+5
2018-06-15mlxsw: spectrum_router: Allow appending to dev-only routesIdo Schimmel1-8/+19
2018-06-15stmmac: added support for 802.1ad vlan strippingElad Nachman1-8/+13
2018-06-14net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey1-3/+1
2018-06-14net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey1-2/+0
2018-06-14net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey1-1/+1
2018-06-14net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey1-2/+2
2018-06-14net: qcom/emac: Add missing of_node_put()YueHaibing1-0/+1
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook1-3/+3
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-3/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook12-25/+34
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook6-12/+16
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook8-29/+32
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook6-10/+13
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook2-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook34-101/+123
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook24-57/+65
2018-06-12net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_probe()'Christophe JAILLET1-3/+4
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2-14/+38
2018-06-12nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren1-0/+2
2018-06-12nfp: remove phys_port_name on flower's vNICJakub Kicinski3-1/+6
2018-06-12nfp: include all ring counters in interface statsJakub Kicinski1-1/+1
2018-06-12nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski1-5/+2
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2-3/+17
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck1-2/+11
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck2-9/+9
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2-3/+3
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2-8/+8
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+11
2018-06-08net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King1-6/+5
2018-06-08net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe1-5/+5
2018-06-07net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()Geert Uytterhoeven1-1/+1
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-15/+25
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-182/+10
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds565-22150/+40094
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+2
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas1-27/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook2-3/+2