summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli2017-04-087-30/+4
* net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli2017-04-086-17/+0
* skbuff: Extend gso_type to unsigned int.Steffen Klassert2017-04-081-1/+2
* liquidio: fix VF incorrectly indicating that it successfully set its VLANFelix Manlunas2017-04-085-5/+43
* netvsc: Initialize all channel related state prior to opening the channelK. Y. Srinivasan2017-04-082-14/+18
* net: dsa: mv88e6xxx: Make SMI c22/c45 read/write functions staticFlorian Fainelli2017-04-081-8/+12
* netlink: uapi: use hex numbers for NLM_F_* flagsJohannes Berg2017-04-081-6/+6
* nfp: don't dereference a null nn->eth_port to print a warningColin Ian King2017-04-081-2/+1
* Merge branch 'net-SO_COOKIE'David S. Miller2017-04-0816-23/+161
|\
| * Sample program using SO_COOKIEChenbo Feng2017-04-082-23/+127
| * New getsockopt option to get socket cookieChenbo Feng2017-04-0814-0/+34
|/
* Merge tag 'mlx5-updates-2017-04-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-04-085-47/+108
|\
| * net/mlx5e: Set default RX moderation parameters on driver loadSaeed Mahameed2017-04-071-4/+4
| * net/mlx5e: Reuse alloc cq code for all CQs allocationEran Ben Elisha2017-04-071-36/+23
| * net/mlx5e: Show board id in ethtool driver informationInbar Karmy2017-04-071-2/+3
| * net/mlx5e: Change FW sub_minor display to 4 zeros paddingEran Ben Elisha2017-04-071-1/+1
| * net/mlx5e: Make mlx5e_modify_rqs_vsd a static functionGuy Ergas2017-04-072-3/+1
| * net/mlx5e: Add support for RXFCS feature flagGuy Ergas2017-04-073-0/+73
| * net/mlx5: Update the list of the PCI supported devicesMajd Dibbiny2017-04-071-2/+4
* | net: thunderx: Enable TSO and checksum offloads for ipv6Thanneeru Srinivasulu2017-04-072-4/+14
* | Merge branch 'dsa-mediatek-MT7530'David S. Miller2017-04-0713-0/+1768
|\ \
| * | net-next: dsa: add dsa support for Mediatek MT7530 switchSean Wang2017-04-074-0/+1536
| * | net-next: ethernet: mediatek: add device_node of GMAC pointing into the netde...Sean Wang2017-04-071-0/+2
| * | net-next: ethernet: mediatek: add CDM able to recognize the tag for DSASean Wang2017-04-072-0/+10
| * | net-next: dsa: add Mediatek tag RX/TX handlerSean Wang2017-04-076-0/+128
| * | dt-bindings: net: dsa: add Mediatek MT7530 bindingSean Wang2017-04-071-0/+92
|/ /
* | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-071-4/+9
* | Merge branch 'stmmac-multiple-buffers'David S. Miller2017-04-074-450/+950
|\ \
| * | net: stmmac: adding multiple napi mechanismJoao Pinto2017-04-072-41/+120
| * | net: stmmac: adding multiple buffers for TXJoao Pinto2017-04-074-255/+374
| * | net: stmmac: adding multiple buffers for rxJoao Pinto2017-04-073-184/+306
| * | net: stmmac: break some functions into RX and TX scopesJoao Pinto2017-04-071-86/+266
|/ /
* | Merge branch 'net_device_stats'David S. Miller2017-04-0723-212/+156
|\ \
| * | usbnet: pegasus: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-22/+15
| * | usbnet: kaweth: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-22/+10
| * | net: typhoon: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-4/+3
| * | net: tulip: de2104x: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-22/+20
| * | net: sunhme: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-13/+11
| * | net: sunbmac: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-10/+9
| * | net: nuvoton: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-22/+11
| * | net: nmlan_cs: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-25/+24
| * | net: moxa: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-19/+10
| * | net: macb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-21/+20
| * | net: emac: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
| * | net: dl2k: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-26/+20
| * | net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
| * | net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
|/ /
* | Merge branch 'qed-XDP-header-adjust'David S. Miller2017-04-074-48/+68
|\ \
| * | qede: Support XDP adjustment of headersMintz, Yuval2017-04-073-11/+12
| * | qede: Add support for ingress headroomMintz, Yuval2017-04-073-17/+24