aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21secmark: make secmark object handling genericEric Paris2-19/+17
2010-10-21secmark: do not return early if there was no errorEric Paris1-1/+1
2010-10-19Fixed race condition at ip_vs.ko module init.Eduardo Blanco1-9/+10
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom1-79/+92
2010-10-19netfilter: ctnetlink: add expectation deletion eventsPablo Neira Ayuso2-11/+25
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-13IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman1-0/+2
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar6-15/+22
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcuIngo Molnar1-1/+2
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2-12/+6
2010-10-04netfilter: remove duplicated includeNicolas Kaiser1-1/+0
2010-10-04IPVS: sip persistence engineSimon Horman3-0/+177