summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1223-30/+36
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1227-43/+58
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1015-40/+60
|\
| * tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
| * socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-101-3/+15
| * net: bridge: Fix locking in br_fdb_find_port()Petr Machata2018-06-081-1/+3
| * udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-084-6/+7
| * net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-081-9/+6
| * bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-071-3/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-072-3/+5
| |\
| | * bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-071-2/+4
| | * xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-081-1/+1
| * | bpfilter: fix OUTPUT_FORMATAlexei Starovoitov2018-06-071-1/+1
| * | ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
| * | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-2/+2
| * | netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-5/+5
| |/
* | 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
OpenPOWER on IntegriCloud