1. bd954b8 net: dsa: move tagging protocol code to tag.{c,h} by Vladimir Oltean · 2 years, 2 months ago
  2. 94793a5 net: dsa: provide a second modalias to tag proto drivers based on their name by Vladimir Oltean · 2 years, 3 months ago
  3. 6c43a92 net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges by Tobias Waldekranz · 2 years, 11 months ago
  4. dedd6a0 net: dsa: create a dsa_lag structure by Vladimir Oltean · 3 years ago
  5. 3d4a0a2 net: dsa: make LAG IDs one-based by Vladimir Oltean · 3 years ago
  6. 36cbf39 net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers by Vladimir Oltean · 3 years, 2 months ago
  7. 3f9bb03 net: dsa: make dp->bridge_num one-based by Vladimir Oltean · 3 years, 2 months ago
  8. 5bded82 net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports by Vladimir Oltean · 3 years, 4 months ago
  9. c7709a0 net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0 by Vladimir Oltean · 3 years, 4 months ago
  10. b44d52a dsa: tag_dsa: Fix mask for trunked packets by Andrew Lunn · 3 years, 4 months ago
  11. a72808b net: dsa: create a helper for locating EtherType DSA headers on TX by Vladimir Oltean · 3 years, 6 months ago
  12. 5d928ff net: dsa: create a helper for locating EtherType DSA headers on RX by Vladimir Oltean · 3 years, 6 months ago
  13. 6bef794 net: dsa: create a helper which allocates space for EtherType DSA headers by Vladimir Oltean · 3 years, 6 months ago
  14. f1dacd7 net: dsa: create a helper that strips EtherType DSA headers on RX by Vladimir Oltean · 3 years, 6 months ago
  15. 29a097b net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv() by Vladimir Oltean · 3 years, 6 months ago
  16. bea7907 net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge by Vladimir Oltean · 3 years, 6 months ago
  17. d82f8ab net: dsa: tag_dsa: offload the bridge forwarding process by Tobias Waldekranz · 3 years, 6 months ago
  18. 4e50025 net: dsa: generalize overhead for taggers that use both headers and trailers by Vladimir Oltean · 3 years, 8 months ago
  19. 5b60dad net: dsa: tag_dsa: Support reception of packets from LAG devices by Tobias Waldekranz · 4 years, 1 month ago
  20. 13f49b6 net: dsa: tag_dsa: Use a consistent comment style by Tobias Waldekranz · 4 years, 3 months ago
  21. 469ee5f net: dsa: tag_dsa: Unify regular and ethertype DSA taggers by Tobias Waldekranz · 4 years, 3 months ago
  22. e468d14 net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic by Tobias Waldekranz · 4 years, 3 months ago
  23. 952a063 net: dsa: tag_dsa: let DSA core deal with TX reallocation by Vladimir Oltean · 4 years, 3 months ago
  24. 11f5011 net: dsa: tag_dsa: use the generic flow dissector procedure by Vladimir Oltean · 4 years, 4 months ago
  25. 2e8cb1b net: dsa: make the .flow_dissect tagger callback return void by Vladimir Oltean · 4 years, 4 months ago
  26. f81a43e dsa: Cleanup unneeded table and make tag structures static by Andrew Lunn · 6 years ago
  27. d3b8c04 dsa: Add boilerplate helper to register DSA tag driver modules by Andrew Lunn · 6 years ago
  28. 056eed2 dsa: Add TAG protocol to tag ops by Andrew Lunn · 6 years ago
  29. f18bba5 dsa: Add MODULE_LICENSE to tag drivers by Andrew Lunn · 6 years ago
  30. 0b42f03 dsa: Add MODULE_ALIAS to taggers in preparation to become modules by Andrew Lunn · 6 years ago
  31. 875138f dsa: Move tagger name into its ops structure by Andrew Lunn · 6 years ago
  32. dfedd3b dsa: Add SPDX header to tag drivers. by Andrew Lunn · 6 years ago
  33. 57fd967 net: dsa: Implement flow_dissect callback for tag_dsa. by Rundong Ge · 6 years ago
  34. a5dd308 net: dsa: Add overhead to tag protocol ops. by Andrew Lunn · 6 years ago
  35. 13edbdb net: dsa: {e}dsa: set offload_fwd_mark on received packets by Andrew Lunn · 7 years ago
  36. 2231c43 net: dsa: rename dsa_master_get_slave by Vivien Didelot · 7 years ago
  37. d945097 net: dsa: add slave to port helper by Vivien Didelot · 7 years ago
  38. 3775b1b net: dsa: add master helper to look up slaves by Vivien Didelot · 7 years ago
  39. 89e4950 dsa: remove unused net_device arg from handlers by Florian Westphal · 7 years ago
  40. fe47d56 net: dsa: factor skb freeing on xmit by Vivien Didelot · 8 years ago
  41. 5470979 net: dsa: remove out_drop label in taggers rcv by Vivien Didelot · 8 years ago
  42. ea5dd34 net: dsa: include dsa.h only once by Vivien Didelot · 8 years ago
  43. a86d8be net: dsa: Factor bottom tag receive functions by Florian Fainelli · 8 years ago
  44. 16c5dcb net: dsa: Move skb_unshare() to dsa_switch_rcv() by Florian Fainelli · 8 years ago
  45. 9d7f9c4 net: dsa: Do not check for NULL dst in tag parsers by Florian Fainelli · 8 years ago
  46. c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
  47. afdcf15 net: dsa: store a dsa_port in dsa_slave_priv by Vivien Didelot · 8 years ago
  48. 26895e2 net: dsa: use ds->num_ports when possible by Vivien Didelot · 8 years ago
  49. c8b0980 net: dsa: Add a ports structure and use it in the switch structure by Andrew Lunn · 9 years ago
  50. 149cafd net: dsa: tag_{e}dsa.c: Remove dependency on platform data by Andrew Lunn · 9 years ago
  51. 4ed70ce net: dsa: Refactor transmit path to eliminate duplication by Florian Fainelli · 10 years ago
  52. 734cbb5 net: dsa: Don't set skb->protocol on outgoing tagged packets by Guenter Roeck · 10 years ago
  53. 5075314 dsa: Split ops up, and avoid assigning tag_protocol and receive separately by Alexander Duyck · 10 years ago
  54. 3e8a72d net: dsa: reduce number of protocol hooks by Florian Fainelli · 10 years ago
  55. 7df899c dsa: Combine core and tagging code by Ben Hutchings · 13 years ago
  56. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  57. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  58. e84665c dsa: add switch chip cascading support by Lennert Buytenhek · 16 years ago
  59. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 16 years ago
  60. 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  61. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  62. 14ee674 dsa: fix skb->pkt_type when mac address of slave interface differs by Lennert Buytenhek · 16 years ago
  63. d2ad3ca net/: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  64. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 16 years ago