aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-09net: dsa: mt7530: Include gpio/consumer.h for GPIO functionsFlorian Fainelli1-0/+1
2017-04-09bpf: fix comment typoAlexander Alemayhu2-2/+2
2017-04-09netvsc: use napi_consume_skbstephen hemminger1-7/+11
2017-04-09Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller99-7944/+6615
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller4-107/+11
2017-04-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-186/+486
2017-04-08Merge branch 'dsa-receive-path-simplifications'David S. Miller9-131/+57
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli9-84/+53
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli7-30/+4
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli6-17/+0
2017-04-08skbuff: Extend gso_type to unsigned int.Steffen Klassert1-1/+2
2017-04-08liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas5-5/+43
2017-04-08netvsc: Initialize all channel related state prior to opening the channelK. Y. Srinivasan2-14/+18
2017-04-08net: dsa: mv88e6xxx: Make SMI c22/c45 read/write functions staticFlorian Fainelli1-8/+12
2017-04-08netlink: uapi: use hex numbers for NLM_F_* flagsJohannes Berg1-6/+6
2017-04-08nfp: don't dereference a null nn->eth_port to print a warningColin Ian King1-2/+1
2017-04-08Merge branch 'net-SO_COOKIE'David S. Miller16-23/+161
2017-04-08Sample program using SO_COOKIEChenbo Feng2-23/+127
2017-04-08New getsockopt option to get socket cookieChenbo Feng14-0/+34
2017-04-08Merge tag 'mlx5-updates-2017-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller5-47/+108
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck2-0/+94
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck6-8/+179
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck6-27/+60
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller1-3/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael3-3/+0
2017-04-08i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller1-7/+3
2017-04-08i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller1-13/+16
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady5-64/+15
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin3-45/+101
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck1-4/+2
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller1-4/+5
2017-04-08i40e: only register client on iWarp-capable devicesMitch Williams1-8/+11
2017-04-07net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2-4/+14
2017-04-07Merge branch 'dsa-mediatek-MT7530'David S. Miller13-0/+1768
2017-04-07net-next: dsa: add dsa support for Mediatek MT7530 switchSean Wang4-0/+1536
2017-04-07net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instanceSean Wang1-0/+2
2017-04-07net-next: ethernet: mediatek: add CDM able to recognize the tag for DSASean Wang2-0/+10
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang6-0/+128
2017-04-07dt-bindings: net: dsa: add Mediatek MT7530 bindingSean Wang1-0/+92
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-07Merge branch 'stmmac-multiple-buffers'David S. Miller4-450/+950
2017-04-07net: stmmac: adding multiple napi mechanismJoao Pinto2-41/+120
2017-04-07net: stmmac: adding multiple buffers for TXJoao Pinto4-255/+374
2017-04-07net: stmmac: adding multiple buffers for rxJoao Pinto3-184/+306
2017-04-07net: stmmac: break some functions into RX and TX scopesJoao Pinto1-86/+266
2017-04-07Merge branch 'net_device_stats'David S. Miller23-212/+156
2017-04-07usbnet: pegasus: Use net_device_stats from struct net_deviceTobias Klauser2-22/+15
2017-04-07usbnet: kaweth: Use net_device_stats from struct net_deviceTobias Klauser1-22/+10
2017-04-07net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser1-4/+3
2017-04-07net: tulip: de2104x: Use net_device_stats from struct net_deviceTobias Klauser1-22/+20