summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-07-031-1/+2
* ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-07-031-1/+1
* af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-07-032-3/+18
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2019-07-032-41/+51
* net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2019-07-031-0/+1
* 9p/trans_fd: put worker reqs on destroyDominique Martinet2019-07-031-0/+8
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2019-07-031-6/+11
* 9p: potential NULL dereferenceDan Carpenter2019-07-031-1/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2019-07-031-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2019-07-031-2/+1
* 9p: Rename req to rreq in trans_fdTomas Bortoli2019-07-031-15/+15
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2019-07-031-2/+2
* 9p: Add refcount to p9_req_tTomas Bortoli2019-07-035-12/+84
* 9p: rename p9_free_req() functionTomas Bortoli2019-07-031-50/+50
* 9p: add a per-client fcall kmem_cacheDominique Martinet2019-07-031-5/+32
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2019-07-035-116/+122
* 9p: Use a slab for allocating requestsMatthew Wilcox2019-07-032-154/+93
* 9p/xen: fix check for xenbus_read error in front_probeDominique Martinet2019-07-031-2/+2
* mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen2019-06-251-1/+6
* nl80211: fix station_info pertid memory leakAndy Strohman2019-06-251-1/+3
* mac80211: handle deauthentication/disassociation from TDLS peerYu Wang2019-06-253-1/+37
* {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-06-253-4/+14
* mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-251-0/+2
* cfg80211: fix memory leak of wiphy device nameEric Biggers2019-06-251-1/+1
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-252-14/+37
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-06-251-0/+8
* can: purge socket error queue on sock destructWillem de Bruijn2019-06-251-0/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-06-221-1/+2
* ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-06-221-1/+1
* netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-06-221-0/+1
* vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-221-1/+3
* tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-221-0/+1
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-221-0/+8
* nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao2019-06-221-1/+2
* net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo2019-06-221-6/+12
* neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-221-0/+7
* lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-221-0/+1
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-221-3/+4
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-221-0/+2
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-171-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-173-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-172-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-173-9/+24
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-8/+0
* netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo2019-06-151-0/+1
* netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo2019-06-151-0/+6
* netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-06-151-2/+7
* netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski2019-06-151-1/+1
* netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo2019-06-151-7/+18
* ethtool: check the return value of get_regs_lenYunsheng Lin2019-06-111-2/+10