summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lwtunnel: Add destroy state operationTom Herbert2016-10-152-4/+16
* Merge branch 'fjes-next'David S. Miller2016-10-149-11/+983
|\
| * fjes: Update fjes driver version : 1.2Taku Izumi2016-10-141-1/+1
| * fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi2016-10-144-2/+145
| * fjes: ethtool -w and -W support for fjes driverTaku Izumi2016-10-144-0/+284
| * fjes: Add tracepoints in fjes driverTaku Izumi2016-10-145-4/+369
| * fjes: Enhance ethtool -S for fjes driverTaku Izumi2016-10-144-5/+137
| * fjes: ethtool -d support for fjes driverTaku Izumi2016-10-141-0/+48
|/
* Merge branch 'qed-next'David S. Miller2016-10-1410-64/+244
|\
| * qed: Fix possible race when reading firmware return code.Manish Chopra2016-10-142-8/+8
| * qed: Handle malicious VFs eventsYuval Mintz2016-10-143-20/+96
| * qed: Allow chance for fast ramrod completionsYuval Mintz2016-10-141-26/+59
| * qed*: Allow unicast filteringYuval Mintz2016-10-143-3/+14
| * qede: Prevent GSO on long Geneve headersManish Chopra2016-10-141-0/+35
| * qede: GSO support for tunnels with outer csumManish Chopra2016-10-142-3/+24
| * qed: Pass MAC hints to VFsYuval Mintz2016-10-143-4/+8
|/
* Merge branch 'ingress-actions'David S. Miller2016-10-147-29/+73
|\
| * net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-141-6/+45
| * net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-146-7/+9
| * net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-141-13/+15
| * net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-142-6/+7
|/
* net: phy: Cleanup the Edge-Rate feature in Microsemi PHYs.Allan W. Nielsen2016-10-143-117/+90
* Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger2016-10-142-214/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-14436-7557/+22829
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1329-114/+294
| |\
| | * net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov2016-10-131-0/+1
| | * net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
| | * liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
| | * net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
| | * tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
| | * net: ipv4: Do not drop to make_route if oif is l3mdevDavid Ahern2016-10-132-1/+26
| | * net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
| | * ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2016-10-131-9/+11
| | * netvsc: Remove mistaken udp.h inclusion.David S. Miller2016-10-131-1/+0
| | * xen-netback: fix type mismatch warningArnd Bergmann2016-10-131-3/+3
| | * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| | * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
| | * qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
| | * netvsc: fix checksum on UDP IPV6stephen hemminger2016-10-131-50/+22
| | * net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
| | * xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-131-0/+2
| | * drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich2016-10-131-0/+1
| | * net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-132-4/+13
| | * qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork2016-10-131-2/+28
| | * Merge branch 'ovs-8021AD-fixes'David S. Miller2016-10-133-3/+4
| | |\
| | | * openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-131-1/+1
| | | * openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-131-1/+2
| | | * openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-131-1/+1
| | |/
| | * qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
| | * tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1