summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-0/+2
|\
| * net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn2019-09-151-0/+2
* | net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2019-09-161-1/+2
* | net: dsa: Pass ndo_setup_tc slave callback to driversVladimir Oltean2019-09-161-4/+8
* | net: dsa: microchip: remove NET_DSA_TAG_KSZ_COMMONGeorge McCollister2019-09-122-8/+3
* | net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean2019-09-021-10/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-0/+2
|\|
| * net: dsa: tag_8021q: Future-proof the reserved fields in the custom VIDVladimir Oltean2019-08-271-0/+2
* | net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean2019-08-311-20/+82
* | net: dsa: Advertise the VLAN offload netdev ability only if switch supports itVladimir Oltean2019-08-271-9/+6
* | net: dsa: clear VLAN PVID flag for CPU portVivien Didelot2019-08-271-0/+6
* | net: dsa: program VLAN on CPU port from slaveVivien Didelot2019-08-272-1/+18
* | net: dsa: check bridge VLAN in slave operationsVivien Didelot2019-08-272-8/+14
* | net: dsa: add slave VLAN helpersVivien Didelot2019-08-271-7/+33
* | net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2019-08-272-4/+7
* | net: dsa: remove bitmap operationsVivien Didelot2019-08-272-87/+59
* | net: dsa: enable and disable all portsVivien Didelot2019-08-201-0/+11
* | net: dsa: use a single switch statement for port setupVivien Didelot2019-08-201-48/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+3
|\|
| * net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-111-0/+3
* | net: dsa: remove calls to genphy_config_initHeiner Kallweit2019-08-171-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-10/+2
|\|
| * 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/+1
* | net: dsa: dump CPU port regs through masterVivien Didelot2019-08-061-0/+66
* | net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477Marek Vasut2019-08-061-7/+0
* | net: dsa: ksz: Add KSZ8795 tag codeTristram Ha2019-07-301-0/+62
|/
* net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-191-1/+1
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-1/+1
* net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-191-1/+1
* net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-181-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-141-44/+32
* net: dsa: make dsa_slave_dev_check use constVivien Didelot2019-06-141-2/+2
* net: dsa: do not check orig_dev in vlan delVivien Didelot2019-06-141-9/+0
* net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean2019-06-131-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-081-1/+120
* net: dsa: sja1105: Receive and decode meta framesVladimir Oltean2019-06-081-3/+41
* net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean2019-06-081-0/+2
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-081-0/+15
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-081-7/+11
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-082-30/+46
* net: dsa: Add teardown callback for driversVladimir Oltean2019-06-081-0/+3
* net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean2019-06-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078-42/+10
|\