summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Fix another Receive buffer leakChuck Lever2020-08-261-0/+2
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-211-1/+1
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-212-0/+22
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-191-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-191-42/+51
* net/tls: Fix kmap usageIra Weiny2020-08-191-1/+2
* net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-191-1/+1
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-191-2/+5
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-191-2/+7
* svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever2020-08-191-7/+21
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-191-5/+7
* Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-08-191-0/+5
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-08-114-12/+28
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-111-18/+20
* net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-111-2/+11
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-112-5/+13
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-111-1/+1
* cfg80211: check vendor command doit pointer before useJulian Squires2020-08-111-3/+3
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-08-111-8/+16
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-111-0/+7
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-08-051-7/+19
* mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-08-051-0/+1
* mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-08-051-0/+1
* net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-08-051-4/+6
* net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang2020-08-051-0/+4
* rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-051-1/+2
* 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-08-051-1/+14
* sctp: implement memory accounting on tx pathXin Long2020-08-051-2/+8
* rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-311-1/+2
* udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-312-12/+18
* udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima2020-07-311-0/+1
* sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-311-2/+4
* sctp: shrink stream outq only when new outcnt < old outcntXin Long2020-07-311-7/+14
* AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter2020-07-311-1/+4
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* qrtr: orphan socket in qrtr_release()Cong Wang2020-07-311-0/+1
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-312-2/+2
* net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang2020-07-311-1/+1
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan2020-07-311-1/+1
* AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye2020-07-311-1/+2
* AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye2020-07-311-1/+3
* ipvs: fix the connection sync failed in some casesguodeqing2020-07-291-4/+8
* tipc: clean up skb list lock handling on send pathJon Maloy2020-07-295-21/+22
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-07-291-0/+26
* libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov2020-07-221-0/+1
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-2212-23/+26