summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: when disabling dcb set txq dcb priority to 0Ganesh Goudar2018-06-241-1/+1
* net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-2310-17/+11Star
* net: mscc: make sparse happyAntoine Tenart2018-06-231-1/+2
* net: mvneta: fix the Rx desc DMA address in the Rx pathAntoine Tenart2018-06-231-1/+1
* net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create staticColin Ian King2018-06-221-1/+1
* net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam2018-06-211-4/+1Star
* net: mscc: fix the injection headerAntoine Tenart2018-06-211-5/+5
* net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-06-211-0/+4
* r8169: Fix netpoll oopsVille Syrjälä2018-06-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-2112-42/+85
|\
| * stmmac: fix DMA channel hang in half-duplex modeBhadram Varka2018-06-201-0/+10
| * net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2018-06-202-5/+15
| * net: sungem: fix rx checksum supportEric Dumazet2018-06-201-10/+12
| * net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski2018-06-201-2/+13
| * enic: do not overwrite error codeGovindarajulu Varadarajan2018-06-201-5/+4Star
| * enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan2018-06-202-3/+3
| * net/ncsi: Silence debug messagesJoel Stanley2018-06-201-2/+2
| * bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3Star
| * qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4Star
| * qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
| * qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
* | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-161-4/+4
|\ \ | |/ |/|
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1621-97/+163
|\ \ | |/ |/|
| * net: stmmac: Run HWIF Quirks after getting HW capsJose Abreu2018-06-153-7/+10
| * net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia2018-06-151-0/+7
| * mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata2018-06-151-1/+3
| * mlxsw: spectrum_router: Align with new route replace logicIdo Schimmel2018-06-151-16/+5Star
| * mlxsw: spectrum_router: Allow appending to dev-only routesIdo Schimmel2018-06-151-8/+19
| * stmmac: added support for 802.1ad vlan strippingElad Nachman2018-06-151-8/+13
| * net: emaclite: Remove xemaclite_mdio_setup return checkRadhey Shyam Pandey2018-06-151-3/+1Star
| * net: emaclite: Remove unused 'has_mdio' flag.Radhey Shyam Pandey2018-06-151-2/+0Star
| * net: emaclite: Fix MDIO bus unregister bugRadhey Shyam Pandey2018-06-151-1/+1
| * net: emaclite: Fix position of lp->mii_bus assignmentRadhey Shyam Pandey2018-06-151-2/+2
| * net: qcom/emac: Add missing of_node_put()YueHaibing2018-06-151-0/+1
| * net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...Christophe JAILLET2018-06-131-3/+4
| * net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2018-06-132-14/+38
| * nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren2018-06-131-0/+2
| * nfp: remove phys_port_name on flower's vNICJakub Kicinski2018-06-133-1/+6
| * nfp: include all ring counters in interface statsJakub Kicinski2018-06-131-1/+1
| * nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski2018-06-131-5/+2Star
| * ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17
| * ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
| * ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-112-9/+9
| * ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-112-3/+3
| * ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-112-8/+8
* | treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-131-3/+3
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-3/+2Star
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-1312-25/+34
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-136-12/+16