summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-21qede: Fix setting Skb network headerManish Chopra1-2/+2
2016-04-21qede: Fix various memory allocation error flows for fastpathManish Chopra1-55/+85
2016-04-21Merge branch 'tcp-coalesce-merge-timestamps'David S. Miller3-0/+19
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau3-2/+5
2016-04-21tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau1-0/+16
2016-04-21drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGrygorii Strashko1-2/+2
2016-04-21Merge branch 'nlattr_align'David S. Miller6-29/+140
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel1-2/+2
2016-04-21ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2-2/+3
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel1-17/+5
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel2-8/+130
2016-04-21veth: Update features to include all tunnel GSO typesAlexander Duyck1-4/+3
2016-04-21netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck1-5/+3
2016-04-21geneve: testing the wrong variable in geneve6_build_skb()Dan Carpenter1-1/+1
2016-04-21NLA_BINARY misuse bug in HSRPeter Heise1-4/+3
2016-04-21net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2-10/+8
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov3-11/+27
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau1-1/+2
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot2-8/+2
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer1-0/+1
2016-04-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller21-1066/+201
2016-04-21Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-3/+4
2016-04-21Merge tag 'fbdev-fixes-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+12
2016-04-21Merge tag 'platform-drivers-x86-v4.6-2' of git://git.infradead.org/users/dvha...Linus Torvalds6-45/+65
2016-04-20fm10k: fix incorrect IPv6 extended header checksumJacob Keller1-9/+16
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller20-30/+30
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller2-18/+22
2016-04-20fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan1-0/+4
2016-04-20fm10k: update comment regarding reserved bits checkJacob Keller1-1/+1
2016-04-20fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller3-3/+8
2016-04-20fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller1-2/+2
2016-04-20fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller1-8/+10
2016-04-20fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller1-2/+0
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller4-1/+35
2016-04-20fm10k: Fix multicast mode sync issuesNgai-Mint Kwan1-13/+7
2016-04-20fm10k: drop 1588 supportJacob Keller12-876/+11
2016-04-20fm10k: prevent RCU issues during AER eventsJacob Keller1-1/+10
2016-04-20fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller1-3/+3
2016-04-20fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-20fm10k: remove debug-statistics supportJacob Keller1-71/+1
2016-04-20fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-25/+34
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu4-1/+189
2016-04-20net: nla_align_64bit() needs to test the right pointer.David S. Miller1-1/+1
2016-04-20Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-8/+14
2016-04-20Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody1-16/+15
2016-04-20net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typosEric Dumazet1-8/+11
2016-04-20net/hsr: Fixed version field in ENUMPeter Heise1-1/+1
2016-04-19VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen1-5/+2
2016-04-19net: dsa: kill circular reference with slave privVivien Didelot2-10/+4
2016-04-19Merge branch 'bpf_event_output'David S. Miller5-1/+48