summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-139p: validate PDU lengthTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun
2018-08-08dsa: slave: eee: Allow ports to use phylinkAndrew Lunn
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun
2018-08-08net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun
2018-08-08net/smc: no shutdown in state SMC_LISTENUrsula Braun
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang
2018-08-06packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-08-05ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long
2018-08-05ipv6: fix double refcount of fib6_metricsCong Wang
2018-08-04netlink: Don't shift on 64 for ngroupsDmitry Safonov
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun
2018-08-03l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault
2018-08-01Revert "net/ipv6: fix metrics leak"David S. Miller
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing
2018-08-01net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli
2018-08-01netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline
2018-07-31ipv4: frags: handle possible skb truesize changeEric Dumazet
2018-07-31inet: frag: enforce memory limits earlierEric Dumazet
2018-07-31net: xsk: don't return frames via the allocator on errorJakub Kicinski
2018-07-30netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov
2018-07-30net/ipv6: fix metrics leakSabrina Dubroca
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell
2018-07-28net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline
2018-07-28net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo