summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-5/+0
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-71/+1
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-8/+6
* netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-221-1/+5
* netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1
* netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-161-0/+2
* netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-161-0/+10
* netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-071-0/+10
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-6/+0
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
* netfilter: use jump_label for nf_hooksEric Dumazet2011-11-211-5/+21
* net: Add linux/sysctl.h includes where needed.David S. Miller2011-05-271-0/+1
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-1/+1
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-1/+2
* netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-181-0/+1
* netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-181-5/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-1/+3
|\
| * netfilter: allow hooks to pass error code back up the stackEric Paris2010-11-171-0/+2
| * netfilter: NF_HOOK_COND has wrong conditionalEric Paris2010-11-121-1/+1
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-3/+3
|/
* netfilter: restore POST_ROUTING hook in NF_HOOK_CONDPatrick McHardy2010-02-191-2/+3
* netfilter: get rid of the grossness in netfilter.hJan Engelhardt2010-02-151-17/+28
* netfilter: reduce NF_HOOK by one argumentJan Engelhardt2010-02-151-9/+5
* netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-021-3/+6
* net: cleanup include/linuxEric Dumazet2009-11-041-4/+2
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-2/+2
* netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2008-10-081-53/+0
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-081-2/+12
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-14/+16
* netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__Patrick McHardy2008-05-211-1/+1
* [NETFILTER]: Add partial checksum validation helperPatrick McHardy2008-04-141-0/+22
* [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for realAlexey Dobriyan2008-04-141-1/+53
* [NETFILTER]: Add nf_inet_addr_cmp()Patrick McHardy2008-03-251-0/+9
* [NETFILTER]: Fix NF_QUEUE_NR() parenthesisPatrick McHardy2008-02-271-1/+1
* [NETFILTER]: Use __u32 in struct nf_inet_addrPatrick McHardy2008-02-191-1/+1
* [NETFILTER]: Extend nf_inet_addr with in{,6}_addrJan Engelhardt2008-01-281-0/+4
* [NETFILTER]: Use the ctl paths instead of hand-made analoguePavel Emelyanov2008-01-281-6/+2
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-281-0/+6
* [NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_sessionPatrick McHardy2008-01-281-3/+8
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-281-5/+5
* [NETFILTER]: Kill function prototype for non-existing functionPatrick McHardy2008-01-281-3/+0
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-55/+0
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-3/+3
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-281-30/+2
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-281-2/+1
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-281-4/+4
* [NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy2008-01-281-0/+2
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-5/+0
* [NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy2008-01-281-21/+4
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-0/+9