summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun1-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox2-15/+6
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox1-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox1-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun1-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun1-1/+1
2018-08-09dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-09net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7
2018-08-09net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun1-0/+2
2018-08-09net/smc: no shutdown in state SMC_LISTENUrsula Braun1-2/+1
2018-08-09rxrpc: Fix the keepalive generator [ver #2]David Howells7-89/+109
2018-08-08llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-08dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-06packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-08-06ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-08-06ipv6: fix double refcount of fib6_metricsCong Wang1-4/+0
2018-08-05netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+1
2018-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun1-1/+2
2018-08-03l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault1-4/+9
2018-08-02Revert "net/ipv6: fix metrics leak"David S. Miller1-14/+4
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing1-2/+2
2018-08-01net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-08-01netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline1-0/+2
2018-08-01ipv4: frags: handle possible skb truesize changeEric Dumazet1-0/+5
2018-08-01inet: frag: enforce memory limits earlierEric Dumazet1-3/+3
2018-07-31net: xsk: don't return frames via the allocator on errorJakub Kicinski1-3/+1
2018-07-30netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov1-1/+5
2018-07-30net/ipv6: fix metrics leakSabrina Dubroca1-4/+14
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-07-29tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-07-29net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline1-1/+2
2018-07-29net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-8/+11
2018-07-29ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-13/+23
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-27RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39