summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-08-121-5/+44
* xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-08-121-9/+8
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-123-24/+44
* net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin2021-08-121-1/+1
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-121-5/+9
* net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2021-08-122-0/+7
* net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin2021-08-121-0/+10
* 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
* 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
* skmsg: Make sk_psock_destroy() staticCong Wang2021-08-041-2/+1
* 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
* 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
* 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
* 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: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu2021-07-281-1/+15