summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipvs: use hlist instead of listChangli Gao2011-02-221-23/+29
| * | ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-1610-14/+41
| * | ipvs: remove extra lookups for ICMP packetsJulian Anastasov2011-02-161-25/+3
| * | ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-161-2/+2
| * | netfilter: nfnetlink_log: remove unused parameterFlorian Westphal2011-02-151-2/+1
| * | netfilter: xt_conntrack: warn about use in raw tableJan Engelhardt2011-02-141-0/+5
| * | Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger2011-02-141-10/+3
| * | netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger2011-02-111-3/+10
| * | netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINKPatrick McHardy2011-02-101-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-195-22/+54
|\ \ \ | | |/ | |/|
| * | netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal2011-02-173-19/+43
| * | netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
| * | netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso2011-02-091-2/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-092-2/+2
|\ \ \ | | |/ | |/|
| * | IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter2011-02-071-1/+1
| * | IPVS: Use correct lock in SCTP moduleSimon Horman2011-02-031-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-043-9/+11
|\ \ \ | | |/ | |/|
| * | netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-0/+3
| * | netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6Thomas Jacob2011-01-241-9/+7
| * | netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso2011-01-241-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-0225-31/+8321
|\ \ \ | | |/ | |/|
| * | netfilter: xtables: add device group matchPatrick McHardy2011-02-033-0/+92
| * | netfilter: ipset: send error message manuallyJozsef Kadlecsik2011-02-021-7/+26
| * | netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2011-02-021-6/+9
| * | netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy2011-02-021-0/+2
| * | IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman2011-02-011-1/+1
| * | IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman2011-02-013-25/+29
| * | IPVS: remove duplicate initialisation or rs_tableSimon Horman2011-02-011-3/+0
| * | IPVS: use z modifier for sizeof() argumentSimon Horman2011-02-011-1/+1
| * | netfilter: ctnetlink: fix ctnetlink_parse_tuple() warningPatrick McHardy2011-02-011-1/+1
| * | netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-019-27/+0
| * | netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16
| * | netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik2011-02-013-0/+372
| * | netfilter: ipset: list:set set type supportJozsef Kadlecsik2011-02-013-0/+597
| * | netfilter: ipset: hash:net,port set type supportJozsef Kadlecsik2011-02-013-0/+592
| * | netfilter: ipset: hash:net set type supportJozsef Kadlecsik2011-02-013-0/+471
| * | netfilter: ipset: hash:ip,port,net set type supportJozsef Kadlecsik2011-02-013-0/+642
| * | netfilter: ipset: hash:ip,port,ip set type supportJozsef Kadlecsik2011-02-013-0/+576
| * | netfilter: ipset: hash:ip,port set type supportJozsef Kadlecsik2011-02-013-0/+557
| * | netfilter: ipset: hash:ip set type supportJozsef Kadlecsik2011-02-013-0/+480
| * | netfilter: ipset; bitmap:port set type supportJozsef Kadlecsik2011-02-013-0/+530
| * | netfilter: ipset: bitmap:ip,mac type supportJozsef Kadlecsik2011-02-013-0/+665
| * | netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik2011-02-013-0/+600
| * | netfilter: ipset: IP set core supportJozsef Kadlecsik2011-02-017-0/+2128
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-01-316-13/+35
|\ \ \ | |/ /
| * | netfilter: xt_iprange: add IPv6 match debug print codeThomas Jacob2011-01-281-2/+14
| * | netfilter: xt_iprange: typo in IPv4 match debug print codeThomas Jacob2011-01-271-1/+1
| * | Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy2011-01-261-4/+8
| |\ \
| | * | netfilter: xt_connlimit: pick right dstaddr in NAT scenarioJan Engelhardt2011-01-261-4/+8
| * | | netfilter: ipvs: fix compiler warningsChangli Gao2011-01-251-3/+1
OpenPOWER on IntegriCloud