summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* cxgb4vf: Adds SRIOV driver changes for T6 adapterHariprasad Shenai2015-06-013-23/+54
* cxgb4: Adds support for T6 adapterHariprasad Shenai2015-06-0110-149/+524
* cxgb4: Add is_t6 macro and T6 register rangesHariprasad Shenai2015-06-012-0/+354
* geneve: allow user to specify TOS info for tunnel framesJohn W. Linville2015-06-011-4/+14
* geneve: allow user to specify TTL for tunnel framesJohn W. Linville2015-06-011-4/+14
* rocker: remove support for legacy VLAN ndo opsScott Feldman2015-06-011-33/+1
* rocker: install/remove router MAC for untagged VLAN when joining/leaving bridgeScott Feldman2015-06-011-17/+25
* rocker: install untagged VLAN (vid=0) support for each portScott Feldman2015-06-011-3/+17
* rocker: cleanup vlan table on error adding vlanScott Feldman2015-06-011-1/+6
* rocker: zero allocate ports arrayScott Feldman2015-06-011-1/+1
* cxgb4: remove unused fn to enable/disable db coalescingHariprasad Shenai2015-06-012-21/+0
* rocker: remove rocker parameter from functions that have rocker_port parameterSimon Horman2015-06-011-70/+45
* bnx2x: Alloc 4k fragment for each rx ring buffer elementGabriel Krisman Bertazi2015-06-013-24/+80
* xen-netfront: Use setup_timerVaishali Thakkar2015-05-311-3/+2
* ethernet/intel: Use setup_timerVaishali Thakkar2015-05-311-3/+1
* net: dl2k: Use setup_timerVaishali Thakkar2015-05-311-3/+1
* net: mv643xx_eth: Use setup_timerVaishali Thakkar2015-05-311-6/+3
* Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc...David S. Miller2015-05-3110-22/+26
|\
| * cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-2610-22/+26
* | hv_netvsc: Allocate the sendbuf in a NUMA aware wayK. Y. Srinivasan2015-05-311-1/+3
* | hv_netvsc: Allocate the receive buffer from the correct NUMA nodeK. Y. Srinivasan2015-05-311-1/+6
* | net: systemport: Add a check for oversized packetsFlorian Fainelli2015-05-301-0/+8
* | net: systemport: rewrite bcm_sysport_rx_refillFlorian Fainelli2015-05-301-40/+41
* | net: systemport: Pre-calculate and utilize cb->bd_addrFlorian Fainelli2015-05-302-11/+9
* | net: thunderx: add 64-bit dependencyArnd Bergmann2015-05-301-1/+1
* | net/mlx4_core: Make sure there are no pending async events when freeing CQMatan Barak2015-05-301-0/+3
* | net/mlx4_core: Move affinity hints to mlx4_core ownershipIdo Shamay2015-05-304-9/+59
* | net/mlx4: Add EQ poolMatan Barak2015-05-308-206/+312
* | net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak2015-05-301-0/+23
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-309-355/+1248
|\ \
| * | atusb: add support for at86rf230Alexander Aring2015-05-271-1/+1
| * | ieee802154/atusb: Set default ed level to 0xbe like the rest of these driversStefan Schmidt2015-05-211-2/+2
| * | ieee802154/atusb: Mark driver as AACK enabled in hardware.Stefan Schmidt2015-05-211-1/+2
| * | ieee802154/atusb: Warn about outdated device firmware.Stefan Schmidt2015-05-211-0/+6
| * | at86rf230: add missing cca ed level valuesAlexander Aring2015-05-201-2/+2
| * | fakelb: cleanup codeAlexander Aring2015-05-191-17/+12
| * | fakelb: add support for async xmit handlingAlexander Aring2015-05-191-1/+2
| * | fakelb: remove fakelb_hw_deliverAlexander Aring2015-05-191-12/+6
| * | fakelb: add virtual phy reset defaultsAlexander Aring2015-05-191-0/+5
| * | fakelb: use own channel and page attributesAlexander Aring2015-05-191-3/+10
| * | fakelb: introduce fakelb ifup phys listAlexander Aring2015-05-191-33/+25
| * | fakelb: move lock out of iterationAlexander Aring2015-05-191-3/+4
| * | fakelb: declare fakelb list staticAlexander Aring2015-05-191-25/+7
| * | fakelb: declare rwlock staticAlexander Aring2015-05-191-9/+7
| * | fakelb: don't deliver when one phyAlexander Aring2015-05-191-12/+8
| * | fakelb: rename fakelb_dev_priv to fakelb_phyAlexander Aring2015-05-191-46/+47
| * | fakelb: use list_for_each_entry_safeAlexander Aring2015-05-191-2/+2
| * | fakelb: creating two virtual phys per defaultAlexander Aring2015-05-191-1/+1
| * | ieee802154: add support for atusb transceiverAlexander Aring2015-05-196-197/+1009
| * | at86rf230: fix callback for aret handlingAlexander Aring2015-05-191-1/+1