summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov
2021-07-20net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov
2021-07-20net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov
2021-07-20net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet
2021-07-20netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2021-07-15af_unix: Add a dummy ->close() for sockmapCong Wang