Age | Commit message (Expand) | Author | Files | Lines |
2020-03-26 | net: macsec: allow multiple macsec devices with offload | Dmitry Bogdanov | 1 | -24/+1 |
2020-03-26 | net: macsec: init secy pointer in macsec_context | Dmitry Bogdanov | 1 | -1/+15 |
2020-03-26 | net: macsec: add support for offloading to the MAC | Antoine Tenart | 1 | -2/+11 |
2020-03-26 | net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver | Grygorii Strashko | 7 | -2/+3030 |
2020-03-26 | net: ethernet: ti: ale: am65: add support for default thread cfg | Grygorii Strashko | 2 | -0/+20 |
2020-03-26 | net: ethernet: ti: ale: add support for mac-only mode | Grygorii Strashko | 2 | -0/+18 |
2020-03-26 | net: ethernet: ti: ale: fix seeing unreg mcast packets with promisc and allmu... | Grygorii Strashko | 1 | -0/+4 |
2020-03-26 | phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phy | Grygorii Strashko | 2 | -3/+1 |
2020-03-26 | net: phy: add marvell usb to mdio controller | Tobias Waldekranz | 3 | -0/+128 |
2020-03-26 | net: phy: probe PHY drivers synchronously | Heiner Kallweit | 1 | -0/+1 |
2020-03-26 | ice: add a devlink region for dumping NVM contents | Jacob Keller | 4 | -0/+105 |
2020-03-26 | netdevsim: support taking immediate snapshot via devlink | Jacob Keller | 1 | -6/+22 |
2020-03-26 | devlink: track snapshot id usage count using an xarray | Jacob Keller | 2 | -1/+8 |
2020-03-26 | devlink: report error once U32_MAX snapshot ids have been used | Jacob Keller | 2 | -4/+13 |
2020-03-26 | devlink: convert snapshot destructor callback to region op | Jacob Keller | 2 | -3/+6 |
2020-03-26 | devlink: prepare to support region operations | Jacob Keller | 2 | -5/+17 |
2020-03-26 | veth: rely on peer veth_rq for ndo_xdp_xmit accounting | Lorenzo Bianconi | 1 | -47/+82 |
2020-03-26 | veth: rely on veth_rq in veth_xdp_flush_bq signature | Lorenzo Bianconi | 1 | -15/+15 |
2020-03-26 | sfc: falcon: convert to use i2c_new_client_device() | Wolfram Sang | 1 | -3/+3 |
2020-03-26 | igb: convert to use i2c_new_client_device() | Wolfram Sang | 1 | -3/+3 |
2020-03-26 | mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLE | Petr Machata | 5 | -0/+174 |
2020-03-26 | mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTION | Petr Machata | 1 | -0/+64 |
2020-03-26 | mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmd | Petr Machata | 1 | -7/+7 |
2020-03-26 | Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 12 | -146/+261 |
2020-03-26 | atl2: remove unused variable 'atl2_driver_string' | YueHaibing | 1 | -1/+0 |
2020-03-25 | net/mlx5: E-switch, Protect eswitch mode changes | Parav Pandit | 4 | -50/+123 |
2020-03-25 | net/mlx5: E-switch, Extend eswitch enable to handle num_vfs change | Parav Pandit | 4 | -32/+58 |
2020-03-25 | net/mlx5: Split eswitch mode check to different helper function | Parav Pandit | 1 | -4/+33 |
2020-03-25 | net/mlx5: Simplify mlx5_unload_one() and its callers | Parav Pandit | 3 | -10/+5 |
2020-03-25 | net/mlx5: Simplify mlx5_register_device to return void | Parav Pandit | 3 | -15/+5 |
2020-03-25 | net/mlx5: Avoid group version scan when not necessary | Eli Cohen | 1 | -6/+10 |
2020-03-25 | net/mlx5: Avoid incrementing FTE version | Eli Cohen | 1 | -1/+0 |
2020-03-25 | net/mlx5: Fix group version management | Eli Cohen | 1 | -0/+1 |
2020-03-25 | net/mlx5: Simplify matching group searches | Eli Cohen | 1 | -30/+11 |
2020-03-25 | net/mlx5: E-Switch, Use correct type for chain, prio and level values | Roi Dayan | 1 | -1/+2 |
2020-03-25 | net/mlx5: E-Switch, free flow_group_in after creating the restore table | Roi Dayan | 1 | -0/+2 |
2020-03-25 | net/mlx5: E-Switch, Enable chains only if regs loopback is enabled | Paul Blakey | 2 | -20/+26 |
2020-03-25 | net/mlx5: E-Switch, Enable restore table only if reg_c1 is supported | Paul Blakey | 1 | -0/+9 |
2020-03-25 | net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb | wenxu | 1 | -2/+1 |
2020-03-25 | net/mlx5e: Fix actions_match_supported() return | Dan Carpenter | 1 | -1/+1 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 190 | -1008/+1660 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 82 | -569/+627 |
2020-03-25 | Merge tag 'gpio-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -27/+122 |
2020-03-25 | Merge tag 'wireless-drivers-2020-03-25' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 4 | -13/+27 |
2020-03-25 | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build | Pablo Neira Ayuso | 3 | -4/+5 |
2020-03-25 | cxgb4: Add support to catch bits set in INT_CAUSE5 | Rahul Kundu | 2 | -8/+30 |
2020-03-25 | octeontx2-pf: Fix ndo_set_rx_mode | Sunil Goutham | 2 | -2/+29 |
2020-03-25 | octeontx2-pf: Fix rx buffer page refcount | Sunil Goutham | 1 | -0/+1 |
2020-03-25 | s390/qeth: modernize two list helpers | Julian Wiedmann | 1 | -5/+3 |
2020-03-25 | s390/qeth: keep track of fixed prio-queue configuration | Julian Wiedmann | 3 | -4/+7 |