aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* page_pool: Don't recycle non-reusable pagesSaeed Mahameed2019-11-201-1/+13
* page_pool: Add API to update numa nodeSaeed Mahameed2019-11-203-0/+37
* Merge branch 'cpsw-switchdev'David S. Miller2019-11-2020-1293/+4704
|\
| * arm: omap2plus_defconfig: enable new cpsw switchdev driverGrygorii Strashko2019-11-201-0/+1
| * ARM: dts: am571x-idk: enable for new cpsw switch dev driverGrygorii Strashko2019-11-204-5/+37
| * ARM: dts: dra7: add dt nodes for new cpsw switch dev driverGrygorii Strashko2019-11-201-0/+52
| * Documentation: networking: add cpsw switchdev based driver documentationIlias Apalodimas2019-11-202-0/+219
| * phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driverGrygorii Strashko2019-11-201-2/+2
| * net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switchIlias Apalodimas2019-11-205-9/+993
| * net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emacIlias Apalodimas2019-11-205-5/+1710
| * dt-bindings: net: ti: add new cpsw switch driver bindingsGrygorii Strashko2019-11-201-0/+240
| * net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko2019-11-203-1264/+1293
| * net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko2019-11-203-8/+17
| * net: ethernet: ti: ale: modify vlan/mdb api for switchdevIlias Apalodimas2019-11-202-10/+123
| * net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko2019-11-203-10/+35
| * net: ethernet: ti: ale: clean ale tbl on init and intf restartGrygorii Strashko2019-11-201-0/+2
|/
* Merge branch 'nf_tables_offload-vlan-matching-support'David S. Miller2019-11-205-6/+59
|\
| * netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso2019-11-201-0/+16
| * netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso2019-11-202-3/+28
| * netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-203-0/+12
| * netfilter: nf_tables: constify nft_reg_load{8, 16, 64}()Pablo Neira Ayuso2019-11-201-3/+3
|/
* lwtunnel: add support for multiple geneve optsXin Long2019-11-201-36/+75
* cxgb4: remove unneeded semicolon for switch blockRahul Lakkireddy2019-11-191-1/+1
* net: dsa: felix: Fix CPU port assignment when not last portVladimir Oltean2019-11-191-1/+1
* net: phy: dp83869: fix return of uninitialized variable retColin Ian King2019-11-181-1/+1
* lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long2019-11-181-1/+1
* Merge branch 'bnxt_en-Updates'David S. Miller2019-11-186-51/+145
|\
| * bnxt_en: Abort waiting for firmware response if there is no heartbeat.Pavan Chebbi2019-11-181-0/+10
| * bnxt_en: Add a warning message for driver initiated resetVasundhara Volam2019-11-181-0/+1
| * bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam2019-11-181-1/+8
| * bnxt_en: Report health status update after reset is doneVasundhara Volam2019-11-184-0/+26
| * bnxt_en: Set MASTER flag during driver registration.Vasundhara Volam2019-11-181-1/+2
| * bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam2019-11-183-2/+10
| * bnxt_en: Increase firmware response timeout for coredump commands.Vasundhara Volam2019-11-181-1/+2
| * bnxt_en: Improve RX buffer error handling.Michael Chan2019-11-183-2/+9
| * bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan2019-11-183-44/+77
|/
* Merge branch 'selftests-Add-ethtool-and-scale-tests'David S. Miller2019-11-185-4/+440
|\
| * selftests: forwarding: Add speed and auto-negotiation testAmit Cohen2019-11-181-0/+318
| * selftests: forwarding: lib.sh: Add wait for dev with timeoutAmit Cohen2019-11-181-3/+26
| * selftests: forwarding: Add ethtool_lib.shAmit Cohen2019-11-181-0/+69
| * selftests: mlxsw: Check devlink device before running testDanielle Ratson2019-11-181-0/+5
| * selftests: mlxsw: Add router scale test for Spectrum-2Danielle Ratson2019-11-182-1/+22
|/
* Merge branch 'page_pool-followup-changes-to-restore-tracepoint-features'David S. Miller2019-11-184-14/+28
|\
| * page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer2019-11-181-4/+9
| * page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2019-11-183-5/+19
| * xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer2019-11-181-5/+0
|/
* net: phy: avoid matching all-ones clause 45 PHY IDsRussell King2019-11-181-3/+6
* Merge branch 'Add-support-for-SFPs-behind-PHYs'David S. Miller2019-11-186-1/+118
|\
| * net: phy: marvell10g: add SFP+ supportRussell King2019-11-181-1/+24
| * net: phy: add core phylib sfp supportRussell King2019-11-183-0/+84