aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy1-1/+2
2011-02-09netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso1-2/+9
2011-02-01netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso1-0/+3
2011-01-24netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6Thomas Jacob1-9/+7
2011-01-24netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso1-0/+1
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-2/+2
2011-01-13netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso1-1/+2
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_delayed_work_sync()Tejun Heo1-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David 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-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/nf-2.6David 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 and xt_TPROXYKOVACS Krisztian3-8/+16
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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/kernel/git/tip/linux-2.6-tipLinus Torvalds6-8/+8
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller28-1248/+2953
2010-10-21Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6Patrick McHardy10-384/+903
2010-10-21tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler1-70/+132
2010-10-21tproxy: added IPv6 support to the socket matchBalazs Scheidler1-11/+154
2010-10-21tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler1-37/+225
2010-10-21tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4()Balazs Scheidler1-48/+0
2010-10-21tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tupleBalazs Scheidler3-14/+85
2010-10-21ipvs: provide address family for debuggingJulian Anastasov7-84/+45
2010-10-21ipvs: inherit forwarding method in backupJulian Anastasov1-0/+2
2010-10-21ipvs: changes for local clientJulian Anastasov2-92/+225
2010-10-21ipvs: changes for local real serverJulian Anastasov3-117/+457
2010-10-21ipvs: move ip_route_me_harder for ICMPJulian Anastasov1-20/+21
2010-10-21ipvs: create ip_vs_defrag_userJulian Anastasov1-21/+34
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov1-1/+1
2010-10-21ipvs: stop ICMP from FORWARD to localJulian Anastasov1-2/+19
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov4-8/+45
2010-10-21ipvs: switch to notrack modeJulian Anastasov2-37/+9
2010-10-21ipvs: optimize checksums for appsJulian Anastasov3-13/+56
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2-10/+10
2010-10-21secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not setEric Paris1-0/+2
2010-10-21secmark: export secctx, drop secmark in procfsEric Paris1-3/+25
2010-10-21conntrack: export lsm context rather than internal secid via netlinkEric Paris1-10/+36