aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_edsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-18net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge1-0/+9
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+1
2017-11-11net: dsa: {e}dsa: set offload_fwd_mark on received packetsAndrew Lunn1-0/+2
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot1-1/+1
2017-10-18net: dsa: add slave to port helperVivien Didelot1-5/+5
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot1-16/+2
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal1-2/+1
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot1-6/+2
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot1-8/+5
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-1/+1
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli1-13/+5
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli1-5/+0
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli1-3/+0
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot1-4/+4
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot1-1/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn1-2/+2
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn1-1/+5
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli1-9/+3
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck1-2/+0
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-1/+0
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli1-4/+4
2011-11-26dsa: Combine core and tagging codeBen Hutchings1-14/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+1
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek1-10/+20
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-11-10dsa: fix skb->pkt_type when mac address of slave interface differsLennert Buytenhek1-0/+1
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+213