summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-05tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2-1/+3
2018-03-05tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2-1/+4
2018-03-05selftests: Extend the tc action test for action mirrorArkadi Sharshevsky1-6/+10
2018-03-05net: Make RX-FCS and LRO mutually exclusiveGal Pressman1-0/+6
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha1-1/+2
2018-03-05net sched actions: corrected extack messageRoman Mashak1-1/+1
2018-03-04Merge tag 'batadv-next-for-davem-20180302' of git://git.open-mesh.org/linux-m...David S. Miller61-79/+72
2018-03-04ipvlan: forbid vlan devices on top of ipvlanPaolo Abeni1-1/+1
2018-03-04virtio-net: re enable XDP_REDIRECT for mergeable bufferJason Wang1-12/+42
2018-03-04selftests: rtnetlink: remove testns on test failPrashant Bhole1-0/+6
2018-03-04Merge branch 'gre-seq-collect_md'David S. Miller6-12/+24
2018-03-04samples/bpf: add gre sequence number test.William Tu2-4/+7
2018-03-04gre: add sequence number for collect md mode.William Tu4-8/+17
2018-03-04Merge branch 'enic-update'David S. Miller7-20/+131
2018-03-04enic: set IG desc cache flag in openGovindarajulu Varadarajan3-2/+4
2018-03-04enic: enable rq before updating rq descriptorsGovindarajulu Varadarajan1-3/+7
2018-03-04enic: set UDP rss flagGovindarajulu Varadarajan5-1/+58
2018-03-04enic: Check if hw supports multi wq with vxlan offloadGovindarajulu Varadarajan2-0/+6
2018-03-04enic: Add vxlan offload support for IPv6 pktsGovindarajulu Varadarajan5-13/+42
2018-03-04enic: Check inner ip proto for pseudo header csumGovindarajulu Varadarajan1-1/+14
2018-03-04net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King1-1/+1
2018-03-04r8169: switch to device-managed functions in probe (part 2)Andy Shevchenko1-12/+4
2018-03-04r8169: Dereference MMIO address immediately before useAndy Shevchenko1-530/+335
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King6-15/+15
2018-03-04cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath1-3/+11
2018-03-04Merge branch 'dsa-serdes-stats'David S. Miller14-47/+200
2018-03-04net: dsa: mv88e6xxx: Get mv88e6352 SERDES statisticsAndrew Lunn4-4/+103
2018-03-04net: dsa: mv88e6xxx: Add helper to determining if port has SERDESAndrew Lunn1-5/+17
2018-03-04net: dsa: mv88e6xxx: Allow the SERDES interfaces to have statisticsAndrew Lunn2-27/+62
2018-03-04net: dsa: mv88e6xxx: Hold mutex while doing stats operationsAndrew Lunn1-2/+9
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn11-12/+12
2018-03-04tools: tc-testing: Add notap optionBrenda J. Butler1-11/+23
2018-03-04Merge branch 'net-ipv6-Add-support-for-path-selection-using-hash-of-5-tuple'David S. Miller30-131/+260
2018-03-04selftests: forwarding: Add multipath test for L4 hashingDavid Ahern1-0/+44
2018-03-04net: Remove unused get_hash_from_flow functionsDavid Ahern2-32/+0
2018-03-04mlxsw: spectrum_router: Add support for ipv6 hash policy updateDavid Ahern1-1/+14
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern7-19/+91
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern18-54/+83
2018-03-04net: Rename NETEVENT_MULTIPATH_HASH_UPDATEDavid Ahern3-3/+3
2018-03-04net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hashDavid Ahern1-4/+10
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern1-14/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern2-11/+13
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern3-5/+4
2018-03-04Merge branch 'sctp-clean-up-sctp_sendmsg'David S. Miller1-364/+274
2018-03-04sctp: adjust some codes in a better order in sctp_sendmsgXin Long1-18/+18
2018-03-04sctp: improve some variables in sctp_sendmsgXin Long1-15/+14
2018-03-04sctp: remove the unnecessary transport looking up from sctp_sendmsgXin Long1-18/+6
2018-03-04sctp: factor out sctp_sendmsg_update_sinfo from sctp_sendmsgXin Long1-9/+17
2018-03-04sctp: factor out sctp_sendmsg_parse from sctp_sendmsgXin Long1-103/+69
2018-03-04sctp: factor out sctp_sendmsg_get_daddr from sctp_sendmsgXin Long1-24/+34