summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-0523-230/+1270
|\
| * netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso2018-08-041-5/+3
| * netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal2018-08-031-4/+3
| * netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal2018-08-031-3/+3
| * netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso2018-08-031-19/+10
| * netfilter: bridge: Expose nf_tables bridge hook priorities through uapiMáté Eckl2018-08-033-0/+3
| * netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso2018-08-031-1/+111
| * netfilter: nf_tables: add tunnel supportPablo Neira Ayuso2018-08-034-0/+466
| * netfilter: nft_tproxy: Add missing config checkMáté Eckl2018-08-031-0/+2
| * netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma2018-08-032-6/+1
| * netfilter: nf_tables: remove unused variableYueHaibing2018-08-031-2/+0
| * netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal2018-08-031-2/+2
| * netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2018-08-032-2/+2
| * netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-034-28/+11
| * netfilter: nf_tables: Add native tproxy supportMáté Eckl2018-07-303-0/+325
| * netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera2018-07-303-0/+114
| * netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera2018-07-302-146/+157
| * netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera2018-07-303-6/+11
| * netfilter: use PTR_ERR_OR_ZERO()YueHaibing2018-07-302-6/+2
| * netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso2018-07-301-0/+30
| * netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal2018-07-303-7/+21
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-054-10/+14
|\ \
| * | 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
* | | | net: Remove some unneeded semicolonzhong jiang2018-08-044-5/+5
* | | | tcp: remove unneeded variable 'err'YueHaibing2018-08-031-2/+1
* | | | af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron2018-08-031-1/+6
* | | | rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-22/+11
* | | | l2tp: ignore L2TP_ATTR_MTUGuillaume Nault2018-08-035-23/+9
* | | | l2tp: simplify MTU handling in l2tp_pppGuillaume Nault2018-08-031-49/+18
* | | | l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault2018-08-033-21/+26
* | | | rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook2018-08-031-12/+13
* | | | net: sched: fix flush on non-existing chainJiri Pirko2018-08-031-0/+7
* | | | net/socket: remove duplicated init codeMatthieu Baerts2018-08-021-48/+3
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0226-63/+131
|\| | |
| * | | 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