summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* arc_emac: Remove unused pointer to net_device from arc_emac_privTobias Klauser2014-07-092-3/+0
* arc_emac: Use net_device_stats from struct net_deviceTobias Klauser2014-07-092-7/+5
* net: phy: export phy_suspend and phy_resumeFlorian Fainelli2014-07-081-0/+2
* net: fec: consolidate hwtstamp implementationRussell King2014-07-081-18/+19
* net: fec: remove useless status check in tx reap pathRussell King2014-07-081-3/+0
* net: fec: add support for dumping transmit ring on timeoutRussell King2014-07-081-0/+23
* net: fec: reorder ethtool ops to match order in struct declarationRussell King2014-07-081-7/+5
* net: fec: clear receive interrupts before processing a packetRussell King2014-07-081-0/+2
* net: fec: replace delayed work with standard workRussell King2014-07-082-26/+16
* net: fec: better implementation of iMX6 ERR006358 quirkRussell King2014-07-082-27/+4
* xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss2014-07-084-2/+200
* net: fec: clean up duplex mode handlingRussell King2014-07-081-12/+12
* net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...Russell King2014-07-081-0/+4
* net: fec: quiesce packet processing before changing featuresRussell King2014-07-081-9/+16
* net: fec: quiesce packet processing before stopping device in fec_set_features()Russell King2014-07-081-1/+1
* net: fec: quiesce packet processing before stopping device in fec_suspend()Russell King2014-07-081-7/+9
* net: fec: remove inappropriate calls around fec_restart()Russell King2014-07-081-20/+6
* net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King2014-07-081-19/+45
* net: fec: only restart or stop the device if it is present and runningRussell King2014-07-081-5/+14
* net: fec: ensure fec_enet_close() copes with resume failureRussell King2014-07-081-2/+2
* net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King2014-07-081-0/+7
* net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2014-07-082-10/+15
* net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2014-07-082-3/+1
* net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev2014-07-081-10/+0
* net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev2014-07-081-2/+8
* net/mlx4_en: Run loopback test only when port is upEugenia Emantayev2014-07-081-1/+2
* net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2014-07-082-10/+17
* defxx: Fix issues with debug printk callsMaciej W. Rozycki2014-07-082-12/+11
* defxx: Add missing DMA synchronisation callsMaciej W. Rozycki2014-07-081-4/+16
* defxx: Handle DMA mapping errorsMaciej W. Rozycki2014-07-081-26/+58
* defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki2014-07-081-2/+6
* defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki2014-07-081-1/+6
* defxx: Correct the receive DMA map sizeMaciej W. Rozycki2014-07-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2014-07-08212-2277/+9476
|\
| * bcma: add driver for PCIe Gen 2 coreRafał Miłecki2014-07-073-0/+184
| * b43: fix reading info about radio for new devices (cores 40 & 42)Rafał Miłecki2014-07-071-1/+10
| * b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki2014-07-071-0/+78
| * b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki2014-07-072-30/+84
| * b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki2014-07-072-11/+281
| * iwlwifi: mvm: minor fix in commentEmmanuel Grumbach2014-07-071-1/+1
| * iwlwifi: mvm: remove 8000 HW family setting of adc sampling on nic configLiad Kaufman2014-07-071-2/+9
| * iwlwifi: mvm: teardown TDLS peers when initiating DCMArik Nemtsov2014-07-071-0/+27
| * iwlwifi: disable PSM on vifs with associated TDLS peersArik Nemtsov2014-07-073-5/+46
| * iwlwifi: mvm: protect TDLS discovery sessionArik Nemtsov2014-07-071-0/+13
| * iwlwifi: mvm: disallow new TDLS stations when appropriateArik Nemtsov2014-07-075-21/+60
| * iwlwifi: mvm: Use CS tx block bit for AP/GOAndrei Otcheretianski2014-07-077-3/+136
| * iwlwifi: mvm: Reflect GO channel switch in NoAAndrei Otcheretianski2014-07-076-10/+153
| * iwlwifi: mvm: Protect mvm->csa_vif with RCUAndrei Otcheretianski2014-07-073-9/+20
| * iwlwifi: mvm: Use beacon_get_template instead of beacon_getAndrei Otcheretianski2014-07-071-1/+2
| * iwlwifi: mvm: CSA unbind-bind flow support for clientLuciano Coelho2014-07-071-10/+25