summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-171-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-169-94/+361
|\
| * af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-162-3/+91
| * af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-164-1/+54
| * af_unix: Add a dummy ->close() for sockmapCong Wang2021-07-161-0/+9
| * af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang2021-07-161-6/+8
| * af_unix: Implement ->read_sock() for sockmapCong Wang2021-07-161-0/+37
| * sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-162-21/+1
| * sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-161-2/+0
| * bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-081-18/+0
| * bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-082-3/+6
| * net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-081-31/+53
| * bpf: Support specifying ingress via xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-081-7/+49
| * bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-081-8/+59
| * bpf: Add function for XDP meta data length checkZvi Effron2021-07-081-2/+2
* | ipv6: remove unnecessary local variableRocco Yue2021-07-151-4/+2
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-1461-174/+671
|\ \
| * | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-131-2/+2
| * | net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-138-27/+13
| * | ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
| * | net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov2021-07-111-0/+4
| * | net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-111-0/+2
| * | mptcp: properly account bulk freed memoryPaolo Abeni2021-07-104-6/+18
| * | mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-102-10/+28
| * | mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu2021-07-101-3/+3
| * | mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu2021-07-101-5/+0
| * | mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu2021-07-101-1/+15
| * | net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-091-3/+15
| * | net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart2021-07-091-0/+2
| * | tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad2021-07-091-0/+3
| * | net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-091-1/+1
| * | net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov2021-07-081-1/+8
| * | net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov2021-07-083-0/+56
| * | net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov2021-07-082-4/+4
| * | ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-082-2/+18
| * | skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-081-1/+2
| * | ipmr: Fix indentation issueRoy, UjjaL2021-07-081-1/+1
| * | sock: unlock on error in sock_setsockopt()Dan Carpenter2021-07-081-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-078-44/+84
| |\ \
| | * | netfilter: nft_last: incorrect arithmetics when restoring last usedPablo Neira Ayuso2021-07-061-1/+1