summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2015-01-15wil6210: simple ADDBA on originator (Tx) sideVladimir Kondratiev-0/+134
2015-01-15wil6210: ADDBA/DELBA flowsVladimir Kondratiev-44/+376
2015-01-15ath9k: Add QCA956x HW supportMiaoqing Pan-32/+76
2015-01-15ath9k: Fix register definitions for QCA956xMiaoqing Pan-8/+11
2015-01-15ath9k: Add initvals for QCA956xMiaoqing Pan-1/+1106
2015-01-15ath9k: Add HW IDs for QCA956xMiaoqing Pan-0/+13
2015-01-15Merge tag 'iwlwifi-for-kalle-2015-01-13' of https://git.kernel.org/pub/scm/li...Kalle Valo-27/+59
2015-01-15ath10k: fix hwmon temperature input unitsRajkumar Manoharan-1/+2
2015-01-15ath10k: document switch case fall-through in __ath10k_scan_finishJohn W. Linville-0/+1
2015-01-15ath10k: prevent fw reg dump spamMichal Kazior-2/+6
2015-01-15ath10k: fix duration calculation for quiet paramRajkumar Manoharan-1/+1
2015-01-15ath10k: implement support for ap beacon offloadingMichal Kazior-0/+162
2015-01-15ath10k: implement p2p bcn ie commandMichal Kazior-0/+66
2015-01-15ath10k: implement prb tmpl wmi commandMichal Kazior-0/+75
2015-01-15ath10k: implement beacon template commandMichal Kazior-0/+103
2015-01-15ath10k: implement new beacon tx status eventMichal Kazior-0/+62
2015-01-15be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna-3/+38
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf-11/+18
2015-01-15vxlan: Group Policy extensionThomas Graf-13/+71
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-130/+288
2015-01-14tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan-0/+12
2015-01-14tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan-0/+3
2015-01-14tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan-3/+5
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko-2/+14
2015-01-14i40e: adds FCoE configure optionVasu Dev-3/+14
2015-01-14cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai-1/+1
2015-01-14vxlan: Remote checksum offloadTom Herbert-6/+185
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert-2/+5
2015-01-14r8152: replace tasklet with NAPIhayeswang-35/+85
2015-01-14net: hisilicon: new hip04 ethernet driverdingtianhong-1/+970
2015-01-14net: hisilicon: new hip04 MDIO driverZhangfei Gao-0/+196
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner-4/+7
2015-01-14net/macb: improved ethtool statistics supportXander Huff-4/+307
2015-01-14net/macb: Adding comments to various #defs to make interpretation easierXander Huff-107/+162
2015-01-14xen-netfront: refactor making Tx requestsDavid Vrabel-114/+67
2015-01-14xen-netfront: refactor skb slot countingDavid Vrabel-6/+7
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-123/+126
2015-01-13sunvnet: fix rx packet length check to allow for TSODavid L Stevens-1/+6
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel-29/+42
2015-01-13mlx5: avoid build warnings on 32-bitArnd Bergmann-3/+3
2015-01-13rocker: fix harmless warning on 32-bit machinesArnd Bergmann-2/+2
2015-01-13drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N-4/+19
2015-01-13cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai-520/+58
2015-01-13net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie-7/+7
2015-01-13net/fsl: fix a bug in xgmac_mdioShaohui Xie-1/+1
2015-01-13cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai-0/+2
2015-01-13i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson-1/+1
2015-01-13i40e: Don't exit link event early if link speed has changedCatherine Sullivan-0/+4
2015-01-13i40e: limit WoL and link settings to partition 1Shannon Nelson-1/+42
2015-01-13i40e: Adding function for reading PBA StringKamil Krawczyk-0/+63