aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden1-0/+4
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_BRIDGE_NETFILTER) checks to header-file.Jeremy Sowden1-0/+8
2019-08-13netfilter: add missing includes to a number of header-files.Jeremy Sowden27-14/+80
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden7-282/+235
2019-08-13netfilter: nf_tables: store data in offload context registersPablo Neira Ayuso2-7/+18
2019-08-13netfilter: nft_bitwise: add offload supportPablo Neira Ayuso1-0/+19
2019-08-13netfilter: remove unnecessary spacesyangxingwu10-13/+13
2019-08-03ipvs: Improve robustness to the ipvs sysctlJunwei Hu1-34/+35
2019-08-03netfilter: conntrack: use shared sysctl constantsMatteo Croce1-18/+16
2019-08-03netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera5-11/+11
2019-08-02Merge branch 'enetc-PCIe-MDIO'David S. Miller9-67/+264
2019-08-02arm64: dts: fsl: ls1028a: Enable eth port1 on the ls1028a QDS boardClaudiu Manoil2-0/+46
2019-08-02dt-bindings: net: fsl: enetc: Add bindings for the central MDIO PCIe endpointClaudiu Manoil1-3/+39
2019-08-02enetc: Add mdio bus driver for the PCIe MDIO endpointClaudiu Manoil6-9/+132
2019-08-02enetc: Clean up makefileClaudiu Manoil1-12/+6
2019-08-02enetc: Clean up local mdio bus allocationClaudiu Manoil1-48/+46
2019-08-02Merge branch 'net-dsa-mv88e6xxx-add-support-for-MV88E6220'David S. Miller6-26/+168
2019-08-02net: dsa: mv88e6xxx: add PTP support for MV88E6250 familyHubert Feurstein4-11/+78
2019-08-02net: dsa: mv88e6xxx: order ptp structs numerically ascendingHubert Feurstein2-18/+18
2019-08-02net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiyHubert Feurstein2-3/+32
2019-08-02net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_infoHubert Feurstein2-0/+19
2019-08-02dt-bindings: net: dsa: marvell: add 6220 model to the 6250 familyHubert Feurstein1-1/+1
2019-08-02net: dsa: mv88e6xxx: add support for MV88E6220Hubert Feurstein3-1/+28
2019-08-02Merge branch 'net-phy-Add-AST2600-MDIO-support'David S. Miller6-4/+250
2019-08-02net: ftgmac100: Select ASPEED MDIO driver for the AST2600Andrew Jeffery1-0/+1
2019-08-02net: ftgmac100: Add support for DT phy-handle propertyAndrew Jeffery1-4/+33
2019-08-02net: phy: Add mdio-aspeedAndrew Jeffery3-0/+171
2019-08-02dt-bindings: net: Add aspeed, ast2600-mdio bindingAndrew Jeffery1-0/+45
2019-08-01tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2019-08-01Merge branch 'net-dsa-mv88e6xxx-avoid-some-redundant-VTU-operations'David S. Miller1-84/+98
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_addVivien Didelot1-49/+44
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_delVivien Didelot1-6/+15
2019-08-01net: dsa: mv88e6xxx: call vtu_getnext directly in db load/purgeVivien Didelot1-9/+22
2019-08-01net: dsa: mv88e6xxx: explicit entry passed to vtu_getnextVivien Didelot1-9/+12
2019-08-01net: dsa: mv88e6xxx: lock mutex in vlan_prepareVivien Didelot1-12/+6
2019-08-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-431/+527
2019-08-01Merge branch 'net-hns3-some-code-optimizations-bugfixes-features'David S. Miller16-153/+397
2019-08-01net: hns3: activate reset timer when calling reset_eventHuazhong Tan1-3/+18
2019-08-01net: hns3: clear reset interrupt status in hclge_irq_handle()Huazhong Tan4-13/+61
2019-08-01net: hns3: fix some reset handshake issueHuazhong Tan6-15/+64
2019-08-01net: hns3: rename a member in struct hclge_mac_ethertype_idx_rd_cmdGuojia Liao2-4/+4
2019-08-01net: hns3: simplify hclge_cmd_query_error()Weihang Li1-14/+5
2019-08-01net: hns3: minior error handling change for hclge_tm_schd_info_initYunsheng Lin1-12/+6
2019-08-01net: hns3: minor cleanup in hns3_clean_rx_ringYunsheng Lin1-11/+9
2019-08-01net: hns3: remove unnecessary variable in hclge_get_mac_vlan_cmd_status()Jian Shen1-25/+25
2019-08-01net: hns3: refine for set ring parametersJian Shen3-28/+65
2019-08-01net: hns3: do not query unsupported commands in debugfsYufeng Mo1-24/+46
2019-08-01net: hns3: add handler for NCSI error mailboxHuazhong Tan4-0/+15
2019-08-01net: hns3: add link change event reportJian Shen6-4/+79
2019-08-01net: phy: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1