summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng-1/+1
2021-07-21net: dsa: tag_ksz: dont let the hardware process the layer 4 checksumLino Sanfilippo-0/+9
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo-5/+9
2021-07-21tcp: disable TFO blackhole logic by defaultWei Wang-2/+9
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long-2/+2
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko-12/+38
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long-0/+2
2021-07-20ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni-1/+1
2021-07-20net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye-4/+8
2021-07-20net: bridge: do not replay fdb entries pointing towards the bridge twiceVladimir Oltean-1/+1
2021-07-20ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin-1/+1
2021-07-19net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet-3/+16
2021-07-18netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi-9/+11
2021-07-18sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long-0/+4
2021-07-18net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin-1/+4
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar-1/+4
2021-07-16net: decnet: Fix sleeping inside in af_decnetYajun Deng-15/+12
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas-1/+12
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-11/+26
2021-07-15net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan-1/+2
2021-07-15bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki-1/+1
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend-1/+1
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend-5/+11
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu-4/+16
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-174/+671
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean-2/+2
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng-27/+13
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo-4/+10
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin-0/+28
2021-07-12bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo-0/+3
2021-07-11net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov-0/+4
2021-07-11net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov-0/+2
2021-07-09mptcp: properly account bulk freed memoryPaolo Abeni-6/+18
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu-10/+28
2021-07-09mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu-3/+3
2021-07-09mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu-5/+0
2021-07-09mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu-1/+15
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu-3/+15
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart-0/+2
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad-0/+3
2021-07-09net: send SYNACK packet with accepted fwmarkAlexander Ovechkin-1/+1
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-12/+12
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-10/+770
2021-07-08net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov-1/+8
2021-07-08net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov-0/+56
2021-07-08net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov-4/+4
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet-2/+18
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust-10/+127
2021-07-08Merge branch 'sysfs-devel'Trond Myklebust-2/+635
2021-07-08sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia-4/+46