Age | Commit message (Expand) | Author |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
2012-08-30 | netfilter: add protocol independent NAT core | Patrick McHardy |
2012-06-22 | netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N... | Pablo Neira Ayuso |
2012-06-20 | netfilter: nfq_ct_hook needs __rcu and __read_mostly | Pablo Neira Ayuso |
2012-06-16 | netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled | Pablo Neira Ayuso |
2012-06-16 | netfilter: add glue code to integrate nfnetlink_queue and ctnetlink | Pablo Neira Ayuso |
2012-06-07 | netfilter: xt_recent: add address masking option | Denys Fedoryshchenko |
2012-04-20 | net: Delete all remaining instances of ctl_path | Eric W. Biederman |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar |
2011-11-21 | netfilter: use jump_label for nf_hooks | Eric Dumazet |
2011-05-27 | net: Add linux/sysctl.h includes where needed. | David S. Miller |
2011-04-04 | netfilter: af_info: add 'strict' parameter to limit lookup to .oif | Florian Westphal |
2011-04-04 | netfilter: af_info: add network namespace parameter to route hook | Florian Westphal |
2011-01-18 | netfilter: allow NFQUEUE bypass if no listener is available | Florian Westphal |
2011-01-18 | netfilter: reduce NF_VERDICT_MASK to 0xff | Florian Westphal |
2011-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman |
2010-11-17 | netfilter: allow hooks to pass error code back up the stack | Eric Paris |
2010-11-15 | netfilter: add __rcu annotations | Eric Dumazet |
2010-11-12 | netfilter: NF_HOOK_COND has wrong conditional | Eric Paris |
2010-02-19 | netfilter: restore POST_ROUTING hook in NF_HOOK_COND | Patrick McHardy |
2010-02-15 | netfilter: get rid of the grossness in netfilter.h | Jan Engelhardt |
2010-02-15 | netfilter: reduce NF_HOOK by one argument | Jan Engelhardt |
2010-02-02 | netfilter: xtables: CONFIG_COMPAT redux | Alexey Dobriyan |
2009-11-04 | net: cleanup include/linux | Eric Dumazet |
2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller |
2008-10-08 | netfilter: netns: remove nf_*_net() wrappers | Alexey Dobriyan |
2008-10-08 | netfilter: Introduce NFPROTO_* constants | Jan Engelhardt |
2008-10-08 | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt |
2008-05-21 | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ | Patrick McHardy |
2008-04-14 | [NETFILTER]: Add partial checksum validation helper | Patrick McHardy |
2008-04-14 | [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real | Alexey Dobriyan |
2008-03-25 | [NETFILTER]: Add nf_inet_addr_cmp() | Patrick McHardy |
2008-02-27 | [NETFILTER]: Fix NF_QUEUE_NR() parenthesis | Patrick McHardy |
2008-02-19 | [NETFILTER]: Use __u32 in struct nf_inet_addr | Patrick McHardy |
2008-01-28 | [NETFILTER]: Extend nf_inet_addr with in{,6}_addr | Jan Engelhardt |
2008-01-28 | [NETFILTER]: Use the ctl paths instead of hand-made analogue | Pavel Emelyanov |
2008-01-28 | [NETFILTER]: Introduce nf_inet_address | Jan Engelhardt |
2008-01-28 | [NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session | Patrick McHardy |
2008-01-28 | [NETFILTER]: constify nf_afinfo | Patrick McHardy |
2008-01-28 | [NETFILTER]: Kill function prototype for non-existing function | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_log: move logging stuff to seperate header | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_queue: remove unused data pointer | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_queue: make queue_handler const | Patrick McHardy |
2008-01-28 | [NETFILTER]: nf_ct_h323: remove ipv6 module dependency | Patrick McHardy |
2008-01-28 | [NETFILTER]: Convert old checksum helper names | Patrick McHardy |
2008-01-28 | [NET]: Move netfilter checksum helpers to net/core/utils.c | Patrick McHardy |
2008-01-28 | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy |
2007-10-15 | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu |