summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter:ipvs: use kmemdupShan Wei2011-03-152-7/+5Star
* ipvs: remove _bh from percpu stats readingJulian Anastasov2011-03-151-4/+4
* ipvs: avoid lookup for fwmark 0Julian Anastasov2011-03-151-3/+5
* netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger2011-03-141-0/+1
* netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy2011-03-141-2/+2
* netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger2011-03-091-7/+15
* netfilter: ipset: fix the compile warning in ip_set_createShan Wei2011-03-081-1/+1
* netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
* ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-254-63/+13Star
* ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
* 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-151-25/+3Star
* ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-151-2/+2
* netfilter: nfnetlink_log: remove unused parameterFlorian Westphal2011-02-151-2/+1Star
* 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/+3Star
* bridge: netfilter: fix information leakVasiliy Kulikov2011-02-141-0/+2
* 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
* 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
* 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/+0Star
* 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/+0Star
* netfilter: ipset: use nla_parse_nested()Patrick McHardy2011-02-011-26/+16Star
* 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
* 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/+1Star