summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-18net: igmp: increase size of mr_ifc_countEric Dumazet1-1/+1
2021-08-18tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell1-1/+1
2021-08-18net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau1-2/+3
2021-08-18net: bridge: fix memleak in br_add_if()Yang Yingliang1-0/+2
2021-08-18net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov3-10/+6
2021-08-18net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean3-8/+27
2021-08-18net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet1-7/+14
2021-08-18net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa1-1/+6
2021-08-18net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu1-0/+3
2021-08-18net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-18netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng1-0/+6
2021-08-12net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov1-5/+44
2021-08-12xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker1-9/+8
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-12net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin1-1/+1
2021-08-12sctp: move the active_key update after sh_keys is addedXin Long1-5/+9
2021-08-12net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2-0/+7
2021-08-12net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin1-0/+10
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman1-8/+8
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-08-04can: j1939: j1939_session_deactivate(): clarify lifetime of session objectOleksij Rempel1-2/+7
2021-08-04sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner1-1/+1
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