summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2-0/+68
2021-07-20ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard1-3/+1
2021-07-20Merge branch 'veth-flexible-channel-numbers'David S. Miller12-19/+22
2021-07-20Merge branch 'bridge-vlan-multicast'David S. Miller14-826/+1773
2021-07-20memcg: enable accounting for scm_fp_list objectsVasily Averin1-2/+2
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin1-2/+3
2021-07-20memcg: enable accounting for VLAN group arrayVasily Averin1-1/+1
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin2-2/+4
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin6-9/+9
2021-07-20memcg: enable accounting for net_device and Tx/Rx queuesVasily Averin1-3/+3
2021-07-20net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov3-1/+46
2021-07-20net: bridge: vlan: notify when global options changeNikolay Aleksandrov1-1/+79
2021-07-20net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov3-8/+68
2021-07-20net: bridge: vlan: add support for global optionsNikolay Aleksandrov3-3/+102
2021-07-20net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov3-10/+25
2021-07-20net: bridge: multicast: add vlan querier and query supportNikolay Aleksandrov1-8/+60
2021-07-20net: bridge: multicast: check if should use vlan mcast ctxNikolay Aleksandrov2-15/+62
2021-07-20net: bridge: multicast: use the port group to port context helperNikolay Aleksandrov1-6/+15
2021-07-20net: bridge: multicast: add helper to get port mcast context from port groupNikolay Aleksandrov1-0/+38
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov6-48/+173
2021-07-20net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov3-18/+164
2021-07-20net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov3-40/+106
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov8-515/+575
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov5-275/+335
2021-07-20net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov5-99/+146
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2-15/+3
2021-07-20netlink: Deal with ESRCH error in nlmsg_notify()Yajun Deng1-1/+3
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray3-3/+95
2021-07-16net/sched: Remove unnecessary if statementYajun Deng3-29/+8
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng1-8/+1
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-94/+361
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2-3/+91
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang4-1/+54
2021-07-15af_unix: Add a dummy ->close() for sockmapCong Wang1-0/+9
2021-07-15af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang1-6/+8
2021-07-15af_unix: Implement ->read_sock() for sockmapCong Wang1-0/+37
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang2-21/+1
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-2/+0
2021-07-15ipv6: remove unnecessary local variableRocco Yue1-4/+2
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds61-174/+671
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean1-2/+2
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng8-27/+13
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-11net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov1-0/+4
2021-07-11net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov1-0/+2
2021-07-09mptcp: properly account bulk freed memoryPaolo Abeni4-6/+18
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu2-10/+28
2021-07-09mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu1-3/+3