summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-10-2913-261/+232
|\
| * i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck2016-10-283-35/+14
| * i40e: Fix bit logic error in failure caseDavid Ertman2016-10-281-1/+1
| * i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari2016-10-282-2/+2
| * i40e: Removal of workaround for simple MAC address filter deletionFilip Sadowski2016-10-281-41/+0
| * i40e: Fix for long link down notification timeCarolyn Wyborny2016-10-281-1/+4
| * i40e: Drop redundant Rx descriptor processing codeAlexander Duyck2016-10-282-24/+12
| * i40e: fix confusing dmesg info for ethtool -L optionLihong Yang2016-10-281-2/+2
| * i40e: Make struct i40e_stats constJoe Perches2016-10-281-1/+1
| * i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari2016-10-282-2/+2
| * i40e/i40evf: fix interrupt affinity bugAlan Brady2016-10-286-48/+159
| * i40e: group base mode VF offload flagsPreethi Banala2016-10-282-0/+8
| * i40e: reopen client after resetMitch Williams2016-10-282-32/+17
| * i40e: Drop code for unsupported flow typesAlexander Duyck2016-10-281-26/+5
| * i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-282-33/+0
| * i40e: Bit test mask correctionFilip Sadowski2016-10-281-1/+1
| * i40e: Rewrite Flow Director busy wait loopAlexander Duyck2016-10-281-9/+4
| * i40e: Fix client interactionCarolyn Wyborny2016-10-281-16/+13
* | net: phy: at803x: Add a definition for PHY ID maskFabio Estevam2016-10-291-6/+7
* | driver: tun: Move tun check into the block of TUNSETIFF condition checkGao Feng2016-10-291-1/+5
* | virtio-net: Update the mtu code to match virtio specAaron Conole2016-10-291-2/+4
|/
* mlxsw: switchx2: Set physical device for port netdeviceJiri Pirko2016-10-281-0/+1
* mlxsw: spectrum: Set physical device for port netdeviceJiri Pirko2016-10-281-0/+1
* mlxsw: Move PCI id table definitions into driver modulesJiri Pirko2016-10-288-71/+135
* mlxsw: pci: Rename header with HW definitionsJiri Pirko2016-10-282-6/+6
* mlxsw: spectrum: Remove extra whitespaceIdo Schimmel2016-10-281-1/+1
* ethernet: fix min/max MTU typosStefan Richter2016-10-272-2/+2
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-278-13/+13
* genetlink: statically initialize familiesJohannes Berg2016-10-278-35/+59
* genetlink: no longer support using static family IDsJohannes Berg2016-10-278-13/+0
* firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardB...Stefan Richter2016-10-261-7/+1
* firewire: net: fix maximum possible MTUStefan Richter2016-10-261-3/+4
* net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun2016-10-261-0/+4
* net: ena: use setup_timer() and mod_timer()Wei Yongjun2016-10-261-6/+3
* amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2016-10-261-0/+1
* net: ns83820: use dev_kfree_skb_irq instead of kfree_skbWei Yongjun2016-10-261-1/+1
* net: eth: altera: Fix error return code in altera_tse_probe()Wei Yongjun2016-10-261-0/+2
* net: dsa: mv88e6xxx: use setup_timer to simplify the codeWei Yongjun2016-10-261-3/+2
* net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-261-2/+0
* net: phy: broadcom: Add support for BCM54612EXo Wang2016-10-261-0/+48
* mlxsw: Convert resources into arrayJiri Pirko2016-10-238-190/+223
* mlxsw: cmd: Push resource query defines to cmd.hJiri Pirko2016-10-232-6/+9
* mlxsw: reg: Generare register names automaticallyJiri Pirko2016-10-231-123/+73
* mlxsw: reg: Use helper macro to define registersJiri Pirko2016-10-231-240/+66
* mlxsw: item: Make char *buf arg constant for gettersJiri Pirko2016-10-234-19/+23
* mlxsw: item: Make struct mlxsw_item args constJiri Pirko2016-10-231-12/+15
* hv_netvsc: fix a race between netvsc_send() and netvsc_init_buf()Vitaly Kuznetsov2016-10-211-0/+7
* s390/net: use net core MTU range checkingJarod Wilson2016-10-205-29/+8
* net: use core MTU range checking in misc driversJarod Wilson2016-10-2015-101/+38
* net: use core MTU range checking in virt driversJarod Wilson2016-10-208-34/+35