Age | Commit message (Expand) | Author |
2021-06-11 | net: dsa: generalize overhead for taggers that use both headers and trailers | Vladimir Oltean |
2021-01-14 | net: dsa: tag_dsa: Support reception of packets from LAG devices | Tobias Waldekranz |
2020-11-17 | net: dsa: tag_dsa: Use a consistent comment style | Tobias Waldekranz |
2020-11-17 | net: dsa: tag_dsa: Unify regular and ethertype DSA taggers | Tobias Waldekranz |
2020-11-17 | net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic | Tobias Waldekranz |
2020-11-02 | net: dsa: tag_dsa: let DSA core deal with TX reallocation | Vladimir Oltean |
2020-09-26 | net: dsa: tag_dsa: use the generic flow dissector procedure | Vladimir Oltean |
2020-09-26 | net: dsa: make the .flow_dissect tagger callback return void | Vladimir Oltean |
2019-04-28 | dsa: Cleanup unneeded table and make tag structures static | Andrew Lunn |
2019-04-28 | dsa: Add boilerplate helper to register DSA tag driver modules | Andrew Lunn |
2019-04-28 | dsa: Add TAG protocol to tag ops | Andrew Lunn |
2019-04-28 | dsa: Add MODULE_LICENSE to tag drivers | Andrew Lunn |
2019-04-28 | dsa: Add MODULE_ALIAS to taggers in preparation to become modules | Andrew Lunn |
2019-04-28 | dsa: Move tagger name into its ops structure | Andrew Lunn |
2019-04-28 | dsa: Add SPDX header to tag drivers. | Andrew Lunn |
2019-02-18 | net: dsa: Implement flow_dissect callback for tag_dsa. | Rundong Ge |
2018-12-06 | net: dsa: Add overhead to tag protocol ops. | Andrew Lunn |
2017-11-11 | net: dsa: {e}dsa: set offload_fwd_mark on received packets | Andrew Lunn |
2017-10-18 | net: dsa: rename dsa_master_get_slave | Vivien Didelot |
2017-10-18 | net: dsa: add slave to port helper | Vivien Didelot |
2017-10-01 | net: dsa: add master helper to look up slaves | Vivien Didelot |
2017-08-21 | dsa: remove unused net_device arg from handlers | Florian Westphal |
2017-06-01 | net: dsa: factor skb freeing on xmit | Vivien Didelot |
2017-06-01 | net: dsa: remove out_drop label in taggers rcv | Vivien Didelot |
2017-05-18 | net: dsa: include dsa.h only once | Vivien Didelot |
2017-04-08 | net: dsa: Factor bottom tag receive functions | Florian Fainelli |
2017-04-08 | net: dsa: Move skb_unshare() to dsa_switch_rcv() | Florian Fainelli |
2017-04-08 | net: dsa: Do not check for NULL dst in tag parsers | Florian Fainelli |
2017-03-28 | net: break include loop netdevice.h, dsa.h, devlink.h | Andrew Lunn |
2017-01-29 | net: dsa: store a dsa_port in dsa_slave_priv | Vivien Didelot |
2017-01-29 | net: dsa: use ds->num_ports when possible | Vivien Didelot |
2016-06-04 | net: dsa: Add a ports structure and use it in the switch structure | Andrew Lunn |
2016-06-04 | net: dsa: tag_{e}dsa.c: Remove dependency on platform data | Andrew Lunn |
2015-07-31 | net: dsa: Refactor transmit path to eliminate duplication | Florian Fainelli |
2014-10-30 | net: dsa: Don't set skb->protocol on outgoing tagged packets | Guenter Roeck |
2014-09-15 | dsa: Split ops up, and avoid assigning tag_protocol and receive separately | Alexander Duyck |
2014-08-27 | net: dsa: reduce number of protocol hooks | Florian Fainelli |
2011-11-26 | dsa: Combine core and tagging code | Ben Hutchings |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger |
2009-03-21 | dsa: add switch chip cascading support | Lennert Buytenhek |
2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger |
2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison |
2008-11-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-11-10 | dsa: fix skb->pkt_type when mac address of slave interface differs | Lennert Buytenhek |
2008-11-03 | net/: Kill now superfluous ->last_rx stores. | David S. Miller |
2008-10-08 | dsa: add support for original DSA tagging format | Lennert Buytenhek |