Age | Commit message (Expand) | Author | Files | Lines |
2023-01-02 | net: sparx5: Fix reading of the MAC address | Horatiu Vultur | 1 | -1/+1 |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -18/+28 |
2022-12-06 | net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue | Qiheng Lin | 1 | -0/+3 |
2022-12-05 | net: microchip: sparx5: correctly free skb in xmit | Casper Andersson | 2 | -18/+25 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+14 |
2022-11-25 | net: microchip: sparx5: Support for TC protocol all | Steen Hegelund | 3 | -6/+234 |
2022-11-22 | net: sparx5: fix error handling in sparx5_port_open() | Liu Jian | 1 | -2/+12 |
2022-11-21 | net: microchip: sparx5: fix uninitialized variables | Dan Carpenter | 1 | -3/+5 |
2022-11-21 | net: microchip: sparx5: Add VCAP locking to protect rules | Steen Hegelund | 1 | -0/+2 |
2022-11-21 | net: microchip: sparx5: Add raw VCAP debugFS support for the VCAP API | Steen Hegelund | 1 | -1/+178 |
2022-11-21 | net: microchip: sparx5: Add VCAP debugFS support | Steen Hegelund | 7 | -57/+119 |
2022-11-21 | net: microchip: sparx5: Ensure L3 protocol has a default value | Steen Hegelund | 1 | -1/+5 |
2022-11-21 | net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets() | Lu Wei | 1 | -5/+2 |
2022-11-21 | net: microchip: sparx5: prevent uninitialized variable | Dan Carpenter | 1 | -1/+1 |
2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+6 |
2022-11-16 | net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an... | Shang XiaoJing | 2 | -0/+6 |
2022-11-14 | net: microchip: sparx5: Add support for TC flower filter statistics | Steen Hegelund | 1 | -0/+68 |
2022-11-14 | net: microchip: sparx5: Add support for IS2 VCAP rule counters | Steen Hegelund | 1 | -2/+45 |
2022-11-14 | net: microchip: sparx5: Add/delete rules in sorted order | Steen Hegelund | 1 | -1/+26 |
2022-11-14 | net: microchip: sparx5: Add support for TC flower ARP dissector | Steen Hegelund | 2 | -1/+77 |
2022-11-11 | net: microchip: sparx5: Add tc matchall filter and enable VCAP lookups | Steen Hegelund | 5 | -8/+134 |
2022-11-11 | net: microchip: sparx5: Match keys in configured port keysets | Steen Hegelund | 2 | -13/+160 |
2022-11-11 | net: microchip: sparx5: Adding TC goto action and action checking | Steen Hegelund | 1 | -8/+62 |
2022-11-11 | net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAP | Steen Hegelund | 1 | -1/+383 |
2022-11-11 | net: microchip: sparx5: Differentiate IPv4 and IPv6 traffic in keyset config | Steen Hegelund | 1 | -7/+14 |
2022-11-07 | net: remove explicit phylink_generic_validate() references | Russell King (Oracle) | 1 | -1/+0 |
2022-11-03 | net: microchip: sparx5: add support for offloading default prio | Daniel Machon | 3 | -0/+40 |
2022-11-03 | net: microchip: sparx5: add support for offloading dscp table | Daniel Machon | 3 | -3/+116 |
2022-11-03 | net: microchip: sparx5: add support for apptrust | Daniel Machon | 3 | -2/+126 |
2022-11-03 | net: microchip: sparx5: add support for offloading pcp table | Daniel Machon | 8 | -2/+327 |
2022-10-24 | net: microchip: sparx5: Adding basic rule management in VCAP API | Steen Hegelund | 1 | -0/+1 |
2022-10-24 | net: microchip: sparx5: Adding port keyset config and callback interface | Steen Hegelund | 1 | -0/+345 |
2022-10-24 | net: microchip: sparx5: Adding initial tc flower support for VCAP API | Steen Hegelund | 6 | -4/+437 |
2022-10-24 | net: microchip: sparx5: Adding IS2 VCAP register interface | Steen Hegelund | 1 | -2/+458 |
2022-10-24 | net: microchip: sparx5: Adding IS2 VCAP model to VCAP API | Steen Hegelund | 4 | -1/+1374 |
2022-10-24 | net: microchip: sparx5: Adding initial VCAP API support | Steen Hegelund | 5 | -2/+63 |
2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+3 |
2022-10-03 | net: sparx5: Fix return type of sparx5_port_xmit_impl | Nathan Huckleberry | 2 | -3/+3 |
2022-09-23 | net: microchip: sparx5: add support for offloading ets qdisc | Daniel Machon | 4 | -0/+154 |
2022-09-23 | net: microchip: sparx5: add support for offloading tbf qdisc | Daniel Machon | 5 | -0/+648 |
2022-09-23 | net: microchip: sparx5: add support for offloading mqprio qdisc | Daniel Machon | 5 | -2/+77 |
2022-09-23 | net: microchip: sparx5: add tc setup hook | Daniel Machon | 4 | -1/+37 |
2022-09-08 | net: sparx5: fix function return type to match actual type | Casper Andersson | 2 | -4/+4 |
2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2022-08-29 | net: sparx5: add support for mrouter ports | Casper Andersson | 4 | -7/+80 |
2022-08-29 | net: sparx5: add list for mdb entries in driver | Casper Andersson | 3 | -82/+132 |
2022-08-26 | net: sparx5: fix handling uneven length packets in manual extraction | Casper Andersson | 1 | -0/+2 |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2022-06-30 | net: sparx5: mdb add/del handle non-sparx5 devices | Casper Andersson | 1 | -0/+6 |
2022-06-15 | net: sparx5: Allow mdb entries to both CPU and ports | Casper Andersson | 1 | -20/+35 |