summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* geneve: change to use UDP socket GROTom Herbert2016-04-071-20/+8
* vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-22/+8
* tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-5/+9
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-04-079-94/+53
|\
| * Revert "igb: Fix a deadlock in igb_sriov_reinit"Arika Chen2016-04-061-1/+0
| * net: intel: remove dead linksJiri Benc2016-04-061-66/+14
| * e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-063-6/+8
| * e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-063-8/+10
| * igb: Garbled output for "ethtool -m"Doron Shikmoni2016-04-061-1/+2
| * igb: allow setting MAC address on i211 using a device tree blobJohn Holland2016-04-061-3/+6
| * igb: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-061-5/+7
| * igb: Fix sparse warning about passing __beXX into leXX_to_cpupAlexander Duyck2016-04-061-4/+6
* | i40evf: properly handle VLAN featuresMitch Williams2016-04-061-15/+12
* | i40e/i40evf: Bump patch from 1.5.2 to 1.5.5Harshitha Ramamurthy2016-04-062-2/+2
* | i40e: Input set mask constants for RSS, flow director, and flex bytesKiran Patil2016-04-062-0/+75
* | i40e: Move NVM event wait check to NVM codeShannon Nelson2016-04-063-30/+33
* | i40e: Add RSS configuration to virtual channelMitch Williams2016-04-062-6/+84
* | i40e: Move NVM variable out of AQ structShannon Nelson2016-04-066-11/+11
* | i40e: Restrict VF poll mode to only single function mode devicesShannon Nelson2016-04-061-1/+9
* | i40e: Patch to support trusted VFAnjali Singhai Jain2016-04-063-0/+45
* | i40e/i40evf: Faster RX via avoiding FCoEJesse Brandeburg2016-04-065-14/+30
* | i40e/i40evf: Drop unused tx_ring argumentJesse Brandeburg2016-04-062-8/+4
* | i40e/i40evf: Move stack var deeperJesse Brandeburg2016-04-062-2/+4
* | i40e: Move HW flushAkeem G Abodunrin2016-04-061-0/+1
* | i40e: Leave debug_mask cleared at initShannon Nelson2016-04-061-1/+0
* | i40e: Inserting a HW capability display infoDeepthi Kavalur2016-04-061-0/+3
* | mlxsw: spectrum: Add IEEE 802.1Qbb PFC supportIdo Schimmel2016-04-064-11/+158
* | mlxsw: reg: Introduce per priority countersIdo Schimmel2016-04-063-5/+63
* | mlxsw: spectrum: Add support for PAUSE framesIdo Schimmel2016-04-063-10/+95
* | mlxsw: reg: Add lossless settings for PBMC registerIdo Schimmel2016-04-061-0/+35
* | mlxsw: reg: Add Port Flow Control Configuration registerIdo Schimmel2016-04-061-0/+131
* | mlxsw: spectrum: Allow setting maximum rate for a TCIdo Schimmel2016-04-063-3/+77
* | mlxsw: spectrum: Add IEEE 802.1Qaz ETS supportIdo Schimmel2016-04-063-10/+283
* | mlxsw: spectrum: Introduce support for Data Center Bridging (DCB)Ido Schimmel2016-04-065-0/+101
* | mlxsw: spectrum: Initialize egress schedulingIdo Schimmel2016-04-061-0/+111
* | mlxsw: reg: Add QoS Switch Traffic Class Table registerIdo Schimmel2016-04-061-0/+55
* | mlxsw: reg: Add QoS ETS Element Configuration registerIdo Schimmel2016-04-061-0/+127
* | mlxsw: spectrum: Set port's shared buffer size to 0Ido Schimmel2016-04-062-0/+4
* | mlxsw: reg: Use correct PBMC register lengthIdo Schimmel2016-04-061-1/+1
* | mlxsw: spectrum: Correctly configure headroom sizeIdo Schimmel2016-04-062-10/+34
* | mlxsw: spectrum: Add bytes to cells helperIdo Schimmel2016-04-062-34/+34
* | mlxsw: spectrum: Map all switch priorities to priority group 0Ido Schimmel2016-04-061-1/+24
* | mlxsw: reg: Add Port Prio To Buffer registerIdo Schimmel2016-04-061-0/+83
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-0611-43/+84
|\ \
| * | i40e/i40evf: Fix TSO checksum pseudo-header adjustmentAlexander Duyck2016-04-052-14/+8
| * | i40e/i40evf: Bump patch from 1.5.1 to 1.5.2Avinash Dayanand2016-04-052-2/+2
| * | i40e: Request PHY media event at reset timeShannon Nelson2016-04-051-0/+2
| * | i40e: Lower some message levelsMitch Williams2016-04-051-5/+5
| * | i40e: Fix for supported link modes in 10GBaseT PHY'sAvinash Dayanand2016-04-051-0/+16
| * | i40evf: Fix get_rss_aqCatherine Sullivan2016-04-051-1/+1