1. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 15 years ago
  2. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 15 years ago
  3. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 15 years ago
  4. 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
  5. c4832c7 netfilter: nf_ct_tcp: improve out-of-sync situation in TCP tracking by Pablo Neira Ayuso · 15 years ago
  6. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  7. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  8. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  9. 98d89b4 netfilter: xtables: realign struct xt_target_param by Jan Engelhardt · 15 years ago
  10. 4725c72 netfilter: xtables: remove xt_mark v0 by Jan Engelhardt · 15 years ago
  11. 9e05ec4 netfilter: xtables: remove xt_conntrack v0 by Jan Engelhardt · 15 years ago
  12. 84899a2 netfilter: xtables: remove xt_connmark v0 by Jan Engelhardt · 15 years ago
  13. c8001f7 netfilter: xtables: remove xt_MARK v0, v1 by Jan Engelhardt · 15 years ago
  14. e973a70 netfilter: xtables: remove xt_CONNMARK v0 by Jan Engelhardt · 15 years ago
  15. d6d3f08 netfilter: xtables: conntrack match revision 2 by Jan Engelhardt · 15 years ago
  16. 8a3af79 netfilter: headers_check fix: linux/netfilter/xt_osf.h by Jaswinder Singh Rajput · 15 years ago
  17. 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
  18. a31e1ff netfilter: xt_socket: added new revision of the 'socket' match supporting flags by Laszlo Attila Toth · 15 years ago
  19. 11eeef4 netfilter: passive OS fingerprint xtables match by Evgeniy Polyakov · 15 years ago
  20. 10662aa netfilter: xt_NFQUEUE: queue balancing support by Florian Westphal · 15 years ago
  21. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  22. e34d5c1 netfilter: conntrack: replace notify chain by function pointer by Pablo Neira Ayuso · 15 years ago
  23. 6bfea19 netfilter: conntrack: remove events flags from userspace exposed file by Pablo Neira Ayuso · 15 years ago
  24. 874ab92 netfilter: nf_ct_tcp: TCP simultaneous open support by Jozsef Kadlecsik · 15 years ago
  25. 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
  26. a17c859 netfilter: conntrack: add support for DCCP handshake sequence to ctnetlink by Pablo Neira Ayuso · 15 years ago
  27. bfcaa502 netfilter: nf_ct_tcp: fix accepting invalid RST segments by Jozsef Kadlecsik · 15 years ago
  28. 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
  29. 280f37a netfilter: xt_cluster: fix use of cluster match with 32 nodes by Pablo Neira Ayuso · 15 years ago
  30. a7ca7fc netfilter: add missing linux/types.h include to xt_LED.h by Patrick McHardy · 15 years ago
  31. 0f3d042 netfilter: use likely() in xt_info_rdlock_bh() by Eric Dumazet · 15 years ago
  32. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  33. 71951b6 netfilter: nf_ct_dccp: add missing role attributes for DCCP by Pablo Neira Ayuso · 15 years ago
  34. 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
  35. 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
  36. 5a54bd1 Merge commit 'v2.6.29' into core/header-fixes by Ingo Molnar · 15 years ago
  37. 60c195c make netfilter use strict integer types by Arnd Bergmann · 15 years ago
  38. b8dfe49 netfilter: factorize ifname_compare() by Eric Dumazet · 15 years ago
  39. 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
  40. dd5b6ce nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink by Pablo Neira Ayuso · 15 years ago
  41. 0269ea4 netfilter: xtables: add cluster match by Pablo Neira Ayuso · 15 years ago
  42. acc738f netfilter: xtables: avoid pointer to self by Jan Engelhardt · 15 years ago
  43. d060ffc netfilter: install missing headers by Jan Engelhardt · 15 years ago
  44. 268cb38 netfilter: x_tables: add LED trigger target by Adam Nielsen · 15 years ago
  45. 7845447 netfilter: iptables: lock free counters by Stephen Hemminger · 15 years ago
  46. 4a2f965 netfilter: x_tables: change elements in x_tables by Stephen Hemminger · 15 years ago
  47. 5ca431f netfilter: nfnetlink_log: fix per-rule qthreshold override by Eric Leblond · 15 years ago
  48. 9df27ba headers_check fix: netfilter/xt_conntrack.h by Jaswinder Singh Rajput · 16 years ago
  49. daaf83d netfilter 09/09: remove padding from struct xt_match on 64bit builds by Richard Kennedy · 16 years ago
  50. 092cab7 netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPEC by Pablo Neira Ayuso · 16 years ago
  51. f79fca5 netfilter: xtables: add missing const qualifier to xt_tgchk_param by Jan Engelhardt · 16 years ago
  52. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  53. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  54. a2df164 netfilter: xtables: move extension arguments into compound structure (6/6) by Jan Engelhardt · 16 years ago
  55. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  56. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  57. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  58. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  59. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  60. 367c679 netfilter: xtables: do centralized checkentry call (1/2) by Jan Engelhardt · 16 years ago
  61. e843927 netfilter: iptables TPROXY target by KOVACS Krisztian · 16 years ago
  62. 3bb0d1c netfilter: netns nf_conntrack: GRE conntracking in netns by Alexey Dobriyan · 16 years ago
  63. e948b20 netfilter: rename ipt_recent to xt_recent by Jan Engelhardt · 16 years ago
  64. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  65. ae37504 netfilter: nf_conntrack_tcp: decrease timeouts while data in unacknowledged by Patrick McHardy · 16 years ago
  66. 72961ec netfilter: nfnetlink_log: send complete hardware header by Eric Leblond · 16 years ago
  67. 5840157 netfilter: accounting rework: ct_extend + 64bit counters (v4) by Krzysztof Piotr Oledzki · 16 years ago
  68. 4ad3f26 netfilter: fix string extension for case insensitive pattern matching by Joonwoo Park · 16 years ago
  69. a258860 netfilter: ctnetlink: add full support for SCTP to ctnetlink by Pablo Neira Ayuso · 16 years ago
  70. ef75d49 netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last request by Patrick McHardy · 16 years ago
  71. 2bc7804 [NETFILTER]: nf_conntrack: add DCCP protocol support by Patrick McHardy · 16 years ago
  72. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  73. b9f61b1 [NETFILTER]: xt_sctp: simplify xt_sctp.h by Jan Engelhardt · 16 years ago
  74. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 16 years ago
  75. 0d0ab03 [NETFILTER]: nf_conntrack_sip: support multiple media channels by Patrick McHardy · 16 years ago
  76. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 16 years ago
  77. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 16 years ago
  78. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 16 years ago
  79. 2bbb211 [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers by Patrick McHardy · 16 years ago
  80. 30f33e6 [NETFILTER]: nf_conntrack_sip: support method specific request/response handling by Patrick McHardy · 16 years ago
  81. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 16 years ago
  82. 05e3ced [NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper by Patrick McHardy · 16 years ago
  83. ea45f12 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly by Patrick McHardy · 16 years ago
  84. ac36774 [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions by Patrick McHardy · 16 years ago
  85. 3e9b4600b [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function by Patrick McHardy · 16 years ago
  86. 212440a [NETFILTER]: nf_conntrack_sip: remove redundant function arguments by Patrick McHardy · 16 years ago
  87. 2a6cfb2 [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling by Patrick McHardy · 16 years ago
  88. b5e85de [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h by Patrick McHardy · 16 years ago
  89. 7d9904c [NETFILTER]: xt_hashlimit: remove unneeded struct member by Jan Engelhardt · 16 years ago
  90. 651acc9 [NETFILTER]: Make sure xt_policy.h is unifdef'ed. by Robert P. J. Day · 16 years ago
  91. 9ddd0ed [NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with const by Jan Engelhardt · 17 years ago
  92. 13f7d63 [NETFILTER]: nf_{conntrack,nat}_sip: annotate SIP helper with const by Jan Engelhardt · 17 years ago
  93. 3cb609d [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_* by Alexey Dobriyan · 17 years ago
  94. 09e410d [NETFILTER]: xt_hashlimit match, revision 1 by Jan Engelhardt · 17 years ago
  95. b0a6363 [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code by Patrick McHardy · 17 years ago
  96. edc26f7 [NETFILTER]: xt_owner: allow matching UID/GID ranges by Jan Engelhardt · 17 years ago
  97. 8d87005 [NETFILTER]: x_tables: per-netns xt_tables by Alexey Dobriyan · 17 years ago
  98. a98da11 [NETFILTER]: x_tables: change xt_table_register() return value convention by Alexey Dobriyan · 17 years ago
  99. b416499 [NETFILTER]: xt_conntrack: add port and direction matching by Jan Engelhardt · 17 years ago
  100. ecb6f85 [NETFILTER]: Use const in struct xt_match, xt_target, xt_table by Jan Engelhardt · 17 years ago