summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-09xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss4-2/+200
2014-07-09net: fec: clean up duplex mode handlingRussell King1-12/+12
2014-07-09net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...Russell King1-0/+4
2014-07-09net: fec: quiesce packet processing before changing featuresRussell King1-9/+16
2014-07-09net: fec: quiesce packet processing before stopping device in fec_set_features()Russell King1-1/+1
2014-07-09net: fec: quiesce packet processing before stopping device in fec_suspend()Russell King1-7/+9
2014-07-09net: fec: remove inappropriate calls around fec_restart()Russell King1-20/+6
2014-07-09net: fec: move calls to quiesce/resume packet processing out of fec_restart()Russell King1-19/+45
2014-07-09net: fec: only restart or stop the device if it is present and runningRussell King1-5/+14
2014-07-09net: fec: ensure fec_enet_close() copes with resume failureRussell King1-2/+2
2014-07-09net: fec: improve safety of suspend/resume/transmit timeout pathsRussell King1-0/+7
2014-07-09net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2-10/+15
2014-07-09net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2-3/+1
2014-07-09net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev1-10/+0
2014-07-09net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev1-2/+8
2014-07-09net/mlx4_en: Run loopback test only when port is upEugenia Emantayev1-1/+2
2014-07-09net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2-10/+17
2014-07-09defxx: Fix issues with debug printk callsMaciej W. Rozycki2-12/+11
2014-07-09defxx: Add missing DMA synchronisation callsMaciej W. Rozycki1-4/+16
2014-07-09defxx: Handle DMA mapping errorsMaciej W. Rozycki1-26/+58
2014-07-09defxx: Use netdev_alloc_skb consistentlyMaciej W. Rozycki1-2/+6
2014-07-09defxx: Discard DMA maps on buffer deallocationMaciej W. Rozycki1-1/+6
2014-07-09defxx: Correct the receive DMA map sizeMaciej W. Rozycki1-3/+3
2014-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller208-2277/+9291
2014-07-09declance: Fix 64-bit compilation warningsMaciej W. Rozycki1-6/+6
2014-07-08r8152: increase the tx timeouthayeswang1-1/+1
2014-07-08amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-08amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-08amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-08amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-08amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-07-08enic: fix return values in enic_set_coalesceGovindarajulu Varadarajan2-17/+12
2014-07-08bonding: remove no longer relevant vlan warningsJiri Pirko1-7/+0
2014-07-08at86rf230: add new authorAlexander Aring1-0/+1
2014-07-08at86rf230: add sleep cycle timingAlexander Aring1-1/+6
2014-07-08at86rf230: add timing for channel switchAlexander Aring1-1/+7
2014-07-08at86rf230: rework reset to trx_off state changeAlexander Aring1-1/+15
2014-07-08at86rf230: rework state change and start/stopAlexander Aring1-59/+67
2014-07-08at86rf230: rework irq_pol settingAlexander Aring1-5/+2
2014-07-08at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring1-5/+4
2014-07-08at86rf230: rework transmit and receive handlingAlexander Aring1-268/+571
2014-07-08at86rf230: add support for at86rf23x desenseAlexander Aring1-4/+18
2014-07-08at86rf230: remove is212 and add driver dataAlexander Aring1-23/+36
2014-07-08at86rf230: rework detect device handlingAlexander Aring1-107/+76
2014-07-08at86rf230: add regmap supportAlexander Aring2-105/+168
2014-07-08mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-44/+37
2014-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-176/+731
2014-07-08net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()Russell King1-6/+9
2014-07-08net: fec: ensure fec_enet_free_buffers() properly cleans the ringsRussell King1-1/+6
2014-07-08net: fec: clean up transmit descriptor setupRussell King1-15/+18