| Commit message (Expand) | Author | Age | Files | Lines |
* | can: netns: give structs holding the CAN statistics a sensible name | Marc Kleine-Budde | 2019-09-04 | 4 | -18/+18 |
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2019-09-04 | 9 | -74/+144 |
|\ |
|
| * | ice: Only disable VLAN pruning for the VF when all VLANs are removed | Brett Creeley | 2019-09-04 | 1 | -2/+3 |
| * | ice: Remove enable DCB when SW LLDP is activated | Michal Swiatkowski | 2019-09-04 | 1 | -1/+0 |
| * | ice: Report stats when VSI is down | Dave Ertman | 2019-09-04 | 1 | -2/+6 |
| * | ice: Always notify FW of VF reset | Mitch Williams | 2019-09-04 | 1 | -9/+16 |
| * | ice: Correctly handle return values for init DCB | Dave Ertman | 2019-09-04 | 1 | -9/+8 |
| * | ice: Limit Max TCs on devices with more than 4 ports | Usha Ketineni | 2019-09-04 | 4 | -2/+24 |
| * | ice: Cleanup defines in ice_type.h | Tony Nguyen | 2019-09-04 | 1 | -3/+3 |
| * | ice: print extra message if topology issue | Jesse Brandeburg | 2019-09-04 | 1 | -0/+17 |
| * | ice: add print of autoneg state to link message | Jesse Brandeburg | 2019-09-04 | 1 | -2/+9 |
| * | ice: update driver unloading field for Queue Shutdown AQ command | Bruce Allan | 2019-09-04 | 2 | -3/+3 |
| * | ice: add needed PFR during driver unload | Bruce Allan | 2019-09-04 | 1 | -0/+5 |
| * | ice: Deduce TSA value from the priority value in the CEE mode | Chinh T Cao | 2019-09-04 | 1 | -1/+7 |
| * | ice: Report what the user set for coalesce [tx|rx]-usecs | Brett Creeley | 2019-09-04 | 1 | -44/+44 |
| * | ice: Fix resource leak in ice_remove_rule_internal() | Jeb Cramer | 2019-09-04 | 1 | -2/+3 |
| * | ice: Fix EMP reset handling | Anirudh Venkataramanan | 2019-09-03 | 1 | -0/+2 |
* | | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/... | David S. Miller | 2019-09-04 | 44 | -371/+12464 |
|\ \
| |/
|/| |
|
| * | net/mlx5: Add devlink flow_steering_mode parameter | Maor Gottlieb | 2019-09-03 | 2 | -1/+144 |
| * | net/mlx5: Add support to use SMFS in switchdev mode | Maor Gottlieb | 2019-09-03 | 2 | -7/+55 |
| * | net/mlx5: Add API to set the namespace steering mode | Maor Gottlieb | 2019-09-03 | 2 | -1/+60 |
| * | net/mlx5: Add direct rule fs_cmd implementation | Maor Gottlieb | 2019-09-03 | 7 | -6/+717 |
| * | net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering support | Alex Vesker | 2019-09-03 | 3 | -0/+16 |
| * | net/mlx5: DR, Expose APIs for direct rule managing | Alex Vesker | 2019-09-03 | 1 | -0/+212 |
| * | net/mlx5: DR, Add required FW steering functionality | Alex Vesker | 2019-09-03 | 1 | -0/+93 |
| * | net/mlx5: DR, Expose steering rule functionality | Alex Vesker | 2019-09-03 | 1 | -0/+1243 |
| * | net/mlx5: DR, Expose steering action functionality | Alex Vesker | 2019-09-03 | 1 | -0/+1588 |
| * | net/mlx5: DR, Expose steering matcher functionality | Alex Vesker | 2019-09-03 | 1 | -0/+770 |
| * | net/mlx5: DR, Expose steering table functionality | Alex Vesker | 2019-09-03 | 1 | -0/+294 |
| * | net/mlx5: DR, Expose steering domain functionality | Alex Vesker | 2019-09-03 | 1 | -0/+395 |
| * | net/mlx5: DR, Add Steering entry (STE) utilities | Alex Vesker | 2019-09-03 | 2 | -0/+2406 |
| * | net/mlx5: DR, Expose an internal API to issue RDMA operations | Alex Vesker | 2019-09-03 | 1 | -0/+976 |
| * | net/mlx5: DR, ICM pool memory allocator | Alex Vesker | 2019-09-03 | 1 | -0/+570 |
| * | net/mlx5: DR, Add direct rule command utilities | Alex Vesker | 2019-09-03 | 2 | -0/+1084 |
| * | net/mlx5: DR, Add the internal direct rule types definitions | Alex Vesker | 2019-09-03 | 1 | -0/+1060 |
| * | net/mlx5: Add flow steering actions to fs_cmd shim layer | Maor Gottlieb | 2019-09-03 | 13 | -110/+289 |
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 2019-09-02 | 14 | -251/+497 |
| |\ |
|
| | * | net/mlx5: Set only stag for match untagged packets | Mark Bloch | 2019-09-02 | 1 | -1/+4 |
| | * | net/mlx5: Add stub for mlx5_eswitch_mode | Maor Gottlieb | 2019-09-02 | 1 | -1/+7 |
| | * | net/mlx5: Avoid disabling RoCE when uninitialized | Maor Gottlieb | 2019-09-02 | 1 | -3/+5 |
| | * | net/mlx5: Add HW bits and definitions required for SW steering | Alex Vesker | 2019-09-02 | 2 | -37/+205 |
| | * | net/mlx5: Move device memory management to mlx5_core | Ariel Levkovich | 2019-09-02 | 9 | -209/+276 |
* | | | Merge branch 'mvpp2-per-cpu-buffers' | David S. Miller | 2019-09-02 | 2 | -41/+237 |
|\ \ \ |
|
| * | | | mvpp2: percpu buffers | Matteo Croce | 2019-09-02 | 2 | -23/+222 |
| * | | | mvpp2: refactor BM pool functions | Matteo Croce | 2019-09-02 | 1 | -19/+16 |
|/ / / |
|
* | | | net: dsa: Fix off-by-one number of calls to devlink_port_unregister | Vladimir Oltean | 2019-09-02 | 1 | -10/+29 |
* | | | mlx5: Add missing init_net check in FIB notifier | Jiri Pirko | 2019-09-02 | 1 | -0/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-02 | 226 | -1074/+2169 |
|\ \ \
| |/ /
|/| | |
|
| * | | Linux 5.3-rc7v5.3-rc7 | Linus Torvalds | 2019-09-02 | 1 | -1/+1 |
| * | | Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-09-02 | 12 | -18/+328 |
| |\ \ |
|