summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-07-22ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts
2021-07-22net: selftests: add MTU testOleksij Rempel
2021-07-22net: switchdev: fix FDB entries towards foreign ports not getting propagated ...Vladimir Oltean
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: guard the switchdev replay helpers against a NULL notifier blockVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: bridge: switchdev: recycle unused hwdomsTobias Waldekranz
2021-07-22net: bridge: disambiguate offload_fwd_markTobias Waldekranz
2021-07-21net: bridge: multicast: add context support for host-joined groupsNikolay Aleksandrov
2021-07-21net: bridge: multicast: add mdb context supportNikolay Aleksandrov
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet
2021-07-21net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-07-21net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean
2021-07-20net: ipv4: add capability check for net administrationYang Yang
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean
2021-07-20net: dsa: build tag_8021q.c as part of DSA coreVladimir Oltean
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean
2021-07-20net: dsa: tag_8021q: use symbolic error namesVladimir Oltean
2021-07-20net: dsa: tag_8021q: use "err" consistently instead of "rc"Vladimir Oltean
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean
2021-07-20Merge branch 'veth-flexible-channel-numbers'David S. Miller
2021-07-20Merge branch 'bridge-vlan-multicast'David S. Miller
2021-07-20memcg: enable accounting for scm_fp_list objectsVasily Averin
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin
2021-07-20memcg: enable accounting for VLAN group arrayVasily Averin
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin
2021-07-20net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov
2021-07-20net: bridge: vlan: notify when global options changeNikolay Aleksandrov
2021-07-20net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov
2021-07-20net: bridge: vlan: add support for global optionsNikolay Aleksandrov
2021-07-20net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov
2021-07-20net: bridge: multicast: add vlan querier and query supportNikolay Aleksandrov
2021-07-20net: bridge: multicast: check if should use vlan mcast ctxNikolay Aleksandrov
2021-07-20net: bridge: multicast: use the port group to port context helperNikolay Aleksandrov
2021-07-20net: bridge: multicast: add helper to get port mcast context from port groupNikolay Aleksandrov