Age | Commit message (Expand) | Author | Files | Lines |
2019-08-06 | net: dsa: ksz: Merge ksz_priv.h into ksz_common.h | Marek Vasut | 7 | -161/+144 |
2019-08-06 | net: dsa: ksz: Remove dead code and fix warnings | Marek Vasut | 2 | -11/+1 |
2019-08-05 | cnic: Explicitly initialize all reference counts to 0. | Michael Chan | 1 | -0/+5 |
2019-08-05 | Merge tag 'mlx5-updates-2019-08-01' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 26 | -344/+835 |
2019-08-03 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 8 | -26/+29 |
2019-08-03 | enetc: Add mdio bus driver for the PCIe MDIO endpoint | Claudiu Manoil | 6 | -9/+132 |
2019-08-03 | enetc: Clean up makefile | Claudiu Manoil | 1 | -12/+6 |
2019-08-03 | enetc: Clean up local mdio bus allocation | Claudiu Manoil | 1 | -48/+46 |
2019-08-03 | net: dsa: mv88e6xxx: add PTP support for MV88E6250 family | Hubert Feurstein | 4 | -11/+78 |
2019-08-03 | net: dsa: mv88e6xxx: order ptp structs numerically ascending | Hubert Feurstein | 2 | -18/+18 |
2019-08-03 | net: dsa: mv88e6xxx: setup message port is not supported in the 6250 familiy | Hubert Feurstein | 2 | -3/+32 |
2019-08-03 | net: dsa: mv88e6xxx: introduce invalid_port_mask in mv88e6xxx_info | Hubert Feurstein | 2 | -0/+19 |
2019-08-03 | net: dsa: mv88e6xxx: add support for MV88E6220 | Hubert Feurstein | 3 | -1/+28 |
2019-08-03 | net: ftgmac100: Select ASPEED MDIO driver for the AST2600 | Andrew Jeffery | 1 | -0/+1 |
2019-08-03 | net: ftgmac100: Add support for DT phy-handle property | Andrew Jeffery | 1 | -4/+33 |
2019-08-03 | net: phy: Add mdio-aspeed | Andrew Jeffery | 3 | -0/+171 |
2019-08-02 | fm10k: reduce scope of the ring variable | Jacob Keller | 1 | -2/+2 |
2019-08-02 | fm10k: reduce the scope of the result local variable | Jacob Keller | 1 | -2/+1 |
2019-08-02 | fm10k: reduce the scope of the local msg variable | Jacob Keller | 1 | -2/+4 |
2019-08-02 | fm10k: reduce the scope of the local i variable | Jacob Keller | 1 | -2/+2 |
2019-08-02 | fm10k: reduce the scope of the err variable | Jacob Keller | 1 | -2/+3 |
2019-08-02 | fm10k: reduce the scope of the tx_buffer variable | Jacob Keller | 1 | -2/+2 |
2019-08-02 | fm10k: reduce the scope of the q_idx local variable | Jacob Keller | 1 | -4/+5 |
2019-08-02 | fm10k: reduce the scope of local err variable | Jacob Keller | 1 | -2/+3 |
2019-08-02 | fm10k: reduce the scope of qv local variable | Jacob Keller | 1 | -2/+2 |
2019-08-02 | fm10k: reduce scope of *p local variable | Jacob Keller | 1 | -3/+2 |
2019-08-01 | fm10k: reduce scope of the err variable | Jacob Keller | 1 | -3/+3 |
2019-08-01 | net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_add | Vivien Didelot | 1 | -49/+44 |
2019-08-01 | net: dsa: mv88e6xxx: call vtu_getnext directly in vlan_del | Vivien Didelot | 1 | -6/+15 |
2019-08-01 | net: dsa: mv88e6xxx: call vtu_getnext directly in db load/purge | Vivien Didelot | 1 | -9/+22 |
2019-08-01 | net: dsa: mv88e6xxx: explicit entry passed to vtu_getnext | Vivien Didelot | 1 | -9/+12 |
2019-08-01 | net: dsa: mv88e6xxx: lock mutex in vlan_prepare | Vivien Didelot | 1 | -12/+6 |
2019-08-01 | net/mlx5e: Allow dropping specific tunnel packets | Tonghao Zhang | 1 | -1/+2 |
2019-08-01 | net/mlx5e: TX reporter cleanup | Aya Levin | 2 | -2/+0 |
2019-08-01 | net/mlx5e: Set tx reporter only on successful creation | Aya Levin | 2 | -7/+9 |
2019-08-01 | net/mlx5e: Fix mlx5e_tx_reporter_create return value | Aya Levin | 1 | -2/+4 |
2019-08-01 | net/mlx5e: Rx, checksum handling refactoring | Saeed Mahameed | 1 | -12/+14 |
2019-08-01 | net/mlx5e: Tx, Soften inline mode VLAN dependencies | Tariq Toukan | 7 | -23/+33 |
2019-08-01 | net/mlx5e: XDP, Slight enhancement for WQE fetch function | Tariq Toukan | 2 | -8/+9 |
2019-08-01 | net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet left | Shay Agroskin | 5 | -33/+63 |
2019-08-01 | net/mlx5e: Tx, Strict the room needed for SQ edge NOPs | Tariq Toukan | 1 | -1/+1 |
2019-08-01 | net/mlx5: Add flow counter pool | Gavi Teitz | 1 | -25/+206 |
2019-08-01 | net/mlx5: Add flow counter bulk infrastructure | Gavi Teitz | 1 | -0/+105 |
2019-08-01 | net/mlx5: E-Switch, add ingress rate support | Eli Cohen | 6 | -0/+145 |
2019-08-01 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 8 | -241/+255 |
2019-08-01 | net/mlx5: E-switch, Tide up eswitch config sequence | Parav Pandit | 3 | -25/+41 |
2019-08-01 | net/mlx5: E-Switch, Remove redundant mc_promisc NULL check | Parav Pandit | 2 | -3/+5 |
2019-08-01 | net/mlx5: E-Switch, remove redundant error handling | Saeed Mahameed | 1 | -2/+0 |
2019-08-01 | net/mlx5: E-switch, Introduce helper function to enable/disable vports | Parav Pandit | 2 | -42/+73 |
2019-08-01 | net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vports | Parav Pandit | 1 | -12/+9 |