summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-141-24/+5Star
|\
| * new wrapper: alloc_file_pseudo()Al Viro2018-07-121-23/+5Star
| * alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1Star
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-135-6/+6
|\ \
| * \ Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-1792-371/+681
| |\ \
| * | | atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland2018-06-211-1/+1
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-214-5/+5
* | | | dsa: slave: eee: Allow ports to use phylinkAndrew Lunn2018-08-091-2/+2
* | | | net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-091-3/+7
* | | | net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-091-0/+2
* | | | net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-091-2/+1Star
* | | | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-097-89/+109
* | | | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-081-2/+2
* | | | dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-081-2/+4
* | | | tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1Star
* | | | vsock: split dwork to avoid reinitializationsCong Wang2018-08-072-9/+9
* | | | packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
* | | | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-061-6/+2Star
* | | | ipv6: fix double refcount of fib6_metricsCong Wang2018-08-061-4/+0Star
* | | | netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-051-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-051-3/+1Star
|\ \ \ \
| * | | | net: xsk: don't return frames via the allocator on errorJakub Kicinski2018-07-311-3/+1Star
* | | | | net/smc: no cursor update send in state SMC_INITUrsula Braun2018-08-041-1/+2
* | | | | l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault2018-08-031-4/+9
* | | | | Revert "net/ipv6: fix metrics leak"David S. Miller2018-08-021-14/+4Star
* | | | | rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
* | | | | net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli2018-08-011-0/+6
* | | | | netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline2018-08-011-0/+2
* | | | | ipv4: frags: handle possible skb truesize changeEric Dumazet2018-07-311-0/+5
* | | | | inet: frag: enforce memory limits earlierEric Dumazet2018-07-311-3/+3
|/ / / /
* | | | netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-301-1/+5
* | | | net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
* | | | openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
* | | | netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-291-0/+1
* | | | tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-291-0/+4
* | | | net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-291-1/+2
* | | | net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-291-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-294-8/+11
|\ \ \ \
| * | | | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-07-281-1/+1
| * | | | bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
| * | | | xdp: add NULL pointer check in __xdp_return()Taehee Yoo2018-07-271-1/+2
| * | | | xsk: fix poll/POLLIN premature returnsBjörn Töpel2018-07-261-1/+1
* | | | | ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-291-2/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-274-13/+23
|\ \ \ \ \
| * | | | | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| * | | | | xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| * | | | | xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-06-231-0/+3
| * | | | | xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
| * | | | | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6
* | | | | | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-266-20/+39