1. a7b4f98 netfilter: ipset: IP set core support by Jozsef Kadlecsik · 13 years ago
  2. 6a4ddef netfilter: xt_iprange: add IPv6 match debug print code by Thomas Jacob · 13 years ago
  3. 705ca14 netfilter: xt_iprange: typo in IPv4 match debug print code by Thomas Jacob · 13 years ago
  4. 2e0348c Merge branch 'connlimit' of git://dev.medozas.de/linux by Patrick McHardy · 13 years ago
  5. ad86e1f netfilter: xt_connlimit: pick right dstaddr in NAT scenario by Jan Engelhardt · 13 years ago
  6. 9f4e1cc netfilter: ipvs: fix compiler warnings by Changli Gao · 13 years ago
  7. 0792470 IPVS netns BUG, register sysctl for root ns by Hans Schillstrom · 13 years ago
  8. 4b3fd57 IPVS: Change sock_create_kernel() to __sock_create() by Simon Horman · 13 years ago
  9. 091bb34 netfilter: ipvs: fix compiler warnings by Changli Gao · 13 years ago
  10. 82d800d Merge branch 'connlimit' of git://dev.medozas.de/linux by Patrick McHardy · 13 years ago
  11. 14f0290 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 13 years ago
  12. f5c88f5 netfilter: nf_conntrack: fix lifetime display for disabled connections by Patrick McHardy · 13 years ago
  13. cc4fc02 netfilter: xtables: connlimit revision 1 by Jan Engelhardt · 13 years ago
  14. a992ca2 netfilter: nf_conntrack_tstamp: add flow-based timestamp extension by Pablo Neira Ayuso · 13 years ago
  15. 93557f5 netfilter: nf_conntrack: nf_conntrack snmp helper by Jiri Olsa · 13 years ago
  16. a8fc0d9 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 13 years ago
  17. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 13 years ago
  18. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 13 years ago
  19. 06cdb63 netfilter: nfnetlink_queue: do not free skb on error by Florian Westphal · 13 years ago
  20. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 13 years ago
  21. 5f2cafe netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE by Florian Westphal · 13 years ago
  22. 45eec34 netfilter: nf_conntrack: remove an atomic bit operation by Changli Gao · 13 years ago
  23. 1cc34c3 netfilter: xt_connlimit: use hotdrop jump mark by Richard Weinberger · 13 years ago
  24. f1e231a netfilter: xtables: add missing aliases for autoloading via iptables by Jan Engelhardt · 13 years ago
  25. fbabf31 netfilter: create audit records for x_tables replaces by Thomas Graf · 13 years ago
  26. 43f393c netfilter: audit target to record accepted/dropped packets by Thomas Graf · 13 years ago
  27. d862a66 netfilter: nf_conntrack: use is_vmalloc_addr() by Patrick McHardy · 13 years ago
  28. 0134e89 Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 by Patrick McHardy · 13 years ago
  29. c7066f7 netfilter: fix Kconfig dependencies by Patrick McHardy · 13 years ago
  30. f31e8d49 netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack() by Pablo Neira Ayuso · 13 years ago
  31. 255d0dc netfilter: x_table: speedup compat operations by Eric Dumazet · 14 years ago
  32. b017900 netfilter: xt_conntrack: support matching on port ranges by Patrick McHardy · 14 years ago
  33. c6d2d44 IPVS: netns, final patch enabling network name space. by Hans Schillstrom · 14 years ago
  34. 4a98480 IPVS: netns, misc init_net removal in core. by Hans Schillstrom · 14 years ago
  35. 763f8d0 IPVS: netns, svc counters moved in ip_vs_ctl,c by Hans Schillstrom · 14 years ago
  36. f2431e6 IPVS: netns, trash handling by Hans Schillstrom · 14 years ago
  37. f6340ee IPVS: netns, defense work timer. by Hans Schillstrom · 14 years ago
  38. a0840e2 IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. by Hans Schillstrom · 14 years ago
  39. 6e67e58 IPVS: netns, connection hash got net as param. by Hans Schillstrom · 14 years ago
  40. b17fc99 IPVS: netns, ip_vs_stats and its procfs by Hans Schillstrom · 14 years ago
  41. f131315 IPVS: netns awareness to ip_vs_sync by Hans Schillstrom · 14 years ago
  42. 29c2026 IPVS: netns awareness to ip_vs_est by Hans Schillstrom · 14 years ago
  43. ab8a5e8 IPVS: netns awareness to ip_vs_app by Hans Schillstrom · 14 years ago
  44. 9bbac6a IPVS: netns, common protocol changes and use of appcnt. by Hans Schillstrom · 14 years ago
  45. 9330419 IPVS: netns, use ip_vs_proto_data as param. by Hans Schillstrom · 14 years ago
  46. 88fe2d3 IPVS: netns preparation for proto_ah_esp by Hans Schillstrom · 14 years ago
  47. 9d93487 IPVS: netns preparation for proto_sctp by Hans Schillstrom · 14 years ago
  48. 78b16bd IPVS: netns preparation for proto_udp by Hans Schillstrom · 14 years ago
  49. 4a85b96 IPVS: netns preparation for proto_tcp by Hans Schillstrom · 14 years ago
  50. 252c641 IPVS: netns, prepare protocol by Hans Schillstrom · 14 years ago
  51. b6e885d IPVS: netns awarness to lblc sheduler by Hans Schillstrom · 14 years ago
  52. d0a1eef IPVS: netns awarness to lblcr sheduler by Hans Schillstrom · 14 years ago
  53. fc72325 IPVS: netns to services part 1 by Hans Schillstrom · 14 years ago
  54. 61b1ab4 IPVS: netns, add basic init per netns. by Hans Schillstrom · 14 years ago
  55. fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 13 years ago
  56. 13ee6ac netfilter: fix race in conntrack between dump_table and destroy by Stephen Hemminger · 13 years ago
  57. 83723d6 netfilter: x_tables: dont block BH while reading counters by Eric Dumazet · 13 years ago
  58. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  59. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  60. cba85b5 netfilter: fix export secctx error handling by Pablo Neira Ayuso · 14 years ago
  61. f682cef netfilter: fix the race when initializing nf_ct_expect_hash_rnd by Changli Gao · 14 years ago
  62. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  63. b880c1f IPVS: Backup, adding version 0 sending capabilities by Hans Schillstrom · 14 years ago
  64. 986a075 IPVS: Backup, Change sending to Version 1 format by Hans Schillstrom · 14 years ago
  65. fe5e7a1 IPVS: Backup, Adding Version 1 receive capability by Hans Schillstrom · 14 years ago
  66. 2981bc9 IPVS: Backup, Adding structs for new sync format by Hans Schillstrom · 14 years ago
  67. a5959d5 IPVS: Handle Scheduling errors. by Hans Schillstrom · 14 years ago
  68. 3716522 IPVS: skb defrag in L7 helpers by Hans Schillstrom · 14 years ago
  69. ce144f2 IPVS: Split ports[2] into src_port and dst_port by Hans Schillstrom · 14 years ago
  70. 0e051e6 IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. by Hans Schillstrom · 14 years ago
  71. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. dba4490d netfilter: fix IP_VS dependencies by Patrick McHardy · 14 years ago
  73. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  74. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  75. 2c2bf08 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
  76. 3bfd45f netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert() by Eric Dumazet · 14 years ago
  77. 8f1b03a ipvs: allow transmit of GRO aggregated skbs by Simon Horman · 14 years ago
  78. a333e2ec ipvs: remove shadow rt variable by Eric Dumazet · 14 years ago
  79. 4ecd294 ipvs: add static and read_mostly attributes by Eric Dumazet · 14 years ago
  80. 8aadf93 IPVS: buffer argument to ip_vs_process_message() should not be const by Simon Horman · 14 years ago
  81. 7ae246a IPVS: Remove useless { } block from ip_vs_process_message() by Simon Horman · 14 years ago
  82. d494262 IPVS: Make the cp argument to ip_vs_sync_conn() static by Simon Horman · 14 years ago
  83. ea2c73a IPVS: Only match pe_data created by the same pe by Simon Horman · 14 years ago
  84. e9e5eee IPVS: Add persistence engine to connection entry by Simon Horman · 14 years ago
  85. c5d277d netfilter: rcu sparse cleanups by Eric Dumazet · 14 years ago
  86. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  87. 9811600 netfilter: xt_CLASSIFY: add ARP support, allow CLASSIFY target on any table by Frédéric Leroy · 14 years ago
  88. 3b23688 netfilter: ct_extend: fix the wrong alloc_size by Changli Gao · 14 years ago
  89. ca36181 netfilter: xt_NFQUEUE: remove modulo operations by Changli Gao · 14 years ago
  90. e5fc9e7 netfilter: nf_conntrack: don't always initialize ct->proto by Changli Gao · 14 years ago
  91. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  92. 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
  93. d817d29 netfilter: fix nf_conntrack_l4proto_register() by Eric Dumazet · 14 years ago
  94. 089282f netfilter: xt_socket: Make tproto signed in socket_mt6_v1(). by David S. Miller · 14 years ago
  95. 6b1686a netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages by Eric Dumazet · 14 years ago
  96. f6318e5 netfilter: fix module dependency issues with IPv6 defragmentation, ip6tables and xt_TPROXY by KOVACS Krisztian · 14 years ago
  97. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  98. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  99. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  100. 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