1. dcea992 netfilter: xtables: replace XT_MATCH_ITERATE macro by Jan Engelhardt · 15 years ago
  2. 72b2b1d netfilter: xtables: replace XT_ENTRY_ITERATE macro by Jan Engelhardt · 15 years ago
  3. 3e5e524 netfilter: CONFIG_COMPAT: allow delta to exceed 32767 by Florian Westphal · 15 years ago
  4. ef00f89 netfilter: ctnetlink: add zone support by Patrick McHardy · 15 years ago
  5. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 15 years ago
  6. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  7. 9d288df netfilter: nf_conntrack_sip: add T.38 FAX support by Patrick McHardy · 15 years ago
  8. 48f8ac2 netfilter: nf_nat_sip: add TCP support by Patrick McHardy · 15 years ago
  9. f5b321b netfilter: nf_conntrack_sip: add TCP support by Patrick McHardy · 15 years ago
  10. 3b6b9fa netfilter: nf_conntrack_sip: pass data offset to NAT functions by Patrick McHardy · 15 years ago
  11. a8c28d05 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  12. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  13. 42107f5 netfilter: xtables: symmetric COMPAT_XT_ALIGN definition by Alexey Dobriyan · 15 years ago
  14. 0a02604 netfilter: xtables: consistent struct compat_xt_counters definition by Alexey Dobriyan · 15 years ago
  15. 84f3bb9 netfilter: xtables: add CT target by Patrick McHardy · 15 years ago
  16. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 15 years ago
  17. 0cebe4b netfilter: ctnetlink: support selective event delivery by Patrick McHardy · 15 years ago
  18. add6746 netfilter: add struct net * to target parameters by Patrick McHardy · 15 years ago
  19. c30f540 netfilter: xtables: CONFIG_COMPAT redux by Alexey Dobriyan · 15 years ago
  20. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 15 years ago
  21. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 15 years ago
  22. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 15 years ago
  23. 424eff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  24. c4832c7 netfilter: nf_ct_tcp: improve out-of-sync situation in TCP tracking by Pablo Neira Ayuso · 15 years ago
  25. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  26. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  27. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  28. 98d89b4 netfilter: xtables: realign struct xt_target_param by Jan Engelhardt · 15 years ago
  29. 4725c72 netfilter: xtables: remove xt_mark v0 by Jan Engelhardt · 15 years ago
  30. 9e05ec4 netfilter: xtables: remove xt_conntrack v0 by Jan Engelhardt · 15 years ago
  31. 84899a2 netfilter: xtables: remove xt_connmark v0 by Jan Engelhardt · 15 years ago
  32. c8001f7 netfilter: xtables: remove xt_MARK v0, v1 by Jan Engelhardt · 15 years ago
  33. e973a70 netfilter: xtables: remove xt_CONNMARK v0 by Jan Engelhardt · 15 years ago
  34. d6d3f08 netfilter: xtables: conntrack match revision 2 by Jan Engelhardt · 15 years ago
  35. 8a3af79 netfilter: headers_check fix: linux/netfilter/xt_osf.h by Jaswinder Singh Rajput · 15 years ago
  36. 36432dae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Patrick McHardy · 15 years ago
  37. a31e1ff netfilter: xt_socket: added new revision of the 'socket' match supporting flags by Laszlo Attila Toth · 15 years ago
  38. 11eeef4 netfilter: passive OS fingerprint xtables match by Evgeniy Polyakov · 15 years ago
  39. 10662aa netfilter: xt_NFQUEUE: queue balancing support by Florian Westphal · 15 years ago
  40. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  41. e34d5c1 netfilter: conntrack: replace notify chain by function pointer by Pablo Neira Ayuso · 15 years ago
  42. 6bfea19 netfilter: conntrack: remove events flags from userspace exposed file by Pablo Neira Ayuso · 15 years ago
  43. 874ab92 netfilter: nf_ct_tcp: TCP simultaneous open support by Jozsef Kadlecsik · 15 years ago
  44. 4d3383d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  45. a17c859 netfilter: conntrack: add support for DCCP handshake sequence to ctnetlink by Pablo Neira Ayuso · 15 years ago
  46. bfcaa502 netfilter: nf_ct_tcp: fix accepting invalid RST segments by Jozsef Kadlecsik · 15 years ago
  47. 356d6c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  48. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 15 years ago
  49. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 15 years ago
  50. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 15 years ago
  51. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  52. 71951b6 netfilter: nf_ct_dccp: add missing role attributes for DCCP by Pablo Neira Ayuso · 15 years ago
  53. 01e6de6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  54. ba1eb95 Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  56. 60c195c make netfilter use strict integer types by Arnd Bergmann · 16 years ago
  57. b8dfe49 netfilter: factorize ifname_compare() by Eric Dumazet · 15 years ago
  58. b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  59. dd5b6ce nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink by Pablo Neira Ayuso · 15 years ago
  60. 0269ea4 netfilter: xtables: add cluster match by Pablo Neira Ayuso · 15 years ago
  61. acc738f netfilter: xtables: avoid pointer to self by Jan Engelhardt · 15 years ago
  62. d060ffc netfilter: install missing headers by Jan Engelhardt · 16 years ago
  63. 268cb38 netfilter: x_tables: add LED trigger target by Adam Nielsen · 16 years ago
  64. 7845447 netfilter: iptables: lock free counters by Stephen Hemminger · 16 years ago
  65. 4a2f965 netfilter: x_tables: change elements in x_tables by Stephen Hemminger · 16 years ago
  66. 5ca431f netfilter: nfnetlink_log: fix per-rule qthreshold override by Eric Leblond · 16 years ago
  67. 9df27ba headers_check fix: netfilter/xt_conntrack.h by Jaswinder Singh Rajput · 16 years ago
  68. daaf83d netfilter 09/09: remove padding from struct xt_match on 64bit builds by Richard Kennedy · 16 years ago
  69. 092cab7 netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC by Pablo Neira Ayuso · 16 years ago
  70. f79fca5 netfilter: xtables: add missing const qualifier to xt_tgchk_param by Jan Engelhardt · 16 years ago
  71. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  72. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  73. a2df164 netfilter: xtables: move extension arguments into compound structure (6/6) by Jan Engelhardt · 16 years ago
  74. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  75. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  76. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  77. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  78. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  79. 367c679 netfilter: xtables: do centralized checkentry call (1/2) by Jan Engelhardt · 16 years ago
  80. e843927 netfilter: iptables TPROXY target by KOVACS Krisztian · 16 years ago
  81. 3bb0d1c netfilter: netns nf_conntrack: GRE conntracking in netns by Alexey Dobriyan · 16 years ago
  82. e948b20 netfilter: rename ipt_recent to xt_recent by Jan Engelhardt · 16 years ago
  83. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  84. ae37504 netfilter: nf_conntrack_tcp: decrease timeouts while data in unacknowledged by Patrick McHardy · 16 years ago
  85. 72961ec netfilter: nfnetlink_log: send complete hardware header by Eric Leblond · 16 years ago
  86. 5840157 netfilter: accounting rework: ct_extend + 64bit counters (v4) by Krzysztof Piotr Oledzki · 16 years ago
  87. 4ad3f26 netfilter: fix string extension for case insensitive pattern matching by Joonwoo Park · 16 years ago
  88. a258860 netfilter: ctnetlink: add full support for SCTP to ctnetlink by Pablo Neira Ayuso · 16 years ago
  89. ef75d49 netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last request by Patrick McHardy · 16 years ago
  90. 2bc7804 [NETFILTER]: nf_conntrack: add DCCP protocol support by Patrick McHardy · 16 years ago
  91. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  92. b9f61b1 [NETFILTER]: xt_sctp: simplify xt_sctp.h by Jan Engelhardt · 16 years ago
  93. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 16 years ago
  94. 0d0ab03 [NETFILTER]: nf_conntrack_sip: support multiple media channels by Patrick McHardy · 16 years ago
  95. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 16 years ago
  96. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 16 years ago
  97. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 16 years ago
  98. 2bbb211 [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers by Patrick McHardy · 16 years ago
  99. 30f33e6 [NETFILTER]: nf_conntrack_sip: support method specific request/response handling by Patrick McHardy · 16 years ago
  100. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 16 years ago