summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-04skmsg: Make sk_psock_destroy() staticCong Wang1-2/+1
2021-08-04net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-08-04tipc: do not write skb_shinfo frags when doing decrytionXin Long1-10/+4
2021-08-04net: qrtr: fix memory leaksPavel Skripkin1-1/+5
2021-08-04net: Set true network header for ECN decapsulationGilad Naaman1-1/+1
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-08-04tipc: fix implicit-connect for SYN+Xin Long1-8/+13
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-08-04mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau3-2/+23
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-08-04can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-08-04can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong1-1/+1
2021-07-31ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin1-1/+1
2021-07-31ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin1-0/+28
2021-07-31sctp: move 198 addresses from unusable to private scopeXin Long1-1/+2
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-07-31net/802/garp: fix memleak in garp_request_join()Yang Yingliang1-0/+14
2021-07-31net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang1-0/+14
2021-07-31af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-07-28skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-28skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2-0/+14
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-28tcp: disable TFO blackhole logic by defaultWei Wang2-2/+9
2021-07-28sctp: update active_key for asoc when old key is being replacedXin Long1-0/+2
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-28net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet1-3/+16
2021-07-28netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi1-9/+11
2021-07-28sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long1-0/+4
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin1-1/+4
2021-07-28net: decnet: Fix sleeping inside in af_decnetYajun Deng1-15/+12
2021-07-28net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan1-1/+2
2021-07-28bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki1-1/+1
2021-07-28bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend1-1/+1
2021-07-28bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend1-5/+11
2021-07-28xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-28bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo1-0/+3
2021-07-28mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu1-1/+15
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-07-28net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+11
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2-4/+4
2021-07-25tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad1-0/+3
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2-2/+18
2021-07-25tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi1-1/+1
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet2-4/+4
2021-07-25net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean1-2/+2
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-1/+1
2021-07-25net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu1-3/+15
2021-07-25net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller1-1/+16