summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior2018-06-071-1/+0
* net/9p: detect invalid options as much as possibleChengguang Xu2018-06-071-8/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06332-8128/+20336
|\
| * strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-062-1/+14
| * rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
| * Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller2018-06-061-16/+10
| * rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-051-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-158/+495
| |\
| | * xsk: wire upp Tx zero-copy functionsMagnus Karlsson2018-06-054-11/+128
| | * xsk: add zero-copy support for RxBjörn Töpel2018-06-053-20/+156
| | * xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-5/+14
| | * xsk: introduce xdp_umem_pageBjörn Töpel2018-06-052-3/+15
| | * xsk: moved struct xdp_umem definitionBjörn Töpel2018-06-053-23/+3
| | * xsk: new descriptor addressing schemeBjörn Töpel2018-06-046-79/+60
| | * xsk: proper Rx drop statistics updateBjörn Töpel2018-06-041-5/+5
| | * xsk: proper fill queue descriptor validationBjörn Töpel2018-06-042-29/+14
| | * bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-031-1/+1
| | * bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-2/+1
| | * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
| | * bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-0/+6
| | * bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-2/+27
| | * bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern2018-05-301-2/+2
| | * bpf: Verify flags in bpf_fib_lookupDavid Ahern2018-05-291-0/+6
| | * bpf: hide the unused 'off' variableYueHaibing2018-05-291-0/+2
| | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-283-2/+81
| * | devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-051-8/+10
| * | net: metrics: add proper netlink validationEric Dumazet2018-06-052-0/+4
| * | ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-052-9/+17
| * | ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-051-1/+2
| * | netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-052-6/+2
| * | net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-052-2/+0
| * | net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey2018-06-051-10/+16
| * | sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-051-1/+1
| * | bpfilter: switch to CC from HOSTCCAlexei Starovoitov2018-06-052-0/+6
| * | net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-1/+3
| * | tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-06-051-12/+14
| * | net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern2018-06-051-4/+8
| * | l2tp: fix refcount leakage on PPPoL2TP socketsGuillaume Nault2018-06-051-18/+17
| * | net: sched: return error code when tcf proto is not foundVlad Buslov2018-06-041-2/+2
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-06-043-40/+19
| |\ \
| | * | Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-303-40/+19
| * | | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
| * | | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2018-06-042-4/+36
| * | | cls_flower: Fix comparing of old filter mask with new filterPaul Blakey2018-06-041-1/+1
| * | | cls_flower: Fix missing free of rhashtablePaul Blakey2018-06-041-0/+2
| * | | rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-043-3/+17
| * | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-042-3/+3
| * | | Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-042-3/+3
| * | | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-042-3/+3
| * | | net/packet: refine check for priv area sizeEric Dumazet2018-06-041-1/+1