summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03134-833/+3593
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0111-14/+30
| |\
| * | Bluetooth: Fix data type of appearenceJaganath Kanakkassery2018-04-011-1/+1
| * | ethtool: enable Inline TLS in HWAtul Gupta2018-03-311-0/+2
| * | tls: support for Inline tls recordAtul Gupta2018-03-311-1/+31
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-3119-10/+349
| |\ \
| | * | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-312-3/+24
| | * | bpf: Hooks for sys_connectAndrey Ignatov2018-03-315-1/+53
| | * | net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-312-0/+4
| | * | bpf: Hooks for sys_bindAndrey Ignatov2018-03-314-0/+55
| | * | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-313-1/+10
| | * | lib/scatterlist: add sg_init_marker() helperPrashant Bhole2018-03-301-0/+18
| | * | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-0/+1
| | * | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-302-0/+2
| | * | bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski2018-03-281-1/+1
| | * | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-287-0/+163
| | * | macro: introduce COUNT_ARGS() macroAlexei Starovoitov2018-03-281-0/+7
| | * | treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-281-1/+1
| | * | bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-261-0/+7
| | * | bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-261-3/+3
| * | | inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet2018-03-311-0/+1
| * | | inet: frags: reorganize struct netns_fragsEric Dumazet2018-03-311-4/+5
| * | | rhashtable: reorganize struct rhashtable layoutEric Dumazet2018-03-311-4/+4
| * | | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-10/+10
| * | | inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-2/+0
| * | | inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-311-5/+0
| * | | inet: frags: remove some helpersEric Dumazet2018-03-313-13/+0
| * | | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-312-59/+38
| * | | inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-312-7/+7
| * | | inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-1/+2
| * | | ipv6: frag: remove unused fieldEric Dumazet2018-03-311-1/+0
| * | | Merge tag 'mlx5-updates-2018-03-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-03-313-4/+7
| |\ \ \
| | * | | net/mlx5e: Use linear SKB in Striding RQTariq Toukan2018-03-302-3/+7
| | * | | net/mlx5: Eliminate query xsrq dead codeSaeed Mahameed2018-03-301-1/+0
| * | | | Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2018-03-311-0/+85
| |\ \ \ \
| | * | | | rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-301-0/+42
| | * | | | rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-301-0/+43
| | |/ / /
| * | | | tipc: avoid possible string overflowJon Maloy2018-03-311-1/+1
| * | | | tipc: tipc: rename address types in user apiJon Maloy2018-03-311-24/+33
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-3012-29/+84
| |\ \ \
| | * | | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-301-5/+5
| | * | | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+4
| | * | | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-301-0/+3
| | * | | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-301-1/+1
| | * | | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-301-8/+8
| | * | | netfilter: ebtables: Add support for specifying match revisionBernie Harris2018-03-301-3/+13
| | * | | netfilter: ebtables: add support for matching IGMP typeMatthias Schiffer2018-03-201-1/+3
| | * | | netfilter: ebtables: add support for matching ICMP type and codeMatthias Schiffer2018-03-201-3/+10
| | * | | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-202-0/+11
| | * | | netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets.Jack Ma2018-03-201-0/+10