aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2-19/+4
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2-80/+59
2008-01-28[NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy1-69/+31
2008-01-28[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy1-5/+3
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2-0/+2
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2-2/+2
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2-7/+7
2008-01-28[NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2-18/+0
2008-01-28[NETFILTER]: nf_queue: minor cleanupPatrick McHardy1-11/+20
2008-01-28[NETFILTER]: nf_ct_h323: remove ipv6 module dependencyPatrick McHardy1-7/+12
2008-01-28[NETFILTER]: xt_hashlimit: remove ip6tables module dependencyPatrick McHardy1-3/+5
2008-01-28[NETFILTER]: x_tables: add rateest matchPatrick McHardy3-0/+189
2008-01-28[NETFILTER]: x_tables: add RATEEST targetPatrick McHardy3-0/+215
2008-01-28[NETFILTER]: IPv6 capable xt_TOS v1 targetJan Engelhardt2-1/+64
2008-01-28[NETFILTER]: IPv6 capable xt_tos v1 matchJan Engelhardt1-0/+32
2008-01-28[NETFILTER]: Merge ipt_TOS into xt_DSCPJan Engelhardt2-1/+56