summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-07-081-5/+1Star
|\
| * nfp: stop limiting VFs to 0Jakub Kicinski2018-06-291-5/+1Star
* | qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
* | qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
* | qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
* | qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-3/+3
|\ \
| * | nfp: bpf: don't stop offload if replace failedJakub Kicinski2018-06-251-3/+3
* | | alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
* | | sfc: correctly initialise filter rwsem for farchBert Kenward2018-06-301-0/+1
* | | dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur2018-06-301-7/+8
* | | fsl/fman: fix parser reporting bad checksum on short framesMadalin Bucur2018-06-301-0/+8
* | | bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-303-0/+13
* | | cnic: tidy up a size calculationDan Carpenter2018-06-301-1/+1
* | | net: stmmac: Set DMA buffer size in HWJose Abreu2018-06-284-0/+19
* | | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-2811-33/+41
|\ \ \
| * | | net/mlx5: Fix command interface race in polling modeAlex Vesker2018-06-271-1/+3
| * | | net/mlx5: Fix incorrect raw command length parsingAlex Vesker2018-06-271-3/+1Star
| * | | net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin2018-06-271-2/+2
| * | | net/mlx5: Fix required capability for manipulating MPFSEli Cohen2018-06-271-4/+5
| * | | net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-272-9/+5Star
| * | | net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-273-9/+9
| * | | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-275-6/+13
| * | | net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz2018-06-271-1/+5
| | |/ | |/|
* | | i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-9/+15
* | | ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-10/+14
* | | net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni2018-06-281-0/+2
* | | hinic: reset irq affinity before freeing irqWei Yongjun2018-06-281-0/+1
* | | nfp: cast sizeof() to int when comparing with error codeChengguang Xu2018-06-271-1/+1
* | | nfp: reject binding to shared blocksJohn Hurley2018-06-272-0/+6
* | | nfp: flower: fix mpls ether type detectionPieter Jansen van Vuuren2018-06-272-0/+22
* | | sfc: make function efx_rps_hash_bucket staticColin Ian King2018-06-241-0/+1
* | | 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