| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with const | Jan Engelhardt | 2008-01-31 | 1 | -1/+1 |
* | [NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with const | Jan Engelhardt | 2008-01-31 | 1 | -3/+3 |
* | [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_* | Alexey Dobriyan | 2008-01-31 | 1 | -2/+2 |
* | [NETFILTER]: xt_hashlimit match, revision 1 | Jan Engelhardt | 2008-01-31 | 1 | -5/+32 |
* | [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code | Patrick McHardy | 2008-01-31 | 1 | -4/+4 |
* | [NETFILTER]: xt_owner: allow matching UID/GID ranges | Jan Engelhardt | 2008-01-31 | 1 | -2/+2 |
* | [NETFILTER]: x_tables: per-netns xt_tables | Alexey Dobriyan | 2008-01-31 | 1 | -2/+4 |
* | [NETFILTER]: x_tables: change xt_table_register() return value convention | Alexey Dobriyan | 2008-01-31 | 1 | -3/+3 |
* | [NETFILTER]: xt_conntrack: add port and direction matching | Jan Engelhardt | 2008-01-31 | 1 | -12/+18 |
* | [NETFILTER]: Use const in struct xt_match, xt_target, xt_table | Jan Engelhardt | 2008-01-31 | 1 | -3/+3 |
* | [NETFILTER]: nf_conntrack_sctp: remove unused ttag field from conntrack data | Patrick McHardy | 2008-01-28 | 1 | -1/+0 |
* | [NETFILTER]: Rename ipt_iprange to xt_iprange | Jan Engelhardt | 2008-01-28 | 2 | -0/+18 |
* | [NETFILTER]: xt_policy: use the new union nf_inet_addr | Jan Engelhardt | 2008-01-28 | 1 | -4/+19 |
* | [NETFILTER]: xt_mark match, revision 1 | Jan Engelhardt | 2008-01-28 | 1 | -0/+5 |
* | [NETFILTER]: xt_conntrack match, revision 1 | Jan Engelhardt | 2008-01-28 | 1 | -1/+15 |
* | [NETFILTER]: xt_connmark match, revision 1 | Jan Engelhardt | 2008-01-28 | 1 | -0/+5 |
* | [NETFILTER]: xt_MARK target, revision 2 | Jan Engelhardt | 2008-01-28 | 1 | -0/+4 |
* | [NETFILTER]: xt_CONNMARK target, revision 1 | Jan Engelhardt | 2008-01-28 | 1 | -0/+5 |
* | [NETFILTER]: Annotate start of kernel fields in NF headers | Jan Engelhardt | 2008-01-28 | 7 | -2/+11 |
* | [NETFILTER]: xt_connlimit: use the new union nf_inet_addr | Jan Engelhardt | 2008-01-28 | 1 | -2/+7 |
* | [NETFILTER]: Introduce nf_inet_address | Jan Engelhardt | 2008-01-28 | 1 | -3/+3 |
* | [NETFILTER]: nfnetlink_log: include GID in netlink message | Patrick McHardy | 2008-01-28 | 1 | -0/+1 |
* | [NETFILTER]: ctnetlink: add support for secmark | Pablo Neira Ayuso | 2008-01-28 | 2 | -0/+5 |
* | [NETFILTER]: ctnetlink: add support for NAT sequence adjustments | Pablo Neira Ayuso | 2008-01-28 | 2 | -0/+14 |
* | [NETFILTER]: ip_tables: move compat offset calculation to x_tables | Patrick McHardy | 2008-01-28 | 1 | -0/+4 |
* | [NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator macros | Patrick McHardy | 2008-01-28 | 1 | -0/+43 |
* | [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macros | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | [NETFILTER]: x_tables: add rateest match | Patrick McHardy | 2008-01-28 | 2 | -0/+34 |
* | [NETFILTER]: x_tables: add RATEEST target | Patrick McHardy | 2008-01-28 | 2 | -0/+12 |
* | [NETFILTER]: IPv6 capable xt_TOS v1 target | Jan Engelhardt | 2008-01-28 | 1 | -0/+5 |
* | [NETFILTER]: IPv6 capable xt_tos v1 match | Jan Engelhardt | 2008-01-28 | 1 | -0/+6 |
* | [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner | Jan Engelhardt | 2008-01-28 | 2 | -0/+17 |
* | [NETFILTER]: x_tables: struct xt_table_info diet | Eric Dumazet | 2008-01-28 | 1 | -1/+4 |
* | [NETFILTER]: x_tables: add TCPOPTSTRIP target | Sven Schnelle | 2008-01-28 | 1 | -0/+13 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | [NETFILTER]: Sort matches/targets in Kbuild file | Jan Engelhardt | 2007-11-07 | 1 | -9/+9 |
* | [NETFILTER]: xt_sctp: fix mistake to pass a pointer where array is required | Li Zefan | 2007-10-18 | 1 | -8/+5 |
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 8 | -18/+18 |
* | [NETFILTER]: x_tables: add xt_time match | Jan Engelhardt | 2007-10-10 | 1 | -0/+25 |
* | [NETFILTER]: nf_conntrack_netlink: add support to related connections | Pablo Neira Ayuso | 2007-10-10 | 1 | -0/+1 |
* | [NETFILTER]: nfnetlink: kill nlattr_bad_size | Patrick McHardy | 2007-10-10 | 1 | -13/+0 |
* | [NETFILTER]: nfnetlink: support attribute policies | Patrick McHardy | 2007-10-10 | 1 | -1/+2 |
* | [NETFILTER]: nfnetlink: rename functions containing 'nfattr' | Patrick McHardy | 2007-10-10 | 1 | -1/+1 |
* | [NETFILTER]: nfnetlink: convert to generic netlink attribute functions | Patrick McHardy | 2007-10-10 | 3 | -72/+68 |
* | [NETFILTER]: nfnetlink: make subsystem and callbacks const | Patrick McHardy | 2007-10-10 | 1 | -5/+5 |
* | [NETFILTER]: Add xt_statistic.h to the header list for usermode programs | Chuck Ebbert | 2007-08-04 | 1 | -0/+1 |
* | netfilter endian regressions | Al Viro | 2007-07-26 | 1 | -2/+2 |
* | [NETFILTER]: x_tables: add connlimit match | Jan Engelhardt | 2007-07-14 | 1 | -0/+17 |
* | [NETFILTER]: Convert DEBUGP to pr_debug | Patrick McHardy | 2007-07-10 | 1 | -0/+2 |
* | [NETFILTER]: Add u32 match | Jan Engelhardt | 2007-07-10 | 1 | -0/+40 |