| Age | Commit message (Expand) | Author | Lines |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: replace magic value by symbolic constant | Patrick McHardy | -1/+1 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: don't take sctp_lock once per chunk | Patrick McHardy | -3/+2 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: rename "newconntrack" variable | Patrick McHardy | -21/+21 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: consolidate sctp_packet() error paths | Patrick McHardy | -26/+20 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: reduce line length further | Patrick McHardy | -11/+12 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: reduce line length | Patrick McHardy | -22/+21 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: use proper types for bitops | Patrick McHardy | -12/+12 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_sctp: basic cleanups | Patrick McHardy | -68/+72 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_tcp: remove timeout indirection | Patrick McHardy | -39/+28 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_{tcp,sctp}: shrink state table | Patrick McHardy | -2/+2 |
| 2008-01-28 | [NETFILTER]: nf_conntrack_{tcp,sctp}: mark state table const | Patrick McHardy | -2/+2 |
| 2008-01-28 | [NETFILTER]: xt_iprange match, revision 1 | Jan Engelhardt | -9/+113 |
| 2008-01-28 | [NETFILTER]: Rename ipt_iprange to xt_iprange | Jan Engelhardt | -0/+88 |
| 2008-01-28 | [NETFILTER]: Update modules' descriptions | Jan Engelhardt | -38/+41 |
| 2008-01-28 | [NETFILTER]: xt_policy: use the new union nf_inet_addr | Jan Engelhardt | -7/+8 |
| 2008-01-28 | [NETFILTER]: xt_pkttype: IPv6 multicast address recognition | Jan Engelhardt | -7/+11 |
| 2008-01-28 | [NETFILTER]: xt_pkttype: Add explicit check for IPv4 | Jan Engelhardt | -1/+2 |
| 2008-01-28 | [NETFILTER]: xt_mark match, revision 1 | Jan Engelhardt | -20/+52 |
| 2008-01-28 | [NETFILTER]: xt_conntrack match, revision 1 | Jan Engelhardt | -25/+182 |
| 2008-01-28 | [NETFILTER]: xt_connmark match, revision 1 | Jan Engelhardt | -17/+71 |
| 2008-01-28 | [NETFILTER]: xt_MARK target, revision 2 | Jan Engelhardt | -22/+52 |
| 2008-01-28 | [NETFILTER]: xt_CONNMARK target, revision 1 | Jan Engelhardt | -20/+97 |
| 2008-01-28 | [NETFILTER]: xt_TOS: Properly set the TOS field | Jan Engelhardt | -2/+2 |
| 2008-01-28 | [NETFILTER]: xt_TOS: Change semantic of mask value | Jan Engelhardt | -1/+1 |
| 2008-01-28 | [NETFILTER]: Remove some EXPERIMENTAL dependencies | Patrick McHardy | -12/+12 |
| 2008-01-28 | [NETFILTER]: Hide a few more options under NETFILTER_ADVANCED | Patrick McHardy | -0/+2 |
| 2008-01-28 | [NETFILTER] xt_policy.c: kill some bloat | Ilpo Järvinen | -1/+1 |
| 2008-01-28 | [NETFILTER]: Use the ctl paths instead of hand-made analogue | Pavel Emelyanov | -121/+13 |
| 2008-01-28 | [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules | Pavel Emelyanov | -9/+6 |
| 2008-01-28 | [NETFILTER]: Kill some supper dupper bloatry | Ilpo Järvinen | -6/+6 |
| 2008-01-28 | [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option | Patrick McHardy | -6/+65 |
| 2008-01-28 | [NETFILTER]: non-power-of-two jhash optimizations | Patrick McHardy | -4/+6 |
| 2008-01-28 | [NETFILTER]: xt_hashlimit: reduce overhead without IPv6 | Eric Dumazet | -3/+17 |
| 2008-01-28 | [NETFILTER]: xt_hashlimit: speedup hash_dst() | Eric Dumazet | -1/+10 |
| 2008-01-28 | [NETFILTER]: xt_connlimit: use the new union nf_inet_addr | Jan Engelhardt | -4/+3 |
| 2008-01-28 | [NETFILTER]: Parenthesize macro parameters | Jan Engelhardt | -12/+13 |
| 2008-01-28 | [NETFILTER]: Introduce nf_inet_address | Jan Engelhardt | -34/+34 |
| 2008-01-28 | [NETFILTER]: x_tables: use %u format specifiers | Jan Engelhardt | -7/+7 |
| 2008-01-28 | [NETFILTER]: constify nf_afinfo | Patrick McHardy | -6/+6 |
| 2008-01-28 | [NETFILTER]: nfnetlink_log: include GID in netlink message | Patrick McHardy | -0/+3 |
| 2008-01-28 | [NETFILTER]: nfnetlink_log: use endianness-aware attribute functions | Patrick McHardy | -52/+35 |
| 2008-01-28 | [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create | Patrick McHardy | -12/+23 |
| 2008-01-28 | [NETFILTER]: nfnetlink_log: remove excessive debugging | Patrick McHardy | -45/+0 |
| 2008-01-28 | [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commands | Patrick McHardy | -2/+2 |
| 2008-01-28 | [NETFILTER]: nfnetlink_log: fix checks in nfulnl_recv_config | Patrick McHardy | -22/+27 |
| 2008-01-28 | [NETFILTER]: nf_log: remove incomprehensible comment | Patrick McHardy | -1/+0 |
| 2008-01-28 | [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg | Patrick McHardy | -6/+6 |
| 2008-01-28 | [NETFILTER]: nf_log: move logging stuff to seperate header | Patrick McHardy | -0/+6 |
| 2008-01-28 | [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_info | Patrick McHardy | -6/+4 |
| 2008-01-28 | [NETFILTER]: nf_nat: mark NAT protocols const | Patrick McHardy | -1/+1 |