summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman2021-08-081-8/+8
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-081-1/+4
* bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend2021-08-081-6/+29
* skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang2021-08-081-5/+6
* skmsg: Increase sk->sk_drops when dropping packetsCong Wang2021-08-081-8/+14
* can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel2021-08-041-2/+7
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-08-041-1/+1
* bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend2021-08-041-2/+2
* net: llc: fix skb_over_panicPavel Skripkin2021-08-042-2/+10
* tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-08-041-10/+4
* net: qrtr: fix memory leaksPavel Skripkin2021-08-041-1/+5
* net: Set true network header for ECN decapsulationGilad Naaman2021-08-041-1/+1
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* tipc: fix implicit-connect for SYN+Xin Long2021-08-041-8/+13
* netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-08-041-1/+3
* netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-08-041-1/+6
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-08-043-2/+23
* netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu2021-08-041-0/+12
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-08-041-4/+2
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-041-2/+18
* can: j1939: j1939_xtp_rx_dat_one(): fix rxtimer value between consecutive TP....Zhang Changzhong2021-08-041-1/+1
* ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin2021-07-311-1/+1
* ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-311-0/+28
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-1/+2
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net/802/garp: fix memleak in garp_request_join()Yang Yingliang2021-07-311-0/+14
* net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang2021-07-311-0/+14
* af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-311-2/+49
* skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-281-1/+2
* skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-282-0/+14
* mptcp: fix 'masking a bool' warningMatthieu Baerts2021-07-281-1/+1
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* tcp: disable TFO blackhole logic by defaultWei Wang2021-07-282-2/+9
* udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-282-12/+38
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-281-0/+2
* ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-281-1/+1
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-281-3/+16
* netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-281-9/+11
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-281-0/+4
* net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-281-1/+4
* net: decnet: Fix sleeping inside in af_decnetYajun Deng2021-07-281-15/+12
* net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan2021-07-281-1/+2
* bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-281-1/+1
* bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-281-1/+1
* bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-281-5/+11
* xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-281-4/+10
* bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo2021-07-281-0/+3
* mptcp: properly account bulk freed memoryPaolo Abeni2021-07-284-6/+18
* mptcp: refine mptcp_cleanup_rbufPaolo Abeni2021-07-282-34/+23