summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-3/+0
| * netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-042-0/+6
| * netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-042-0/+6
| * netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-042-0/+6
| * netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-041-1/+3
| * netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-041-0/+3
| * netfilter: built-in NAT support for SCTPDavide Caratti2016-12-041-0/+3
| * netfilter: built-in NAT support for DCCPDavide Caratti2016-12-041-0/+3
* | net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-3/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-4/+4
|\
| * netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal2016-11-241-3/+3
| * netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-1/+1
| * netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-1/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-5/+6
|\|
| * netfilter: conntrack: avoid excess memory allocationFlorian Westphal2016-10-271-2/+1
| * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-271-2/+4
* | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-4/+14
* | netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang2016-11-091-24/+9
* | netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-0/+1
* | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-10/+25
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+6
* | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-011-0/+27
* | netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2016-11-011-0/+5
* | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-011-0/+31
|/
* netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignm...Stephen Rothwell2016-10-051-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-253-0/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-0/+14
| |\
| | * netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-131-0/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-122-0/+8
| |\|
| | * netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-251-0/+4
| | * netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+4
* | | netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-251-8/+3
* | | netfilter: nf_tables: add range expressionPablo Neira Ayuso2016-09-251-0/+3
* | | netfilter: replace list_head with single linked listAaron Conole2016-09-251-2/+1
* | | netfilter: nf_queue: whitespace cleanupAaron Conole2016-09-251-4/+4
* | | netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal2016-09-241-0/+6
* | | netfilter: nf_queue: improve queue range support for bridge familyLiping Zhang2016-09-231-13/+43
* | | netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-231-0/+1
* | | netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLESLiping Zhang2016-09-121-4/+0
* | | netfilter: nf_tables: don't drop IPv6 packets that cannot parse transportPablo Neira Ayuso2016-09-121-4/+2
* | | netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso2016-09-121-7/+0
* | | netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()Pablo Neira Ayuso2016-09-122-0/+91
* | | netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parsePablo Neira Ayuso2016-09-121-2/+3
* | | netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso2016-09-123-0/+20
* | | netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_...Liping Zhang2016-09-091-4/+0
|/ /
* | netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-2/+1
* | netfilter: remove __nf_ct_kill_acct helperFlorian Westphal2016-08-301-10/+3
* | netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-301-5/+18