summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: usbnet: support 64bit statsGreg Ungerer2017-04-0417-4/+69
* net/faraday: Add missing include of of.hAndrew Lunn2017-04-041-0/+1
* vxlan: fix ND proxy when skb doesn't have transport header offsetVincent Bernat2017-04-041-14/+15
* net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-036-14/+11
* net: hns: Avoid Hip06 chip TX packet line buglipeng2017-04-037-70/+169
* net: hns: Adjust the SBM module buffer thresholdKejian Yan2017-04-031-4/+4
* net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan2017-04-031-9/+8
* net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan2017-04-031-4/+6
* net: hns: Clean redundant code from hns_mdio.c fileKejian Yan2017-04-031-10/+0
* net: hns: Remove redundant mac table operationsKejian Yan2017-04-032-170/+0
* net: hns: Remove redundant mac_get_id()Kejian Yan2017-04-033-23/+0
* net: hns: Remove the redundant adding and deleting mac functionKejian Yan2017-04-034-122/+0
* net: hns: Correct HNS RSS key set functionlipeng2017-04-032-14/+18
* net: hns: Replace netif_tx_lock to ring spin locklipeng2017-04-033-10/+15
* net: hns: Fix to adjust buf_size of ring according to mtulipeng2017-04-037-24/+337
* net: hns: Optimize hns_nic_common_poll for better performancelipeng2017-04-032-21/+31
* net: hns: bug fix of ethtool show the speedDaode Huang2017-04-031-1/+1
* net: hns: Remove redundant memset during buffer releaselipeng2017-04-031-1/+0
* net: hns: Optimize the code for GMAC pad and crc Configlipeng2017-04-031-20/+16
* net: hns: Modify GMAC init TX threshold valuelipeng2017-04-032-0/+10
* net: hns: Fix the implementation of irq affinity functionlipeng2017-04-032-46/+30
* drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton2017-04-031-2/+6
* drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton2017-04-031-4/+12
* net: stmmac: fix cbs configurationJoao Pinto2017-04-031-1/+2
* net: phy: allow EEE with any interface modeRussell King2017-04-021-8/+1
* net: phy: restart phy autonegotiation after EEE advertisment changeRussell King2017-04-021-2/+19
* net: phy: avoid setting unsupported EEE advertismentsRussell King2017-04-021-5/+10
* net: dsa: Mock-up driverFlorian Fainelli2017-04-015-1/+390
* net: dsa: mv88e6xxx: add cross-chip bridgingVivien Didelot2017-04-011-1/+33
* net: dsa: mv88e6xxx: remap existing bridge membersVivien Didelot2017-04-011-0/+20
* net: dsa: mv88e6xxx: factorize in-chip bridge mapVivien Didelot2017-04-011-22/+25
* net: dsa: mv88e6xxx: rework in-chip bridgingVivien Didelot2017-04-011-17/+32
* net: dsa: mv88e6xxx: allocate the number of portsVivien Didelot2017-04-011-1/+1
* net: dsa: mv88e6xxx: program the PVT with all onesVivien Didelot2017-04-014-9/+86
* net: dsa: mv88e6xxx: use 4-bit port for PVT dataVivien Didelot2017-04-014-0/+48
* net: dsa: mv88e6xxx: move PVT description in infoVivien Didelot2017-04-013-22/+34
* dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur2017-04-011-1/+1
* fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-012-2/+11
* vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2017-04-011-0/+5
* ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot2017-03-311-32/+19
* ibmvnic: Create init/release routines for stats tokenNathan Fontenot2017-03-311-12/+34
* ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot2017-03-311-32/+22
* ibmvnic: Create init and release routines for the rx poolNathan Fontenot2017-03-311-103/+101
* ibmvnic: Create init and release routines for the tx poolNathan Fontenot2017-03-311-56/+78
* ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot2017-03-311-27/+50
* ibmvnic: Update main crq initialization and releaseNathan Fontenot2017-03-311-7/+15
* net: dsa: mv88e6xxx: debug ATU Age TimeVivien Didelot2017-03-311-1/+8
* ibmvnic: Remove debugfs supportNathan Fontenot2017-03-302-658/+0
* bonding: refine bond_fold_stats() wrap detectionEric Dumazet2017-03-301-3/+8
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-3015-0/+16