| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-01-31 | [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAW |  Alexey Dobriyan | 3 | -32/+86 |
| 2008-01-31 | [NETFILTER]: ip6_tables: netns preparation |  Alexey Dobriyan | 4 | -27/+30 |
| 2008-01-31 | [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() |  Alexey Dobriyan | 4 | -33/+40 |
| 2008-01-31 | [NETFILTER]: x_tables: per-netns xt_tables |  Alexey Dobriyan | 1 | -6/+6 |
| 2008-01-31 | [NETFILTER]: x_tables: change xt_table_register() return value convention |  Alexey Dobriyan | 1 | -3/+4 |
| 2008-01-31 | [NETFILTER]: Use const in struct xt_match, xt_target, xt_table |  Jan Engelhardt | 1 | -1/+1 |
| 2008-01-31 | Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER |  Linus Torvalds | 1 | -1/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Make the LRU list per namespace. |  Pavel Emelyanov | 1 | -1/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Isolate the secret interval from namespaces. |  Pavel Emelyanov | 1 | -5/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Make thresholds work in namespaces. |  Pavel Emelyanov | 1 | -6/+6 |
| 2008-01-28 | [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. |  Pavel Emelyanov | 1 | -2/+2 |
| 2008-01-28 | [NETNS][FRAGS]: Make the mem counter per-namespace. |  Pavel Emelyanov | 1 | -7/+7 |
| 2008-01-28 | [NETNS][FRAGS]: Make the nqueues counter per-namespace. |  Pavel Emelyanov | 1 | -0/+1 |
| 2008-01-28 | [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. |  Pavel Emelyanov | 1 | -1/+2 |
| 2008-01-28 | [NETNS][FRAGS]: Move ctl tables around. |  Pavel Emelyanov | 2 | -30/+30 |
| 2008-01-28 | [NETNS]: Consolidate kernel netlink socket destruction. |  Denis V. Lunev | 1 | -2/+2 |
| 2008-01-28 | [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protos |  Patrick McHardy | 1 | -8/+0 |
| 2008-01-28 | [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protos |  Patrick McHardy | 1 | -7/+0 |
| 2008-01-28 | [NETFILTER]: {ip,ip6}_tables: remove some inlines |  Denys Vlasenko | 1 | -19/+23 |
| 2008-01-28 | [NETFILTER]: Update modules' descriptions |  Jan Engelhardt | 11 | -11/+11 |
| 2008-01-28 | [NETFILTER]: Remove some EXPERIMENTAL dependencies |  Patrick McHardy | 1 | -6/+6 |
| 2008-01-28 | [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules |  Pavel Emelyanov | 1 | -21/+1 |
| 2008-01-28 | [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option |  Patrick McHardy | 1 | -3/+20 |
| 2008-01-28 | [NETFILTER]: Parenthesize macro parameters |  Jan Engelhardt | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg |  Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: nf_log: move logging stuff to seperate header |  Patrick McHardy | 3 | -0/+3 |
| 2008-01-28 | [NETFILTER]: ctnetlink: use netlink attribute helpers |  Patrick McHardy | 1 | -12/+6 |
| 2008-01-28 | [NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters() |  Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: ip6_tables: fix stack leagage |  Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: {ip,ip6}_tables: fix format strings |  Patrick McHardy | 1 | -9/+7 |
| 2008-01-28 | [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences |  Patrick McHardy | 1 | -23/+23 |
| 2008-01-28 | [NETFILTER]: ip6_tables: add compat support |  Patrick McHardy | 1 | -56/+767 |
| 2008-01-28 | [NETFILTER]: ip6_tables: resync get_entries() with ip_tables |  Patrick McHardy | 1 | -19/+18 |
| 2008-01-28 | [NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function |  Patrick McHardy | 1 | -42/+47 |
| 2008-01-28 | [NETFILTER]: ip6_tables: move counter allocation to seperate function |  Patrick McHardy | 1 | -9/+22 |
| 2008-01-28 | [NETFILTER]: ip6_tables: use vmalloc_node() |  Patrick McHardy | 1 | -3/+4 |
| 2008-01-28 | [NETFILTER]: ip6_tables: move entry, match and target checks to seperate functions |  Patrick McHardy | 1 | -47/+82 |
| 2008-01-28 | [NETFILTER]: ip6_tables: kill a few useless defines/forward declarations |  Patrick McHardy | 1 | -14/+2 |
| 2008-01-28 | [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict |  Patrick McHardy | 1 | -10/+2 |
| 2008-01-28 | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info |  Patrick McHardy | 1 | -44/+23 |
| 2008-01-28 | [NETFILTER]: ip6_queue: resync dev-index based flushing |  Patrick McHardy | 1 | -1/+10 |
| 2008-01-28 | [NETFILTER]: ip6_queue: deobfuscate entry lookups |  Patrick McHardy | 1 | -64/+37 |
| 2008-01-28 | [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry |  Patrick McHardy | 1 | -5/+3 |
| 2008-01-28 | [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header |  Patrick McHardy | 1 | -0/+1 |
| 2008-01-28 | [NETFILTER]: nf_queue: remove unused data pointer |  Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: nf_queue: make queue_handler const |  Patrick McHardy | 1 | -1/+1 |
| 2008-01-28 | [NETFILTER]: Mark hooks __read_mostly |  Patrick McHardy | 4 | -4/+4 |
| 2008-01-28 | [NETFILTER]: {ip,ip6}t_LOG: log GID |  Maciej Soltysiak | 1 | -1/+3 |
| 2008-01-28 | [NETFILTER]: Use lowercase names for matches in Kconfig |  Jan Engelhardt | 1 | -8/+8 |
| 2008-01-28 | [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner |  Jan Engelhardt | 3 | -97/+0 |