1. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  2. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  3. 758cb41 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  4. d817d29 netfilter: fix nf_conntrack_l4proto_register() by Eric Dumazet · 14 years ago
  5. 089282f netfilter: xt_socket: Make tproto signed in socket_mt6_v1(). by David S. Miller · 14 years ago
  6. 6b1686a netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages by Eric Dumazet · 14 years ago
  7. f6318e5 netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY by KOVACS Krisztian · 14 years ago
  8. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  9. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  10. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  11. 888a6f7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  12. 9941fb6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  13. 3b1a1ce Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-test-2.6 by Patrick McHardy · 14 years ago
  14. cc6eb43 tproxy: use the interface primary IP address as a default value for --on-ip by Balazs Scheidler · 14 years ago
  15. b64c925 tproxy: added IPv6 support to the socket match by Balazs Scheidler · 14 years ago
  16. 6ad7889 tproxy: added IPv6 support to the TPROXY target by Balazs Scheidler · 14 years ago
  17. 6006db8 tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4() by Balazs Scheidler · 14 years ago
  18. 106e4c2 tproxy: kick out TIME_WAIT sockets in case a new connection comes in with the same tuple by Balazs Scheidler · 14 years ago
  19. 0d79641 ipvs: provide address family for debugging by Julian Anastasov · 14 years ago
  20. 3233759 ipvs: inherit forwarding method in backup by Julian Anastasov · 14 years ago
  21. cb59155 ipvs: changes for local client by Julian Anastasov · 14 years ago
  22. fc60476 ipvs: changes for local real server by Julian Anastasov · 14 years ago
  23. f5a4184 ipvs: move ip_route_me_harder for ICMP by Julian Anastasov · 14 years ago
  24. 1ca5bb5 ipvs: create ip_vs_defrag_user by Julian Anastasov · 14 years ago
  25. 4256f1a ipvs: fix CHECKSUM_PARTIAL for TUN method by Julian Anastasov · 14 years ago
  26. 489fded ipvs: stop ICMP from FORWARD to local by Julian Anastasov · 14 years ago
  27. 190ecd2 ipvs: do not schedule conns from real servers by Julian Anastasov · 14 years ago
  28. cf356d6 ipvs: switch to notrack mode by Julian Anastasov · 14 years ago
  29. 8b27b10 ipvs: optimize checksums for apps by Julian Anastasov · 14 years ago
  30. 5bc9068 ipvs: fix CHECKSUM_PARTIAL for TCP, UDP by Julian Anastasov · 14 years ago
  31. ff660c8 secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set by Eric Paris · 14 years ago
  32. 1ae4de0 secmark: export secctx, drop secmark in procfs by Eric Paris · 14 years ago
  33. 1cc6324 conntrack: export lsm context rather than internal secid via netlink by Eric Paris · 14 years ago
  34. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  35. 15714f7 secmark: do not return early if there was no error by Eric Paris · 14 years ago
  36. d86bef7 Fixed race condition at ip_vs.ko module init. by Eduardo Blanco · 14 years ago
  37. 714f095 ipvs: IPv6 tunnel mode by Hans Schillstrom · 14 years ago
  38. ebbf41d netfilter: ctnetlink: add expectation deletion events by Pablo Neira Ayuso · 14 years ago
  39. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  40. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  41. a91fd26 IPVS: ip_vs_dbg_callid() is only needed for debugging by Simon Horman · 14 years ago
  42. 556ef63 Merge commit 'v2.6.36-rc7' into core/rcu by Ingo Molnar · 14 years ago
  43. d4f8f21 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 14 years ago
  44. 13f5bf1 ipvs: Use frag walker helper in SCTP proto support. by David S. Miller · 14 years ago
  45. f68c530 netfilter: unregister nf hooks, matches and targets in the reverse order by Changli Gao · 14 years ago
  46. e55df53 netfilter: remove duplicated include by Nicolas Kaiser · 14 years ago
  47. 758ff03 IPVS: sip persistence engine by Simon Horman · 14 years ago
  48. f71499a IPVS: Fallback if persistence engine fails by Simon Horman · 14 years ago
  49. 0d1e71b IPVS: Allow configuration of persistence engines by Simon Horman · 14 years ago
  50. 8be67a6 IPVS: management of persistence engine modules by Simon Horman · 14 years ago
  51. a3c918a IPVS: Add persistence engine data to /proc/net/ip_vs_conn by Simon Horman · 14 years ago
  52. 8599928 IPVS: Add struct ip_vs_pe by Simon Horman · 14 years ago
  53. 2fabf35 IPVS: ip_vs_{un,}bind_scheduler NULL arguments by Simon Horman · 14 years ago
  54. 6e08bfb IPVS: Allow null argument to ip_vs_scheduler_put() by Simon Horman · 14 years ago
  55. f11017e IPVS: Add struct ip_vs_conn_param by Simon Horman · 14 years ago
  56. 5b57a98 IPVS: compact ip_vs_sched_persist() by Simon Horman · 14 years ago
  57. 001985b netfilter: nf_conntrack_sip: Add callid parser by Simon Horman · 14 years ago
  58. 5adbb9f netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argument by Simon Horman · 14 years ago
  59. bc01befd netfilter: ctnetlink: add support for user-space expectation helpers by Pablo Neira Ayuso · 14 years ago
  60. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 15cdead netfilter: fix a race in nf_ct_ext_create() by Eric Dumazet · 14 years ago
  62. 7874896 netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp() by Simon Horman · 14 years ago
  63. d485d50 netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets by Eric Dumazet · 14 years ago
  64. 8b008fa netfilter: ctnetlink: allow to specify the expectation flags by Pablo Neira Ayuso · 14 years ago
  65. bcac0df netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attribute by Pablo Neira Ayuso · 14 years ago
  66. 26c15cf ipvs: changes related to service usecnt by Julian Anastasov · 14 years ago
  67. 99f07e9 netfilter: save the hash of the tuple in the original direction for latter use by Changli Gao · 14 years ago
  68. 8a80304 ipvs: make rerouting optional with snat_reroute by Julian Anastasov · 14 years ago
  69. f4bc17c ipvs: netfilter connection tracking changes by Julian Anastasov · 14 years ago
  70. 3575792 ipvs: extend connection flags to 32 bits by Julian Anastasov · 14 years ago
  71. b239096 netfilter: nf_conntrack: fix the hash random initializing race by Changli Gao · 14 years ago
  72. 70a8516 netfilter: use NFPROTO_IPV4 instead of AF_INET by Changli Gao · 14 years ago
  73. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 6523ce1 ipvs: fix active FTP by Julian Anastasov · 14 years ago
  75. 7bcbf81 ipvs: avoid oops for passive FTP by Julian Anastasov · 14 years ago
  76. 8ed2163 ipvs: use pkts for SCTP too by Julian Anastasov · 14 years ago
  77. 2c70b51 IPVS: include net/ip6_checksum.h for csum_ipv6_magic by Stephen Rothwell · 14 years ago
  78. dee06e4 ipvs: switch to GFP_KERNEL allocations by Simon Horman · 14 years ago
  79. 4f72816 IPVS: convert __ip_vs_securetcp_lock to a spinlock by Simon Horman · 14 years ago
  80. bd14455 IPVS: convert __ip_vs_sched_lock to a spinlock by Simon Horman · 14 years ago
  81. 8870f84 IPVS: ICMPv6 checksum calculation by Simon Horman · 14 years ago
  82. b2aff96 net/netfilter/ipvs: Eliminate memory leak by Julia Lawall · 14 years ago
  83. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 14 years ago
  84. aca071c netfilter: xt_hashlimit: use proto_ports_offset() to support AH message by Changli Gao · 14 years ago
  85. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  86. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  87. 6661481 netfilter: nf_conntrack_acct: use skb->len for accounting by Changli Gao · 14 years ago
  88. 5c0d237 ipvs: provide default ip_vs_conn_{in,out}_get_proto by Simon Horman · 14 years ago
  89. 2890a15 ipvs: remove EXPERIMENTAL tag by Simon Horman · 14 years ago
  90. ee92d37 netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() by Changli Gao · 14 years ago
  91. 49daf6a xt_quota: report initial quota value instead of current value to userspace by Changli Gao · 14 years ago
  92. b0c81aa netfilter: xt_quota: use per-rule spin lock by Changli Gao · 14 years ago
  93. e8648a1 netfilter: add xt_cpu match by Eric Dumazet · 14 years ago
  94. 7f1c407 IPVS: make FTP work with full NAT support by Hannes Eder · 14 years ago
  95. 7b215ff IPVS: make friends with nf_conntrack by Hannes Eder · 14 years ago
  96. 9c3e1c3 netfilter: xt_ipvs (netfilter matcher for IPVS) by Hannes Eder · 14 years ago
  97. edf0e1f netfilter: add CHECKSUM target by Michael S. Tsirkin · 14 years ago
  98. fac42a9 netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabled by Pablo Neira Ayuso · 14 years ago
  99. 116e1f1 netfilter: xt_TPROXY: the length of lines should be within 80 by Changli Gao · 14 years ago
  100. 8a0acaa ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_out by Xiaoyu Du · 14 years ago