summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-08-20vrf: ndo_add|del_slave drop unnecessary checksNikolay Aleksandrov1-5/+1
2015-08-20vrf: move vrf_insert_slave so we can drop a goto labelNikolay Aleksandrov1-6/+2
2015-08-20vrf: remove unnecessary duplicate checkNikolay Aleksandrov1-8/+0
2015-08-20vrf: don't panic on cache create failureNikolay Aleksandrov1-1/+1
2015-08-20vrf: plug skb leaksNikolay Aleksandrov1-3/+10
2015-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-59/+236
2015-08-19vrf: simplify the netdev notifier functionNikolay Aleksandrov1-3/+2
2015-08-19vrf: don't check for dstats and rth in uninit pathNikolay Aleksandrov1-4/+2
2015-08-19vrf: drop unused num_slaves memberNikolay Aleksandrov1-2/+0
2015-08-19vrf: drop unnecessary dev refcnt changesNikolay Aleksandrov1-2/+0
2015-08-19hv_netvsc: Fix dereference of nvdev before checkAndrew Schwartzmeyer1-2/+5
2015-08-19cxgb4: memory corruption in debugfsDan Carpenter1-5/+6
2015-08-19enic: Fix namespace pollution causing build errors.David S. Miller3-7/+7
2015-08-19bnx2x: Add vxlan RSS supportRajesh Borundia4-0/+123
2015-08-19dsa: mv88e6xxx: Set DSA mode based on chip abilitiesAndrew Lunn1-5/+8
2015-08-19net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn1-3/+2
2015-08-19ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller1-2/+1
2015-08-19ixgbe: Simplify port-specific macrosMark Rustad1-9/+9
2015-08-19igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka1-2/+7
2015-08-19igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-08-19igb: Fix a memory leak in igb_probeJia-Ju Bai1-0/+1
2015-08-19e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...Jia-Ju Bai1-12/+12
2015-08-19igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai1-0/+1
2015-08-19e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai1-1/+4
2015-08-19e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai1-0/+7
2015-08-19igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4
2015-08-19igb: add support for 1512 PHYTodd Fujinaka4-5/+114
2015-08-19igb: implement high frequency periodic output signalsRichard Cochran2-20/+54
2015-08-19igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-19igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-19igb: Fix oops caused by missing queue pairingShota Suzuki3-3/+19
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter4-4/+4
2015-08-18net: mac80211_hwsim: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: hostap: convert to using IFF_NO_QUEUEPhil Sutter1-2/+2
2015-08-18net: ipvlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: bonding: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: team: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: nlmon: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-18net: loopback: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: geneve: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: dummy: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-18net: veth: enable noqueue operation by defaultPhil Sutter1-0/+1
2015-08-18enic: Fix sparse warning in vnic_devcmd_init().David S. Miller1-1/+1
2015-08-18mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-18net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat3-12/+43
2015-08-18net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2-0/+80
2015-08-18net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2-22/+17
2015-08-18net/mlx5e: HW LRO changes/fixesAchiad Shochat3-4/+5