| Commit message (Expand) | Author | Age | Files | Lines |
* | sfc: default config to 1 channel/core in local NUMA node only | Íñigo Huguet | 2022-03-02 | 1 | -17/+34 |
* | drivers: vxlan: vnifilter: add support for stats dumping | Nikolay Aleksandrov | 2022-03-01 | 1 | -6/+86 |
* | drivers: vxlan: vnifilter: per vni stats | Nikolay Aleksandrov | 2022-03-01 | 3 | -9/+102 |
* | vxlan: vni filtering support on collect metadata device | Roopa Prabhu | 2022-03-01 | 5 | -30/+1121 |
* | vxlan_multicast: Move multicast helpers to a separate file | Roopa Prabhu | 2022-03-01 | 4 | -124/+142 |
* | vxlan_core: add helper vxlan_vni_in_use | Roopa Prabhu | 2022-03-01 | 1 | -18/+28 |
* | vxlan_core: make multicast helper take rip and ifindex explicitly | Roopa Prabhu | 2022-03-01 | 1 | -16/+21 |
* | vxlan_core: move some fdb helpers to non-static | Roopa Prabhu | 2022-03-01 | 2 | -19/+39 |
* | vxlan_core: move common declarations to private header file | Roopa Prabhu | 2022-03-01 | 2 | -79/+100 |
* | vxlan_core: fix build warnings in vxlan_xmit_one | Roopa Prabhu | 2022-03-01 | 1 | -1/+8 |
* | vxlan: move to its own directory | Roopa Prabhu | 2022-03-01 | 3 | -1/+8 |
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Jakub Kicinski | 2022-03-01 | 21 | -270/+618 |
|\ |
|
| * | net/mlx5: Add clarification on sync reset failure | Moshe Shemesh | 2022-02-24 | 4 | -19/+71 |
| * | RDMA/mlx5: Use new command interface API | Saeed Mahameed | 2022-02-24 | 1 | -23/+32 |
| * | net/mlx5: cmdif, Refactor error handling and reporting of async commands | Saeed Mahameed | 2022-02-24 | 2 | -26/+50 |
| * | net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct} | Saeed Mahameed | 2022-02-24 | 4 | -7/+19 |
| * | net/mlx5: cmdif, Add new api for command execution | Saeed Mahameed | 2022-02-24 | 1 | -13/+66 |
| * | net/mlx5: cmdif, cmd_check refactoring | Saeed Mahameed | 2022-02-24 | 2 | -83/+95 |
| * | net/mlx5: cmdif, Return value improvements | Saeed Mahameed | 2022-02-24 | 1 | -34/+43 |
| * | net/mlx5: Lag, offload active-backup drops to hardware | Mark Bloch | 2022-02-24 | 2 | -3/+73 |
| * | net/mlx5: Lag, record inactive state of bond device | Mark Bloch | 2022-02-24 | 3 | -3/+49 |
| * | net/mlx5: Lag, don't use magic numbers for ports | Mark Bloch | 2022-02-24 | 1 | -4/+9 |
| * | net/mlx5: Lag, use local variable already defined to access E-Switch | Mark Bloch | 2022-02-24 | 1 | -2/+3 |
| * | net/mlx5: E-switch, add drop rule support to ingress ACL | Mark Bloch | 2022-02-24 | 3 | -0/+105 |
| * | net/mlx5: E-switch, remove special uplink ingress ACL handling | Mark Bloch | 2022-02-24 | 1 | -64/+1 |
| * | net/mlx5: E-Switch, reserve and use same uplink metadata across ports | Sunil Rani | 2022-02-24 | 1 | -3/+25 |
| * | net/mlx5: Add ability to insert to specific flow group | Mark Bloch | 2022-02-24 | 1 | -1/+8 |
| * | mlx5: remove unused static inlines | Jakub Kicinski | 2022-02-24 | 2 | -16/+0 |
* | | net: dm9051: Make remove() callback a void function | Stephen Rothwell | 2022-02-28 | 1 | -3/+1 |
* | | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 2022-02-28 | 186 | -586/+232 |
|\ \ |
|
| * | | spi: make remove callback a void function | Uwe Kleine-König | 2022-02-09 | 179 | -515/+185 |
| * | | platform/chrome: cros_ec: Make cros_ec_unregister() return void | Uwe Kleine-König | 2022-02-09 | 5 | -7/+11 |
| * | | tpm: st33zp24: Make st33zp24_remove() a void function | Uwe Kleine-König | 2022-02-09 | 4 | -11/+4 |
| * | | staging: fbtft: Deduplicate driver registration macros | Uwe Kleine-König | 2022-02-09 | 1 | -57/+36 |
| * | | staging: fbtft: Fix error path in fbtft_driver_module_init() | Uwe Kleine-König | 2022-02-09 | 1 | -1/+4 |
* | | | net: wan: lmc: use time_is_before_jiffies() instead of open coding it | Wang Qing | 2022-02-28 | 1 | -1/+2 |
* | | | net: hamradio: use time_is_after_jiffies() instead of open coding it | Wang Qing | 2022-02-28 | 1 | -3/+4 |
* | | | net: ethernet: sun: use time_is_before_jiffies() instead of open coding it | Wang Qing | 2022-02-28 | 1 | -2/+3 |
* | | | net: qlcnic: use time_is_before_jiffies() instead of open coding it | Wang Qing | 2022-02-28 | 1 | -1/+2 |
* | | | net: ethernet: use time_is_before_eq_jiffies() instead of open coding it | Wang Qing | 2022-02-28 | 1 | -1/+2 |
* | | | net: phylink: remove phylink_set_pcs() | Russell King (Oracle) | 2022-02-28 | 1 | -32/+12 |
* | | | net: dsa: felix: remove prevalidate_phy_mode interface | Colin Foster | 2022-02-28 | 4 | -48/+63 |
* | | | ionic: no transition while stopping | Shannon Nelson | 2022-02-28 | 1 | -5/+9 |
* | | | net: netsec: enable pp skb recycling | Lorenzo Bianconi | 2022-02-28 | 1 | -1/+1 |
* | | | flow_offload: reject offload for all drivers with invalid police parameters | Jianbo Liu | 2022-02-28 | 11 | -38/+363 |
* | | | net: mscc: ocelot: enforce FDB isolation when VLAN-unaware | Vladimir Oltean | 2022-02-27 | 5 | -46/+296 |
* | | | net: dsa: sja1105: enforce FDB isolation | Vladimir Oltean | 2022-02-27 | 1 | -29/+30 |
* | | | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean | 2022-02-27 | 15 | -16/+30 |
* | | | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean | 2022-02-27 | 13 | -50/+103 |
* | | | net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid | Vladimir Oltean | 2022-02-27 | 1 | -1/+1 |