aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-14/+30
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-13/+11
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-2/+2
2011-01-19netfilter: nf_conntrack: fix lifetime display for disabled connectionsPatrick McHardy1-17/+12
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt1-14/+30
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso6-1/+244
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa5-65/+189
2011-01-18Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy4-4/+8
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal3-4/+34
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2-3/+3
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal2-9/+15
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal3-23/+49
2011-01-18netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUEFlorian Westphal1-0/+1
2011-01-18netfilter: nf_conntrack: remove an atomic bit operationChangli Gao1-1/+1
2011-01-18netfilter: xt_connlimit: use hotdrop jump markRichard Weinberger1-4/+2
2011-01-18netfilter: xtables: add missing aliases for autoloading via iptablesJan Engelhardt3-0/+6
2011-01-16netfilter: create audit records for x_tables replacesThomas Graf1-0/+16
2011-01-16netfilter: audit target to record accepted/dropped packetsThomas Graf3-0/+215
2011-01-14netfilter: nf_conntrack: use is_vmalloc_addr()Patrick McHardy3-30/+15
2011-01-14Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6Patrick McHardy26-1119/+1890
2011-01-14netfilter: fix Kconfig dependenciesPatrick McHardy1-1/+1
2011-01-13netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso1-1/+2
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-34/+48
2011-01-13netfilter: xt_conntrack: support matching on port rangesPatrick McHardy1-2/+73
2011-01-13IPVS: netns, final patch enabling network name space.Hans Schillstrom7-32/+1
2011-01-13IPVS: netns, misc init_net removal in core.Hans Schillstrom2-6/+9
2011-01-13IPVS: netns, svc counters moved in ip_vs_ctl,cHans Schillstrom1-12/+9
2011-01-13IPVS: netns, trash handlingHans Schillstrom1-12/+11
2011-01-13IPVS: netns, defense work timer.Hans Schillstrom3-13/+13
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom7-163/+184
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom9-72/+109
2011-01-13IPVS: netns, ip_vs_stats and its procfsHans Schillstrom3-58/+204
2011-01-13IPVS: netns awareness to ip_vs_syncHans Schillstrom3-182/+219
2011-01-13IPVS: netns awareness to ip_vs_estHans Schillstrom2-48/+58
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom5-52/+65
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom5-35/+39
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom9-98/+123
2011-01-13IPVS: netns preparation for proto_ah_espHans Schillstrom2-16/+10
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom2-63/+61
2011-01-13IPVS: netns preparation for proto_udpHans Schillstrom2-43/+46
2011-01-13IPVS: netns preparation for proto_tcpHans Schillstrom3-48/+70
2011-01-13IPVS: netns, prepare protocolHans Schillstrom1-0/+66
2011-01-13IPVS: netns awarness to lblc shedulerHans Schillstrom1-16/+34
2011-01-13IPVS: netns awarness to lblcr shedulerHans Schillstrom1-18/+36
2011-01-13IPVS: netns to services part 1Hans Schillstrom7-110/+147
2011-01-13IPVS: netns, add basic init per netns.Hans Schillstrom10-33/+316
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman9-71/+57
2011-01-11netfilter: fix race in conntrack between dump_table and destroyStephen Hemminger1-9/+5
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet1-1/+2