summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED optionPatrick McHardy2008-01-281-6/+65
* [NETFILTER]: non-power-of-two jhash optimizationsPatrick McHardy2008-01-282-4/+6
* [NETFILTER]: xt_hashlimit: reduce overhead without IPv6Eric Dumazet2008-01-281-3/+17
* [NETFILTER]: xt_hashlimit: speedup hash_dst()Eric Dumazet2008-01-281-1/+10
* [NETFILTER]: xt_connlimit: use the new union nf_inet_addrJan Engelhardt2008-01-281-4/+3
* [NETFILTER]: Parenthesize macro parametersJan Engelhardt2008-01-286-12/+13
* [NETFILTER]: Introduce nf_inet_addressJan Engelhardt2008-01-285-34/+34
* [NETFILTER]: x_tables: use %u format specifiersJan Engelhardt2008-01-287-7/+7
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-283-6/+6
* [NETFILTER]: nfnetlink_log: include GID in netlink messagePatrick McHardy2008-01-281-0/+3
* [NETFILTER]: nfnetlink_log: use endianness-aware attribute functionsPatrick McHardy2008-01-281-52/+35
* [NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_createPatrick McHardy2008-01-282-12/+23
* [NETFILTER]: nfnetlink_log: remove excessive debuggingPatrick McHardy2008-01-281-45/+0
* [NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commandsPatrick McHardy2008-01-282-2/+2
* [NETFILTER]: nfnetlink_log: fix checks in nfulnl_recv_configPatrick McHardy2008-01-281-22/+27
* [NETFILTER]: nf_log: remove incomprehensible commentPatrick McHardy2008-01-281-1/+0
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-282-6/+6
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-286-0/+6
* [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy2008-01-281-6/+4
* [NETFILTER]: nf_nat: mark NAT protocols constPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: ctnetlink: fix expectation timeout dumpingPatrick McHardy2008-01-281-2/+5
* [NETFILTER]: ctnetlink: use netlink attribute helpersPatrick McHardy2008-01-283-69/+50
* [NETFILTER]: nf_conntrack_sctp: add ctnetlink supportPablo Neira Ayuso2008-01-281-0/+10
* [NETFILTER]: ctnetlink: add support for secmarkPablo Neira Ayuso2008-01-282-1/+26
* [NETFILTER]: ctnetlink: add support for master tuple event notification and d...Pablo Neira Ayuso2008-01-281-0/+28
* [NETFILTER]: ctnetlink: add support for NAT sequence adjustmentsPablo Neira Ayuso2008-01-281-1/+123
* [NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mssBenjamin LaHaise2008-01-281-2/+5
* [NETFILTER]: xt_MARK: add compat support for revision 0Patrick McHardy2008-01-281-6/+38
* [NETFILTER]: xt_MARK: support revision 1 for IPv6Patrick McHardy2008-01-281-0/+15
* [NETFILTER]: x_tables: enable compat translation for IPv6 matches/targetsPatrick McHardy2008-01-284-0/+20
* [NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy2008-01-281-0/+58
* [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy2008-01-281-2/+3
* [IPV4] net/netfilter: Use ipv4_is_<type>Joe Perches2008-01-281-1/+1
* [NETFILTER]: Select CONFIG_NETFILTER_NETLINK when neededPatrick McHardy2008-01-281-8/+5
* [NETFILTER]: remove NF_CONNTRACK_ENABLED optionPatrick McHardy2008-01-281-6/+1
* [NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy2008-01-281-14/+12
* [NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy2008-01-281-6/+1
* [NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy2008-01-281-37/+23
* [NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy2008-01-281-31/+4
* [NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy2008-01-281-31/+21
* [NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy2008-01-281-113/+92
* [NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy2008-01-281-19/+12
* [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy2008-01-281-5/+4
* [NETFILTER]: remove annoying debugging messagePatrick McHardy2008-01-281-2/+1
* [NETFILTER]: nf_queue: clean up error pathsPatrick McHardy2008-01-281-53/+40
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-282-19/+4
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-282-80/+59
* [NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-69/+31