summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-153-24/+44
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-081-2/+18
* 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
* net: llc: fix skb_over_panicPavel Skripkin2021-08-042-2/+10
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-08-041-1/+3
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-08-041-4/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-08-041-1/+2
* net/802/garp: fix memleak in garp_request_join()Yang Yingliang2021-08-041-0/+14
* net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang2021-08-041-0/+14
* af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-08-041-2/+49
* net: split out functions related to registering inflight socket filesJens Axboe2021-08-047-141/+183
* netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-281-9/+11
* 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
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-282-2/+18
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-282-4/+4
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs2021-07-201-1/+1
* can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-07-201-1/+6
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-07-201-0/+3
* sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-07-201-1/+1
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-201-8/+8
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-201-0/+3
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-201-7/+7
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-201-14/+14
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-201-23/+5
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-201-2/+9
* netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso2021-07-201-0/+3
* netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin2021-07-201-9/+10
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-201-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-201-1/+2
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-06-301-0/+3
* inet: use bigger hash table for IP ID generationEric Dumazet2021-06-301-13/+29
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-302-27/+96
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-301-0/+3
* net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-301-3/+4
* netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-301-0/+5
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-301-3/+5
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-301-1/+1
* net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-301-0/+1
* fib: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* net: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* net/x25: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-301-1/+3
* net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-301-5/+8
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-06-161-2/+4