summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-121-0/+3
* net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean2019-08-061-0/+1
* net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean2019-08-061-10/+1Star
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-201-1/+1
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-1/+1
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-201-1/+1
* net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-191-0/+1
* net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-093-0/+17
* net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-091-0/+3
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-3/+19
* net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-091-2/+2
* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-091-2/+2
* net: dsa: use switchdev handle helpersVivien Didelot2019-06-151-44/+32Star
* net: dsa: make dsa_slave_dev_check use constVivien Didelot2019-06-151-2/+2
* net: dsa: do not check orig_dev in vlan delVivien Didelot2019-06-151-9/+0Star
* net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean2019-06-141-0/+1
* net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli2019-06-121-1/+1
* net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean2019-06-091-1/+120
* net: dsa: sja1105: Receive and decode meta framesVladimir Oltean2019-06-091-3/+41
* net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean2019-06-091-0/+2
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-091-0/+15
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-091-7/+11
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-092-30/+46
* net: dsa: Add teardown callback for driversVladimir Oltean2019-06-091-0/+3
* net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean2019-06-091-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078-42/+10Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-7/+3Star
| |\
| | * net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-311-7/+3Star
| * | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-317-35/+7Star
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-307-35/+7Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-14/+65
|\| |
| * | net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean2019-05-301-10/+50
| * | net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei2019-05-301-4/+15
| |/
* | net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei2019-05-301-23/+66
* | net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei2019-05-301-6/+63
* | net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-303-95/+118
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-301-13/+18
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean2019-05-121-0/+2
* dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing2019-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-1/+6
|\
| * net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
* | net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* | net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean2019-05-063-0/+141
* | net: dsa: Add support for deferred xmitVladimir Oltean2019-05-062-12/+54
* | net: dsa: Allow drivers to filter packets they can decode source port fromVladimir Oltean2019-05-061-0/+1
* | net: dsa: Optional VLAN-based port separation for switches without taggingVladimir Oltean2019-05-063-0/+234
* | net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean2019-05-061-0/+2
* | net: dsa: Call driver's setup callback after setting up its switchdev notifierVladimir Oltean2019-05-061-4/+4
* | net/dsa: use intermediate representation for matchall offloadPieter Jansen van Vuuren2019-05-061-9/+7Star