1. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 14 years ago
  2. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 14 years ago
  3. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  4. b402405 netfilter: xtables: print details on size mismatch by Jan Engelhardt · 15 years ago
  5. 98e6d2d netfilter: xt_recent: inform user when hitcount is too large by Jan Engelhardt · 14 years ago
  6. ca1c2e2 netfilter: don't use INIT_RCU_HEAD() by Alexey Dobriyan · 14 years ago
  7. 9d288df netfilter: nf_conntrack_sip: add T.38 FAX support by Patrick McHardy · 14 years ago
  8. 48f8ac2 netfilter: nf_nat_sip: add TCP support by Patrick McHardy · 14 years ago
  9. f5b321b netfilter: nf_conntrack_sip: add TCP support by Patrick McHardy · 14 years ago
  10. 3b6b9fa netfilter: nf_conntrack_sip: pass data offset to NAT functions by Patrick McHardy · 14 years ago
  11. 54101f4 netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing by Patrick McHardy · 14 years ago
  12. b87921b netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect by Patrick McHardy · 14 years ago
  13. d1e7a03 netfilter: ctnetlink: dump expectation helper name by Patrick McHardy · 14 years ago
  14. a8c28d05 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 14 years ago
  15. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 15 years ago
  16. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  17. d0b0268 netfilter: ctnetlink: add missing netlink attribute policies by Patrick McHardy · 14 years ago
  18. 42107f5 netfilter: xtables: symmetric COMPAT_XT_ALIGN definition by Alexey Dobriyan · 14 years ago
  19. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  20. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 14 years ago
  21. 13ccdfc netfilter: nf_conntrack: restrict runtime expect hashsize modifications by Alexey Dobriyan · 14 years ago
  22. 5b3501f netfilter: nf_conntrack: per netns nf_conntrack_cachep by Eric Dumazet · 14 years ago
  23. 9edd7ca netfilter: nf_conntrack: fix memory corruption with multiple namespaces by Patrick McHardy · 14 years ago
  24. 84f3bb9 netfilter: xtables: add CT target by Patrick McHardy · 14 years ago
  25. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 14 years ago
  26. 0cebe4b netfilter: ctnetlink: support selective event delivery by Patrick McHardy · 14 years ago
  27. 858b3133 netfilter: nf_conntrack: split up IPCT_STATUS event by Patrick McHardy · 14 years ago
  28. 794e687 netfilter: ctnetlink: only assign helpers for matching protocols by Patrick McHardy · 14 years ago
  29. 2eff25c netfilter: xt_hashlimit: fix race condition and simplify locking by Patrick McHardy · 14 years ago
  30. a4c8905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  31. 10a1993 netfilter: xt_TCPMSS: SYN packets are allowed to contain data by Simon Arlott · 14 years ago
  32. e578756 netfilter: ctnetlink: fix expectation mask dump by Patrick McHardy · 14 years ago
  33. 135d018 netfilter: nf_conntrack_sip: fix off-by-one in compact header parsing by Patrick McHardy · 14 years ago
  34. a5d896ad netfilter: nfnetlink_queue: simplify warning message by Eric Leblond · 14 years ago
  35. e89fc3f netfilter: xt_hashlimit: netns support by Alexey Dobriyan · 14 years ago
  36. 7d07d56 netfilter: xt_recent: netns support by Alexey Dobriyan · 14 years ago
  37. a1004d8 netfilter: xt_hashlimit: simplify seqfile code by Alexey Dobriyan · 14 years ago
  38. 83fc810 netfilter: xt_connlimit: netns support by Alexey Dobriyan · 14 years ago
  39. 9592a5c netfilter: ctnetlink: netns support by Alexey Dobriyan · 14 years ago
  40. cd8c20b netfilter: nfnetlink: netns support by Alexey Dobriyan · 14 years ago
  41. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  42. 7f635d0 netfilter: xt_osf: change %pi4 to %pI4 by Joe Perches · 14 years ago
  43. a79e7ac ipvs: use standardized format in sprintf by Joe Perches · 14 years ago
  44. aaff23a netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq() by Patrick McHardy · 14 years ago
  45. 6f7edb4 IPVS: Allow boot time change of hash size by Catalin(ux) M. BOIE · 14 years ago
  46. 04bcef2 ipvs: Add boundary check on ioctl arguments by Arjan van de Ven · 14 years ago
  47. 294188a netfilter: xtables: obtain random bytes earlier, in checkentry by Jan Engelhardt · 14 years ago
  48. 5191d50 netfilter: xtables: do not grab random bytes at __init by Jan Engelhardt · 14 years ago
  49. 89bc7a0 netfilter: xt_recent: save 8 bytes per htable by Jan Engelhardt · 14 years ago
  50. ae24e57 ipvs: ip_vs_wrr.c: use lib/gcd.c by Florian Fainelli · 15 years ago
  51. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  52. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 15 years ago
  53. 258c889 ipvs: zero usvc and udest by Simon Horman · 15 years ago
  54. 9abfe31 ipvs: fix synchronization on connection close by Xiaotian Feng · 15 years ago
  55. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  56. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  57. 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
  58. e8d0288 net: Simplify conntrack_proto_gre pernet operations. by Eric W. Biederman · 15 years ago
  59. 32b51f9 net: Simplify conntrack_proto_dccp pernet operations. by Eric W. Biederman · 15 years ago
  60. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  61. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  63. 7357031 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  64. 8fa539b netfilter: xt_limit: fix invalid return code in limit_mt_check() by Patrick McHardy · 15 years ago
  65. 3a04292 netfilter: xtables: fix conntrack match v1 ipt-save output by Florian Westphal · 15 years ago
  66. c4832c7 netfilter: nf_ct_tcp: improve out-of-sync situation in TCP tracking by Pablo Neira Ayuso · 15 years ago
  67. 6440fe0 netfilter: nf_log: fix sleeping function called from invalid context in seq_show() by Patrick McHardy · 15 years ago
  68. d667b9c netfilter: xt_osf: fix xt_osf_remove_callback() return value by Patrick McHardy · 15 years ago
  69. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  70. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  71. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  72. 7378396 netfilter: nf_log: fix sleeping function called from invalid context in seq_show() by Wu Fengguang · 15 years ago
  73. 1c622ae netfilter: xt_osf: fix xt_osf_remove_callback() return value by Roel Kluin · 15 years ago
  74. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  75. 1ce5523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  76. d0e1e88 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 539054a netfilter: xt_connlimit: fix regression caused by zero family value by Jan Engelhardt · 15 years ago
  78. dee5817 netfilter: remove unneccessary checks from netlink notifiers by Patrick McHardy · 15 years ago
  79. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  80. f9dd09c netfilter: nf_nat: fix NAT issue in 2.6.30.4+ by Jozsef Kadlecsik · 15 years ago
  81. 5ae27aa2 netfilter: nf_conntrack: avoid additional compare. by Changli Gao · 15 years ago
  82. aa3c487 netfilter: xt_socket: make module available for INPUT chain by Jan Engelhardt · 15 years ago
  83. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  84. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  85. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  86. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  87. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  88. 9a0da0d 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
  89. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  90. 94b2655 IPVS: Add handling of incoming ICMPV6 messages by Julius Volz · 15 years ago
  91. ee254fa netfilter: nf_conntrack: netns fix re reliable conntrack event delivery by Alexey Dobriyan · 15 years ago
  92. 1e66daf ipvs: Use atomic operations atomicly by Simon Horman · 15 years ago
  93. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  94. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  95. 2149f66 netfilter: xt_quota: fix wrong return value (error case) by Patrick McHardy · 15 years ago
  96. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  97. 6461cae netfilter: xtables: remove xt_owner v0 by Jan Engelhardt · 15 years ago
  98. 4725c72 netfilter: xtables: remove xt_mark v0 by Jan Engelhardt · 15 years ago
  99. 36d4084d netfilter: xtables: remove xt_iprange v0 by Jan Engelhardt · 15 years ago
  100. 9e05ec4 netfilter: xtables: remove xt_conntrack v0 by Jan Engelhardt · 15 years ago