summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_socket: fix module autoloadPablo Neira Ayuso2018-06-121-0/+1
* tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-111-1/+2
|\
| * xsk: silence warning on memory allocation failureBjörn Töpel2018-06-111-1/+2
* | net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern2018-06-111-1/+1
* | tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-112-11/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1111-19/+54
|\ \
| * | netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-083-0/+4
| * | netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
| * | Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso2018-06-062-6/+9
| |\ \
| | * | netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
| | * | netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-061-4/+4
| | * | netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-06-061-1/+1
| * | | netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-06-061-0/+13
| * | | netfilter: ebtables: fix compat entry paddingAlin Nastac2018-06-041-5/+5
| |/ /
| * | ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
| * | netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v...Taehee Yoo2018-06-041-1/+1
| * | ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+4
| * | netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
| * | netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng2018-06-011-0/+10
* | | net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia2018-06-111-1/+2
* | | ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-111-3/+0
* | | 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
OpenPOWER on IntegriCloud