summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-108-5/+983
* udp_tunnel: re-number the offload tunnel typesJakub Kicinski2020-07-101-3/+3
* debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski2020-07-105-30/+31
* Merge branch 'Expose-port-split-attributes'David S. Miller2020-07-0919-132/+424
|\
| * selftests: net: Add port split testDanielle Ratson2020-07-092-0/+278
| * devlink: Move input checks from driver to devlinkDanielle Ratson2020-07-093-19/+23
| * devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-095-1/+9
| * mlxsw: Set port split ability attribute in driverDanielle Ratson2020-07-096-12/+14
| * devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson2020-07-094-0/+9
| * mlxsw: Set number of port lanes attribute in driverDanielle Ratson2020-07-096-6/+11
| * devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-0911-96/+82
| * devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-092-6/+6
| * devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-092-5/+5
|/
* net: phy: mscc: fix ptr_ret.cocci warningskernel test robot2020-07-091-4/+1
* net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFTColin Ian King2020-07-091-2/+1
* Merge branch 'mptcp-introduce-msk-diag-interface'David S. Miller2020-07-0912-23/+444
|\
| * selftests/mptcp: add diag interface testsPaolo Abeni2020-07-093-5/+140
| * mptcp: add MPTCP socket diag interfacePaolo Abeni2020-07-094-0/+192
| * mptcp: add msk interations helperPaolo Abeni2020-07-092-1/+62
| * inet_diag: support for wider protocol numbersPaolo Abeni2020-07-093-17/+50
|/
* net: enetc: use eth_broadcast_addr() to assign broadcastXu Wang2020-07-091-1/+1
* bonding: don't need RTNL for ipsec helpersJarod Wilson2020-07-081-3/+3
* dt-bindings: dp83869: Fix the type of deviceFabio Estevam2020-07-081-1/+1
* dt-bindings: dp83867: Fix the type of deviceFabio Estevam2020-07-081-1/+1
* bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson2020-07-081-14/+25
* Merge branch 'RTL8366RB-tagging-support'David S. Miller2020-07-086-23/+149
|\
| * net: dsa: rtl8366rb: Support the CPU DSA tagLinus Walleij2020-07-082-23/+9
| * net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij2020-07-084-0/+140
|/
* net/mlx5: Added support for 100Gbps per lane link modesMeir Lichtinger2020-07-083-1/+26
* ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2020-07-084-1/+61
* Merge branch 'bnxt_en-Driver-update-for-net-next'David S. Miller2020-07-084-69/+246
|\
| * bnxt_en: allow firmware to disable VLAN offloadsEdwin Peer2020-07-082-3/+22
| * bnxt_en: clean up VLAN feature bit handlingEdwin Peer2020-07-082-21/+18
| * bnxt_en: Implement ethtool -X to set indirection table.Michael Chan2020-07-082-1/+67
| * bnxt_en: Return correct RSS indirection table entries to ethtool -x.Michael Chan2020-07-081-4/+5
| * bnxt_en: Fill HW RSS table from the RSS logical indirection table.Michael Chan2020-07-081-36/+52
| * bnxt_en: Add helper function to return the number of RSS contexts.Michael Chan2020-07-082-2/+12
| * bnxt_en: Add logical RSS indirection table structure.Michael Chan2020-07-082-0/+52
| * bnxt_en: Fix up bnxt_get_rxfh_indir_size().Michael Chan2020-07-082-1/+6
| * bnxt_en: Set up the chip specific RSS table size.Michael Chan2020-07-082-4/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-07-0812-89/+428
|\
| * netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso2020-07-042-0/+6
| * netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso2020-07-044-13/+138
| * netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso2020-07-041-8/+20
| * netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso2020-07-043-8/+8
| * netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso2020-07-042-3/+15
| * netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso2020-07-042-4/+33
| * netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso2020-07-043-3/+17
| * ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-07-042-11/+11
| * ipvs: avoid expiring many connections from timerJulian Anastasov2020-07-012-17/+42