summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-6/+8
* net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-13/+18
* net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-12/+18
* net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-30/+40
* net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-21/+30
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-091-8/+5
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-092-7/+5
* net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-091-1/+1
* mdio: Demote print from info to debug in mdio_device_registerFlorian Fainelli2017-01-091-1/+1
* net: remove useless memset's in drivers get_stats64stephen hemminger2017-01-083-4/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-0873-279/+148
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-01-087-30/+33
|\
| * fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller2017-01-081-1/+0
| * fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller2017-01-082-3/+4
| * fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson2017-01-081-3/+5
| * fm10k: bump version numberJacob Keller2017-01-081-1/+1
| * fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan2017-01-081-4/+0
| * fm10k: request reset when mbx->state changesNgai-Mint Kwan2017-01-082-4/+12
| * fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller2017-01-081-12/+9
| * fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan2017-01-081-3/+3
* | liquidio: simplify octeon_flush_iq()Derek Chickles2017-01-084-28/+27
|/
* net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan2017-01-082-19/+84
* net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan2017-01-082-4/+31
* net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan2017-01-083-7/+61
* net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-083-4/+16
* net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYKaricheri, Muralidharan2017-01-081-1/+3
* net: netcp: store network statistics in 64 bitsMichael Scherban2017-01-082-12/+74
* net: netcp: remove the redundant memmov()Karicheri, Muralidharan2017-01-081-3/+3
* net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-082-3/+18
* net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko2017-01-083-8/+122
* net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko2017-01-083-3/+22
* net: ethernet: ti: cpdma: use devm_ioremapGrygorii Strashko2017-01-081-3/+2
* net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...Grygorii Strashko2017-01-081-32/+30
* net: ethernet: ti: cpdma: fix desc re-queuingGrygorii Strashko2017-01-081-1/+1
* net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddrGrygorii Strashko2017-01-081-18/+22
* cxgb4: Add port description for new cards.Ganesh Goudar2017-01-061-12/+18
* cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2017-01-062-16/+25
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2017-01-067-24/+44
|\
| * igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento2017-01-061-2/+2
| * igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-01-061-1/+1
| * igb: close/suspend race in netif_device_detachTodd Fujinaka2017-01-061-9/+12
| * igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli2017-01-061-0/+5
| * igb: reset the PHY before reading the PHY IDAaron Sierra2017-01-061-0/+11
| * igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin2017-01-061-2/+2
| * igb: Workaround for igb i210 firmware issueChris J Arges2017-01-061-0/+4
| * igb: correct register commentsCao jin2017-01-061-1/+1
| * e1000e: driver trying to free already-free irqkhalidm2017-01-061-1/+1
| * igb: Realign bad indentationJoe Perches2017-01-061-9/+6
* | cxgb4: Synchronize access to mailboxHariprasad Shenai2017-01-063-1/+69
* | net: dsa: b53: Utilize common helpers for u64/MACFlorian Fainelli2017-01-062-22/+4