summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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/...Simon Horman9-71/+57
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-01-06netfilter: fix export secctx error handlingPablo Neira Ayuso2-12/+15
2011-01-06netfilter: fix the race when initializing nf_ct_expect_hash_rndChangli Gao2-20/+20
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-11-25IPVS: Backup, adding version 0 sending capabilitiesHans Schillstrom2-1/+161
2010-11-25IPVS: Backup, Change sending to Version 1 formatHans Schillstrom2-47/+155
2010-11-25IPVS: Backup, Adding Version 1 receive capabilityHans Schillstrom2-123/+431
2010-11-25IPVS: Backup, Adding structs for new sync formatHans Schillstrom1-12/+142
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom4-23/+64
2010-11-25IPVS: skb defrag in L7 helpersHans Schillstrom1-0/+3
2010-11-25IPVS: Split ports[2] into src_port and dst_portHans Schillstrom1-10/+11
2010-11-25IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup ...Hans Schillstrom5-12/+14
2010-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-11-19netfilter: fix IP_VS dependenciesPatrick McHardy1-0/+1
2010-11-17net: use the macros defined for the members of flowiChangli Gao3-36/+16
2010-11-17netfilter: allow hooks to pass error code back up the stackEric Paris1-2/+4
2010-11-16Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy5-53/+50
2010-11-16netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()Eric Dumazet1-2/+2
2010-11-16ipvs: allow transmit of GRO aggregated skbsSimon Horman1-10/+15
2010-11-16ipvs: remove shadow rt variableEric Dumazet1-1/+0
2010-11-16ipvs: add static and read_mostly attributesEric Dumazet1-5/+5
2010-11-16IPVS: buffer argument to ip_vs_process_message() should not be constSimon Horman1-1/+1
2010-11-16IPVS: Remove useless { } block from ip_vs_process_message()Simon Horman1-13/+11
2010-11-16IPVS: Make the cp argument to ip_vs_sync_conn() staticSimon Horman1-1/+1
2010-11-16IPVS: Only match pe_data created by the same peSimon Horman1-1/+1