summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-297-7/+23
* net/sched: act_tunnel_key: add extended ack supportSimon Horman2018-06-291-6/+21
* net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman2018-06-291-1/+4
* cxgb4: Support ethtool private flagsArjun Vynipadath2018-06-291-0/+42
* cxgb4: Add support for FW_ETH_TX_PKT_VM_WRArjun Vynipadath2018-06-293-4/+383
* sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-293-7/+57
* net: ethernet: stmmac: dwmac-rk: Add GMAC support for px30David Wu2018-06-292-0/+70
* tg3: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-291-0/+14
* Merge branch 'ila-Cleanup'David S. Miller2018-06-296-180/+292
|\
| * ila: Flush netlink command to clear xlat tableTom Herbert2018-06-294-2/+68
| * ila: Create main ila source fileTom Herbert2018-06-295-147/+168
| * ila: Call library function alloc_bucket_locksTom Herbert2018-06-291-18/+5
| * ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert2018-06-291-16/+54
|/
* Merge branch 'hns3-a-few-code-improvements'David S. Miller2018-06-296-74/+85
|\
| * net: hns3: use lower_32_bits and upper_32_bitsHuazhong Tan2018-06-291-4/+4
| * net: hns3: remove back in struct hclge_hwHuazhong Tan2018-06-293-4/+2
| * net: hns3: remove the Redundant put_vector in hns3_client_uninitPeng Li2018-06-291-4/+0
| * net: hns3: print the ret value in error informationPeng Li2018-06-291-6/+11
| * net: hns3: extraction an interface for state init|uninitPeng Li2018-06-291-16/+26
| * net: hns3: remove unused head file in hnae3.cPeng Li2018-06-291-1/+0
| * net: hns3: add unlikely for error checkPeng Li2018-06-291-2/+2
| * net: hns3: add l4_type check for both ipv4 and ipv6Peng Li2018-06-291-5/+5
| * net: hns3: add vector status check before free vectorPeng Li2018-06-292-0/+12
| * net: hns3: rename the interface for init_client_instance and uninit_client_in...Peng Li2018-06-291-22/+9
| * net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vectorPeng Li2018-06-291-10/+14
|/
* Merge branch 'net-preserve-sock-reference-when-scrubbing-the-skb'David S. Miller2018-06-2814-27/+49
|\
| * skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner2018-06-282-6/+5
| * netfilter: check if the socket netns is correct.Flavio Leitner2018-06-2812-21/+44
|/
* Merge branch 'net-sched-actions-code-style-cleanup-and-fixes'David S. Miller2018-06-283-22/+31
|\
| * net sched actions: avoid bitwise operation on signed value in peditRoman Mashak2018-06-281-1/+1
| * net sched actions: fix misleading text strings in pedit actionRoman Mashak2018-06-281-5/+5
| * net sched actions: use sizeof operator for buffer lengthRoman Mashak2018-06-281-2/+2
| * net sched actions: fix sparse warningRoman Mashak2018-06-281-3/+3
| * net sched actions: fix coding style in pedit headersRoman Mashak2018-06-282-2/+8
| * net sched actions: fix coding style in pedit actionRoman Mashak2018-06-281-13/+16
|/
* netem: slotting with non-uniform distributionYousuk Seung2018-06-282-24/+52
* netlink: Return extack message if attribute validation failsDavid Ahern2018-06-281-2/+2
* net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier2018-06-281-1/+4
* net: phy: xgmiitorgmii: Use correct mdio busBrandon Maier2018-06-281-4/+6
* net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier2018-06-281-0/+5
* Merge branch 'ipsec-selftests-updates'David S. Miller2018-06-285-7/+471
|\
| * selftests: rtnetlink: add ipsec offload API testShannon Nelson2018-06-281-0/+114
| * netdevsim: add ipsec offload testingShannon Nelson2018-06-284-0/+349
| * selftests: rtnetlink: use dummydev as a test deviceShannon Nelson2018-06-281-8/+7
| * selftests: rtnetlink: clear the return code at start of ipsec testShannon Nelson2018-06-281-0/+2
|/
* l2tp: define helper for parsing struct sockaddr_pppol2tp*Guillaume Nault2018-06-281-70/+103
* tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* sh_eth: fix *enum* {A|M}PR_BITSergei Shtylyov2018-06-282-4/+4
* tc-tests: add an extreme-case csum action testKeara Leibovitz2018-06-281-0/+24
* Merge branch 'mscc-ocelot-add-more-features'David S. Miller2018-06-282-3/+444
|\