summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-212-2/+3
* rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-211-17/+5Star
* libnl: add more helpers to align attributes on 64-bitNicolas Dichtel2016-04-212-8/+130
* veth: Update features to include all tunnel GSO typesAlexander Duyck2016-04-211-4/+3Star
* netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck2016-04-211-5/+3Star
* geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter2016-04-211-1/+1
* NLA_BINARY misuse bug in HSRPeter Heise2016-04-211-4/+3Star
* net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-212-10/+8Star
* perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-213-11/+27
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-212-8/+2Star
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-04-2121-1066/+201Star
|\
| * fm10k: fix incorrect IPv6 extended header checksumJacob Keller2016-04-211-9/+16
| * fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-2120-30/+30
| * fm10k: fix possible null pointer deref after kcallocJacob Keller2016-04-212-18/+22
| * fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan2016-04-211-0/+4
| * fm10k: update comment regarding reserved bits checkJacob Keller2016-04-211-1/+1
| * fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller2016-04-213-3/+8
| * fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller2016-04-211-2/+2
| * fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller2016-04-211-8/+10
| * fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller2016-04-211-2/+0Star
| * fm10k: correctly handle LPORT_MAP errorJacob Keller2016-04-214-1/+35
| * fm10k: Fix multicast mode sync issuesNgai-Mint Kwan2016-04-211-13/+7Star
| * fm10k: drop 1588 supportJacob Keller2016-04-2112-876/+11Star
| * fm10k: prevent RCU issues during AER eventsJacob Keller2016-04-211-1/+10
| * fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller2016-04-211-3/+3
| * fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck2016-04-211-5/+9
| * fm10k: remove debug-statistics supportJacob Keller2016-04-211-71/+1Star
| * fm10k: add helper functions to set strings and data for ethtool statsJacob Keller2016-04-211-25/+34
|/
* rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2016-04-204-1/+189
* net: nla_align_64bit() needs to test the right pointer.David S. Miller2016-04-201-1/+1
* net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet2016-04-201-8/+11
* net/hsr: Fixed version field in ENUMPeter Heise2016-04-201-1/+1
* net: dsa: kill circular reference with slave privVivien Didelot2016-04-202-10/+4Star
* Merge branch 'bpf_event_output'David S. Miller2016-04-205-1/+48
|\
| * bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-204-0/+38
| * bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2016-04-202-1/+10
|/
* arcnet: com90xx: add __init attributeJulia Lawall2016-04-201-1/+1
* net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov2016-04-201-309/+307Star
* net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov2016-04-202-27/+19Star
* net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-202-19/+42
* net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-192-0/+20
* net: w5100: don't build spi driver without w5100Arnd Bergmann2016-04-191-1/+1
* bpf: avoid warning for wrong pointer castArnd Bergmann2016-04-191-2/+2
* of_mdio: make of_mdiobus_register_{device|phy}() *void*Sergei Shtylyov2016-04-191-13/+8Star
* enic: set netdev->vlan_featuresGovindarajulu Varadarajan2016-04-181-0/+1
* hv_netvsc: Implement support for VF drivers on Hyper-VKY Srinivasan2016-04-184-26/+335
* Merge branch 'fec-ksettings'David S. Miller2016-04-185-17/+112
|\
| * fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-04-181-8/+8
| * phy: add generic function to support ksetting supportPhilippe Reynes2016-04-182-0/+85
| * net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-182-9/+19
|/