Age | Commit message (Expand) | Author | Files | Lines |
2019-09-04 | can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find() | Marc Kleine-Budde | 1 | -29/+16 |
2019-09-04 | can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l... | Marc Kleine-Budde | 6 | -39/+12 |
2019-09-04 | can: introduce CAN midlayer private and allocate it automatically | Marc Kleine-Budde | 8 | -23/+96 |
2019-09-04 | can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere... | Marc Kleine-Budde | 1 | -15/+0 |
2019-09-04 | can: af_can: can_rx_register(): use max() instead of open coding it | Marc Kleine-Budde | 1 | -2/+2 |
2019-09-04 | can: af_can: give variable holding the CAN receiver and the receiver list a s... | Marc Kleine-Budde | 1 | -51/+50 |
2019-09-04 | can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find() | Marc Kleine-Budde | 1 | -5/+5 |
2019-09-04 | can: af_can: rename find_rcv_list() to can_rcv_list_find() | Marc Kleine-Budde | 1 | -5/+5 |
2019-09-04 | can: proc: give variable holding the CAN per device receive lists a sensible ... | Marc Kleine-Budde | 1 | -18/+20 |
2019-09-04 | can: af_can: give variable holding the CAN per device receive lists a sensibl... | Marc Kleine-Budde | 1 | -45/+44 |
2019-09-04 | can: netns: remove "can_" prefix from members struct netns_can | Marc Kleine-Budde | 3 | -27/+27 |
2019-09-04 | can: proc: give variables holding CAN statistics a sensible name | Marc Kleine-Budde | 1 | -58/+58 |
2019-09-04 | can: af_can: give variables holding CAN statistics a sensible name | Marc Kleine-Budde | 1 | -15/+15 |
2019-09-04 | can: netns: give members of struct netns_can holding the statistics a sensibl... | Marc Kleine-Budde | 3 | -25/+25 |
2019-09-04 | can: netns: give structs holding the CAN statistics a sensible name | Marc Kleine-Budde | 4 | -18/+18 |
2019-09-03 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 9 | -74/+144 |
2019-09-03 | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/... | David S. Miller | 44 | -371/+12464 |
2019-09-03 | ice: Only disable VLAN pruning for the VF when all VLANs are removed | Brett Creeley | 1 | -2/+3 |
2019-09-03 | ice: Remove enable DCB when SW LLDP is activated | Michal Swiatkowski | 1 | -1/+0 |
2019-09-03 | ice: Report stats when VSI is down | Dave Ertman | 1 | -2/+6 |
2019-09-03 | ice: Always notify FW of VF reset | Mitch Williams | 1 | -9/+16 |
2019-09-03 | ice: Correctly handle return values for init DCB | Dave Ertman | 1 | -9/+8 |
2019-09-03 | ice: Limit Max TCs on devices with more than 4 ports | Usha Ketineni | 4 | -2/+24 |
2019-09-03 | ice: Cleanup defines in ice_type.h | Tony Nguyen | 1 | -3/+3 |
2019-09-03 | ice: print extra message if topology issue | Jesse Brandeburg | 1 | -0/+17 |
2019-09-03 | ice: add print of autoneg state to link message | Jesse Brandeburg | 1 | -2/+9 |
2019-09-03 | ice: update driver unloading field for Queue Shutdown AQ command | Bruce Allan | 2 | -3/+3 |
2019-09-03 | ice: add needed PFR during driver unload | Bruce Allan | 1 | -0/+5 |
2019-09-03 | ice: Deduce TSA value from the priority value in the CEE mode | Chinh T Cao | 1 | -1/+7 |
2019-09-03 | ice: Report what the user set for coalesce [tx|rx]-usecs | Brett Creeley | 1 | -44/+44 |
2019-09-03 | ice: Fix resource leak in ice_remove_rule_internal() | Jeb Cramer | 1 | -2/+3 |
2019-09-03 | ice: Fix EMP reset handling | Anirudh Venkataramanan | 1 | -0/+2 |
2019-09-03 | net/mlx5: Add devlink flow_steering_mode parameter | Maor Gottlieb | 2 | -1/+144 |
2019-09-03 | net/mlx5: Add support to use SMFS in switchdev mode | Maor Gottlieb | 2 | -7/+55 |
2019-09-03 | net/mlx5: Add API to set the namespace steering mode | Maor Gottlieb | 2 | -1/+60 |
2019-09-03 | net/mlx5: Add direct rule fs_cmd implementation | Maor Gottlieb | 7 | -6/+717 |
2019-09-03 | net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering support | Alex Vesker | 3 | -0/+16 |
2019-09-03 | net/mlx5: DR, Expose APIs for direct rule managing | Alex Vesker | 1 | -0/+212 |
2019-09-03 | net/mlx5: DR, Add required FW steering functionality | Alex Vesker | 1 | -0/+93 |
2019-09-03 | net/mlx5: DR, Expose steering rule functionality | Alex Vesker | 1 | -0/+1243 |
2019-09-03 | net/mlx5: DR, Expose steering action functionality | Alex Vesker | 1 | -0/+1588 |
2019-09-03 | net/mlx5: DR, Expose steering matcher functionality | Alex Vesker | 1 | -0/+770 |
2019-09-03 | net/mlx5: DR, Expose steering table functionality | Alex Vesker | 1 | -0/+294 |
2019-09-03 | net/mlx5: DR, Expose steering domain functionality | Alex Vesker | 1 | -0/+395 |
2019-09-03 | net/mlx5: DR, Add Steering entry (STE) utilities | Alex Vesker | 2 | -0/+2406 |
2019-09-03 | net/mlx5: DR, Expose an internal API to issue RDMA operations | Alex Vesker | 1 | -0/+976 |
2019-09-03 | net/mlx5: DR, ICM pool memory allocator | Alex Vesker | 1 | -0/+570 |
2019-09-03 | net/mlx5: DR, Add direct rule command utilities | Alex Vesker | 2 | -0/+1084 |
2019-09-03 | net/mlx5: DR, Add the internal direct rule types definitions | Alex Vesker | 1 | -0/+1060 |
2019-09-03 | net/mlx5: Add flow steering actions to fs_cmd shim layer | Maor Gottlieb | 13 | -110/+289 |