summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-14191-2346/+3595
|\
| * net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-131-2/+2
| * Merge branch 'sfc-tx-queues'David S. Miller2021-07-131-8/+14
| |\
| | * sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet2021-07-131-0/+4
| | * sfc: ensure correct number of XDP queuesÍñigo Huguet2021-07-131-7/+8
| | * sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet2021-07-131-1/+2
| |/
| * net: fddi: fix UAF in fza_probePavel Skripkin2021-07-131-2/+1
| * net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean2021-07-131-8/+6
| * net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean2021-07-131-4/+5
| * net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-138-27/+13
| * octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King2021-07-121-1/+1
| * ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
| * net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-126-24/+24
| * Merge branch 'bridge-mc-fixes'David S. Miller2021-07-111-0/+6
| |\
| | * 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
| |/
| * net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek Behún2021-07-112-10/+36
| * dsa: fix for_each_child.cocci warningskernel test robot2021-07-111-1/+3
| * virtio_net: check virtqueue_add_sgs() return valueYunjian Wang2021-07-101-1/+7
| * Merge branch 'mptcp-Connection-and-accounting-fixes'David S. Miller2021-07-1010-28/+68
| |\
| | * mptcp: properly account bulk freed memoryPaolo Abeni2021-07-104-6/+18
| | * selftests: mptcp: fix case multiple subflows limited by serverJianguo Wu2021-07-101-1/+1
| | * mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-103-12/+31
| | * 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
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-1013-62/+118
| |\
| | * bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend2021-07-092-10/+44
| | * bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-094-40/+32
| | * tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-071-5/+2
| | * tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar2021-07-071-1/+1
| | * libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen2021-07-071-2/+2
| | * bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-061-2/+4
| | * bpf, samples: Fix xdpsock with '-M' parameter missing unload processWang Hai2021-07-051-0/+28
| | * bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocationToke Høiland-Jørgensen2021-07-051-0/+1
| | * bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen2021-07-011-2/+4
| * | net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-091-1/+3
| * | 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: ti: fix UAF in tlan_remove_onePavel Skripkin2021-07-091-2/+1
| * | net: qcom/emac: fix UAF in emac_removePavel Skripkin2021-07-091-1/+2
| * | net: moxa: fix UAF in moxart_mac_probePavel Skripkin2021-07-091-3/+1
| * | net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli2021-07-091-0/+6
| * | Merge branch 'ncsi-phy-link-up'David S. Miller2021-07-084-5/+68
| |\ \
| | * | 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
| |/ /
| * | net: microchip: sparx5: fix kconfig warningRandy Dunlap2021-07-081-0/+1