summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: bridge: multicast: fix igmp/mld port context null pointer dereferencesNikolay Aleksandrov2021-07-211-5/+9
* | | tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* | | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-20/+1
* | | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-213-21/+3
* | | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-215-12/+320
* | | ipv6: ioam: IOAM Generic Netlink APIJustin Iurman2021-07-211-2/+559
* | | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-216-1/+461
* | | net: switchdev: recurse into __switchdev_handle_fdb_del_to_deviceVladimir Oltean2021-07-211-4/+4
* | | net: ipv4: add capability check for net administrationYang Yang2021-07-201-3/+7
* | | net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-07-202-105/+113
* | | net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean2021-07-201-0/+190
* | | net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-1/+1
* | | net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-204-201/+247
* | | 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-201-3/+8
* | | net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-201-7/+3
* | | net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-201-53/+61
* | | 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-201-0/+33
* | | 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-203-91/+18
* | | Merge branch 'veth-flexible-channel-numbers'David S. Miller2021-07-2012-19/+22
|\ \ \
| * | | 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-206-9/+9
| * | | memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin2021-07-201-3/+3
* | | | Merge branch 'bridge-vlan-multicast'David S. Miller2021-07-2014-826/+1773
|\| | |
| * | | net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov2021-07-203-1/+46
| * | | 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-203-8/+68
| * | | net: bridge: vlan: add support for global optionsNikolay Aleksandrov2021-07-203-3/+102
| * | | net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov2021-07-203-10/+25
| * | | 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-206-48/+173
| * | | 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
| * | | net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov2021-07-205-275/+335
| * | | net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov2021-07-205-99/+146
* | | | net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2021-07-202-15/+3
* | | | netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng2021-07-201-1/+3
|/ / /
* | | igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian2021-07-171-0/+2
* | | tipc: keep the skb in rcv queue until the whole data is readXin Long2021-07-161-9/+27
* | | openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-163-3/+95