summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2018-08-162-23/+20
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-16204-1410/+2182
|\
| * dsa: slave: eee: Allow ports to use phylinkAndrew Lunn2018-08-081-2/+2
| * net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-081-3/+7
| * net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-081-0/+2
| * net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-081-2/+1
| * rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-087-89/+109
| * llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-2/+2
| * dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-071-2/+4
| * tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1
| * 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-051-6/+2
| * ipv6: fix double refcount of fib6_metricsCong Wang2018-08-051-4/+0
| * netlink: Don't shift on 64 for ngroupsDmitry Safonov2018-08-041-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-041-3/+1
| |\
| | * net: xsk: don't return frames via the allocator on errorJakub Kicinski2018-07-311-3/+1
| * | 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-011-14/+4
| * | 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-281-0/+4
| * net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-281-1/+2
| * net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-281-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-284-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-281-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
| * | | net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan2018-07-261-7/+10
| * | | net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-251-1/+2
| * | | tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
| * | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-242-4/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-246-147/+189
| |\ \ \