summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mhi/mhi-next'Stephen Rothwell2021-07-211-1/+1
|\
| * bus: mhi: Add inbound buffers allocation flagLoic Poulain2021-07-161-1/+1
* | Merge remote-tracking branch 'tomoyo/master'Stephen Rothwell2021-07-211-1/+29
|\ \
| * | Bluetooth: call lock_sock() outside of spinlock sectionTetsuo Handa2021-07-131-1/+29
| |/
* | Merge remote-tracking branch 'ipsec-next/master'Stephen Rothwell2021-07-2129-861/+1801
|\ \
| * \ 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
| |/ /
* | | Merge remote-tracking branch 'bpf-next/for-next'Stephen Rothwell2021-07-211-12/+11
|\ \ \
| * | | bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-161-12/+11
* | | | next-20210720/net-nextStephen Rothwell2021-07-2119-147/+496
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | net/sched: Remove unnecessary if statementYajun Deng2021-07-163-29/+8
| * | rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng2021-07-161-8/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-159-94/+361
| |\ \
| | * | af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-152-3/+91
| | * | af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-154-1/+54
| | * | af_unix: Add a dummy ->close() for sockmapCong Wang2021-07-151-0/+9
| | * | af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang2021-07-151-6/+8
| | * | af_unix: Implement ->read_sock() for sockmapCong Wang2021-07-151-0/+37
| | * | sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-152-21/+1
| | * | sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-2/+0
| | * | bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-18/+0
| | * | bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-072-3/+6
| | * | net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-31/+53
| | * | bpf: Support specifying ingress via xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-071-7/+49