aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-07-08r8152: increase the tx timeouthayeswang1-1/+1
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-07Merge branch 'amd-xgbe-next'David S. Miller6-101/+145
2014-07-07amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-07amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-07amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-07amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-07amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-07-07net: arcnet: Remove "#define bool int"Rasmus Villemoes1-7/+3
2014-07-07enic: fix return values in enic_set_coalesceGovindarajulu Varadarajan2-17/+12
2014-07-07bonding: remove no longer relevant vlan warningsJiri Pirko1-7/+0
2014-07-07Merge branch 'at86rf230-next'David S. Miller4-554/+990
2014-07-07at86rf230: add new authorAlexander Aring1-0/+1
2014-07-07at86rf230: add sleep cycle timingAlexander Aring1-1/+6
2014-07-07at86rf230: add timing for channel switchAlexander Aring1-1/+7
2014-07-07at86rf230: rework reset to trx_off state changeAlexander Aring1-1/+15
2014-07-07at86rf230: rework state change and start/stopAlexander Aring1-59/+67
2014-07-07at86rf230: rework irq_pol settingAlexander Aring1-5/+2
2014-07-07at86rf230: move RX_SAFE_MODE setting to hw_initAlexander Aring1-5/+4
2014-07-07at86rf230: rework transmit and receive handlingAlexander Aring1-268/+571
2014-07-07at86rf230: add support for at86rf23x desenseAlexander Aring1-4/+18
2014-07-07at86rf230: remove is212 and add driver dataAlexander Aring1-23/+36
2014-07-07at86rf230: rework detect device handlingAlexander Aring1-107/+76
2014-07-07at86rf230: add regmap supportAlexander Aring2-105/+168
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring3-58/+102
2014-07-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller15-176/+731
2014-07-07Merge branch 'fec-next'David S. Miller2-59/+79
2014-07-07net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()Russell King1-6/+9
2014-07-07net: fec: ensure fec_enet_free_buffers() properly cleans the ringsRussell King1-1/+6
2014-07-07net: fec: clean up transmit descriptor setupRussell King1-15/+18
2014-07-07net: fec: make rx skb handling more robustRussell King1-6/+11
2014-07-07net: fec: remove useless fep->openedRussell King2-6/+0
2014-07-07net: fec: stop the phy before shutting down the MACRussell King1-1/+4
2014-07-07net: fec: ensure that a disconnected phy isn't configuredRussell King1-0/+4
2014-07-07net: fec: remove checking for NULL phy_dev in fec_enet_close()Russell King1-4/+2
2014-07-07net: fec: use netif_tx_disable() rather than netif_stop_queue()Russell King1-2/+2
2014-07-07net: fec: fix interrupt handling racesRussell King1-18/+22
2014-07-07net: fec: fix ethtool set_pauseparam duplex bugRussell King1-1/+1
2014-07-07net: fec: iMX6 FEC does not support half-duplex gigabitRussell King1-0/+1
2014-07-07Merge branch 'net-hash-tx'David S. Miller26-76/+202
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert2-2/+9
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert11-6/+62
2014-07-07flow_dissector: Use IPv6 flow label in flow_dissectorTom Herbert1-0/+17
2014-07-07vxlan: Call udp_flow_src_portTom Herbert3-30/+3
2014-07-07udp: Add function to make source port for UDP tunnelsTom Herbert1-0/+29
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert3-26/+7
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert8-0/+50
2014-07-07flow_dissector: Abstract out hash computationTom Herbert2-16/+29
2014-07-07Merge branch 'systemport-next'David S. Miller3-34/+361