aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-2/+2
2011-01-07Merge 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-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-11-18netfilter: 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
2010-11-16IPVS: Add persistence engine to connection entrySimon Horman3-21/+16
2010-11-15netfilter: rcu sparse cleanupsEric Dumazet4-9/+26
2010-11-15netfilter: add __rcu annotationsEric Dumazet7-22/+47
2010-11-15netfilter: xt_CLASSIFY: add ARP support, allow CLASSIFY target on any tableFr�d�ric Leroy1-12/+24
2010-11-15netfilter: ct_extend: fix the wrong alloc_sizeChangli Gao1-3/+2
2010-11-12netfilter: xt_NFQUEUE: remove modulo operationsChangli Gao1-2/+4
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao5-12/+10
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-3/+5
2010-11-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-1/+8
2010-10-29netfilter: fix nf_conntrack_l4proto_register()Eric Dumazet1-0/+6
2010-10-28netfilter: xt_socket: Make tproto signed in socket_mt6_v1().David S. Miller1-4/+3
2010-10-28netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet1-1/+2
2010-10-25netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables ...KOVACS Krisztian3-8/+16
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+2
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds29-1288/+2993
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-8/+8
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller28-1248/+2953
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy10-384/+903
2010-10-21tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler1-70/+132