summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add Maxlinear GPY115/21x/24x driverXu Liang2021-07-204-0/+741
* net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-202-0/+15
* Merge branch 'tag_8021q-cross-chip'David S. Miller2021-07-2017-1131/+455
|\
| * net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-206-340/+256
| * net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean2021-07-203-38/+126
| * net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-204-42/+15
| * net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-205-30/+17
| * net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-207-100/+99
| * net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean2021-07-203-16/+1
| * net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-204-17/+52
| * net: dsa: tag_8021q: remove struct packet_type declarationVladimir Oltean2021-07-201-1/+0
| * net: dsa: tag_8021q: use symbolic error namesVladimir Oltean2021-07-201-10/+10
| * net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean2021-07-201-23/+23
| * net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-209-700/+42
|/
* Merge branch 's390-next'David S. Miller2021-07-2013-400/+131
|\
| * s390/qeth: clean up device_type managementJulian Wiedmann2021-07-204-11/+10
| * s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2021-07-202-4/+4
| * s390/qeth: remove OSN supportJulian Wiedmann2021-07-2010-375/+48
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-07-203-16/+73
| |\
| | * iavf: fix locking of critical sectionsStefan Assmann2021-07-191-7/+50
| | * iavf: do not override the adapter state in the watchdog taskStefan Assmann2021-07-191-1/+0
| | * i40e: improve locking of mac_filter_hashStefan Assmann2021-07-191-3/+20
| * | Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-202-54/+434
| |\ \
* | \ \ Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-2015-74/+457
|\ \ \ \ | | |/ / | |/| |
| * | | selftests: net: veth: add tests for set_channelPaolo Abeni2021-07-201-1/+182
| * | | veth: create by default nr_possible_cpus queuesPaolo Abeni2021-07-201-0/+37
| * | | veth: implement support for set_channel ethtool opPaolo Abeni2021-07-201-2/+123
| * | | veth: factor out initialization helperPaolo Abeni2021-07-201-49/+92
| * | | veth: always report zero combined channelsPaolo Abeni2021-07-201-2/+0
| |/ /
| * | memcg: enable accounting for scm_fp_list objectsVasily Averin2021-07-201-2/+2
| * | memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin2021-07-201-2/+3
| * | memcg: enable accounting for VLAN group arrayVasily Averin2021-07-201-1/+1
| * | memcg: enable accounting for inet_bin_bucket cacheVasily Averin2021-07-202-2/+4
| * | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-207-10/+10
| * | memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
| * | Merge branch 'bridge-vlan-multicast'David S. Miller2021-07-2015-826/+1791
| |\ \
* | \ \ Merge branch 'bridge-vlan-multicast'David S. Miller2021-07-2015-826/+1791
|\ \ \ \ | | |/ / | |/| |
| * | | net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov2021-07-204-1/+47
| * | | net: bridge: vlan: notify when global options changeNikolay Aleksandrov2021-07-201-1/+79
| * | | net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov2021-07-204-8/+69
| * | | net: bridge: vlan: add support for global optionsNikolay Aleksandrov2021-07-204-3/+115
| * | | net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov2021-07-204-10/+26
| * | | net: bridge: multicast: add vlan querier and query supportNikolay Aleksandrov2021-07-201-8/+60
| * | | net: bridge: multicast: check if should use vlan mcast ctxNikolay Aleksandrov2021-07-202-15/+62
| * | | net: bridge: multicast: use the port group to port context helperNikolay Aleksandrov2021-07-201-6/+15
| * | | net: bridge: multicast: add helper to get port mcast context from port groupNikolay Aleksandrov2021-07-201-0/+38
| * | | net: bridge: add vlan mcast snooping knobNikolay Aleksandrov2021-07-207-48/+175
| * | | net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov2021-07-203-18/+164
| * | | net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov2021-07-203-40/+106
| * | | net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov2021-07-208-515/+575