aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NETFILTER]: Use the ctl paths instead of hand-made analoguePavel Emelyanov2-121/+13
2008-01-28[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modulesPavel Emelyanov1-9/+6
2008-01-28[NETFILTER]: Kill some supper dupper bloatryIlpo Järvinen1-6/+6
2008-01-28[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy1-6/+65
2008-01-28[NETFILTER]: non-power-of-two jhash optimizationsPatrick McHardy2-4/+6
2008-01-28[NETFILTER]: xt_hashlimit: reduce overhead without IPv6Eric Dumazet1-3/+17
2008-01-28[NETFILTER]: xt_hashlimit: speedup hash_dst()Eric Dumazet1-1/+10
2008-01-28[NETFILTER]: xt_connlimit: use the new union nf_inet_addrJan Engelhardt1-4/+3
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt6-12/+13
2008-01-28[NETFILTER]: Introduce nf_inet_addressJan Engelhardt5-34/+34
2008-01-28[NETFILTER]: x_tables: use %u format specifiersJan Engelhardt7-7/+7
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy3-6/+6
2008-01-28[NETFILTER]: nfnetlink_log: include GID in netlink messagePatrick McHardy1-0/+3
2008-01-28[NETFILTER]: nfnetlink_log: use endianness-aware attribute functionsPatrick McHardy1-52/+35
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy2-12/+23
2008-01-28[NETFILTER]: nfnetlink_log: remove excessive debuggingPatrick McHardy1-45/+0
2008-01-28[NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy2-2/+2
2008-01-28[NETFILTER]: nfnetlink_log: fix checks in nfulnl_recv_configPatrick McHardy1-22/+27
2008-01-28[NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy1-1/+0
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2-6/+6
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy6-0/+6
2008-01-28[NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy1-6/+4
2008-01-28[NETFILTER]: nf_nat: mark NAT protocols constPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: ctnetlink: fix expectation timeout dumpingPatrick McHardy1-2/+5
2008-01-28[NETFILTER]: ctnetlink: use netlink attribute helpersPatrick McHardy3-69/+50
2008-01-28[NETFILTER]: nf_conntrack_sctp: add ctnetlink supportPablo Neira Ayuso1-0/+10
2008-01-28[NETFILTER]: ctnetlink: add support for secmarkPablo Neira Ayuso2-1/+26
2008-01-28[NETFILTER]: ctnetlink: add support for master tuple event notification and dumpingPablo Neira Ayuso1-0/+28
2008-01-28[NETFILTER]: ctnetlink: add support for NAT sequence adjustmentsPablo Neira Ayuso1-1/+123
2008-01-28[NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mssBenjamin LaHaise1-2/+5
2008-01-28[NETFILTER]: xt_MARK: add compat support for revision 0Patrick McHardy1-6/+38
2008-01-28[NETFILTER]: xt_MARK: support revision 1 for IPv6Patrick McHardy1-0/+15
2008-01-28[NETFILTER]: x_tables: enable compat translation for IPv6 matches/targetsPatrick McHardy4-0/+20
2008-01-28[NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy1-0/+58
2008-01-28[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy1-2/+3
2008-01-28[IPV4] net/netfilter: Use ipv4_is_<type>Joe Perches1-1/+1
2008-01-28[NETFILTER]: Select CONFIG_NETFILTER_NETLINK when neededPatrick McHardy1-8/+5
2008-01-28[NETFILTER]: remove NF_CONNTRACK_ENABLED optionPatrick McHardy1-6/+1
2008-01-28[NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy1-14/+12
2008-01-28[NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy1-6/+1
2008-01-28[NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy1-37/+23
2008-01-28[NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy1-31/+4
2008-01-28[NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy1-31/+21
2008-01-28[NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy1-113/+92
2008-01-28[NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy1-19/+12
2008-01-28[NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy1-5/+4
2008-01-28[NETFILTER]: remove annoying debugging messagePatrick McHardy1-2/+1
2008-01-28[NETFILTER]: nf_queue: clean up error pathsPatrick McHardy1-53/+40