1. 9a37580 inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild by Pavel Emelyanov · 16 years ago
  2. 88a6f4a netfilter: ip6table_mangle: don't reroute in LOCAL_IN by Patrick McHardy · 16 years ago
  3. b9c6989 netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gather() by Jarek Poplawski · 16 years ago
  4. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  5. 3c9fba6 [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call by Jan Engelhardt · 16 years ago
  6. 09f263c [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto by Jan Engelhardt · 16 years ago
  7. 8ce8439 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto by Jan Engelhardt · 16 years ago
  8. 544473c [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size by Patrick McHardy · 16 years ago
  9. 58c0fb0 [NETFILTER]: annotate rest of nf_conntrack_* with const by Jan Engelhardt · 16 years ago
  10. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  11. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 16 years ago
  12. fdccecd [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro by Robert P. J. Day · 16 years ago
  13. 36e2a1b [NETFILTER]: {ip,ip6}t_LOG: print MARK value in log output by Patrick McHardy · 16 years ago
  14. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  15. e8e16b70 [INET]: inet_frag_evictor() must run with BH disabled by David S. Miller · 16 years ago
  16. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 16 years ago
  17. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  19. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  20. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  21. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  22. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  23. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 16 years ago
  24. c392a74 [NETFILTER]: {ip,ip6}_queue: fix build error by Patrick McHardy · 16 years ago
  25. 3294858 [NETFILTER]: nf_conntrack: annotate l3protos with const by Jan Engelhardt · 16 years ago
  26. 7cc3864 [NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotate by Jan Engelhardt · 16 years ago
  27. 3cb609d [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_* by Alexey Dobriyan · 16 years ago
  28. c88130b [NETFILTER]: nf_conntrack: naming unification by Patrick McHardy · 16 years ago
  29. 99fa5f5 [NETFILTER]: nf_conntrack_ipv6: fix sparse warnings by Patrick McHardy · 16 years ago
  30. b0a6363 [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code by Patrick McHardy · 16 years ago
  31. df20096 [NETFILTER]: netns: put table module on netns stop by Alexey Dobriyan · 16 years ago
  32. 8280aa6 [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAW by Alexey Dobriyan · 16 years ago
  33. 336b517 [NETFILTER]: ip6_tables: netns preparation by Alexey Dobriyan · 16 years ago
  34. 44d34e7 [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() by Alexey Dobriyan · 16 years ago
  35. 8d87005 [NETFILTER]: x_tables: per-netns xt_tables by Alexey Dobriyan · 16 years ago
  36. a98da11 [NETFILTER]: x_tables: change xt_table_register() return value convention by Alexey Dobriyan · 16 years ago
  37. ecb6f85 [NETFILTER]: Use const in struct xt_match, xt_target, xt_table by Jan Engelhardt · 16 years ago
  38. 44c45eb Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER by Linus Torvalds · 16 years ago
  39. 3140c25 [NETNS][FRAGS]: Make the LRU list per namespace. by Pavel Emelyanov · 17 years ago
  40. 3b4bc4a [NETNS][FRAGS]: Isolate the secret interval from namespaces. by Pavel Emelyanov · 17 years ago
  41. e31e0bdc7 [NETNS][FRAGS]: Make thresholds work in namespaces. by Pavel Emelyanov · 17 years ago
  42. b2fd532 [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. by Pavel Emelyanov · 17 years ago
  43. 6ddc082 [NETNS][FRAGS]: Make the mem counter per-namespace. by Pavel Emelyanov · 17 years ago
  44. e5a2bb8 [NETNS][FRAGS]: Make the nqueues counter per-namespace. by Pavel Emelyanov · 17 years ago
  45. ac18e75 [NETNS][FRAGS]: Make the inet_frag_queue lookup work in namespaces. by Pavel Emelyanov · 17 years ago
  46. 8d8354d [NETNS][FRAGS]: Move ctl tables around. by Pavel Emelyanov · 17 years ago
  47. b7c6ba6 [NETNS]: Consolidate kernel netlink socket destruction. by Denis V. Lunev · 17 years ago
  48. c71e916 [NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protos by Patrick McHardy · 17 years ago
  49. c56cc9c [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protos by Patrick McHardy · 17 years ago
  50. 022748a [NETFILTER]: {ip,ip6}_tables: remove some inlines by Denys Vlasenko · 17 years ago
  51. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 17 years ago
  52. 8ce22fc [NETFILTER]: Remove some EXPERIMENTAL dependencies by Patrick McHardy · 17 years ago
  53. 3d7cc2b [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules by Pavel Emelyanov · 17 years ago
  54. 33b8e77 [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option by Patrick McHardy · 17 years ago
  55. e79ec50 [NETFILTER]: Parenthesize macro parameters by Jan Engelhardt · 17 years ago
  56. 7b2f963 [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg by Patrick McHardy · 17 years ago
  57. f01ffbd [NETFILTER]: nf_log: move logging stuff to seperate header by Patrick McHardy · 17 years ago
  58. 77236b6 [NETFILTER]: ctnetlink: use netlink attribute helpers by Patrick McHardy · 17 years ago
  59. da4d0f6 [NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters() by Patrick McHardy · 17 years ago
  60. b5dd674 [NETFILTER]: ip6_tables: fix stack leagage by Patrick McHardy · 17 years ago
  61. c9d8fe1 [NETFILTER]: {ip,ip6}_tables: fix format strings by Patrick McHardy · 17 years ago
  62. 9c54795 [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences by Patrick McHardy · 17 years ago
  63. 3bc3fe5 [NETFILTER]: ip6_tables: add compat support by Patrick McHardy · 17 years ago
  64. d924357 [NETFILTER]: ip6_tables: resync get_entries() with ip_tables by Patrick McHardy · 17 years ago
  65. 433665c [NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function by Patrick McHardy · 17 years ago
  66. ed1a6f5 [NETFILTER]: ip6_tables: move counter allocation to seperate function by Patrick McHardy · 17 years ago
  67. 3b84e92 [NETFILTER]: ip6_tables: use vmalloc_node() by Patrick McHardy · 17 years ago
  68. f173c8a [NETFILTER]: ip6_tables: move entry, match and target checks to seperate functions by Patrick McHardy · 17 years ago
  69. 72f36ec [NETFILTER]: ip6_tables: kill a few useless defines/forward declarations by Patrick McHardy · 17 years ago
  70. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  71. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  72. 7a6c665 [NETFILTER]: ip6_queue: resync dev-index based flushing by Patrick McHardy · 17 years ago
  73. 171b7fc [NETFILTER]: ip6_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  74. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  75. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  76. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  77. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  78. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  79. 17dfc93 [NETFILTER]: {ip,ip6}t_LOG: log GID by Maciej Soltysiak · 17 years ago
  80. 4c37799 [NETFILTER]: Use lowercase names for matches in Kconfig by Jan Engelhardt · 17 years ago
  81. 0265ab4 [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner by Jan Engelhardt · 17 years ago
  82. 9e67d5a [NETFILTER]: x_tables: remove obsolete overflow check by Patrick McHardy · 17 years ago
  83. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  84. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  85. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  86. ef76bc2 [IPV6]: Add ip6_local_out by Herbert Xu · 17 years ago
  87. 8f41f01 [NETFILTER]: ip6t_eui64: Fixes calculation of Universal/Local bit by Yasuyuki Kozakai · 17 years ago
  88. 0795c65 [NETFILTER]: Clean up Makefile by Jan Engelhardt · 17 years ago
  89. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  90. a577936 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  91. 064b5bb sysctl: remove broken netfilter binary sysctls by Eric W. Biederman · 17 years ago
  92. c954770 [INET]: Consolidate frag queues freeing by Pavel Emelyanov · 17 years ago
  93. 48d6005 [INET]: Remove no longer needed ->equal callback by Pavel Emelyanov · 17 years ago
  94. abd6523 [INET]: Consolidate xxx_find() in fragment management by Pavel Emelyanov · 17 years ago
  95. c6fda28 [INET]: Consolidate xxx_frag_create() by Pavel Emelyanov · 17 years ago
  96. e521db9 [INET]: Consolidate xxx_frag_alloc() by Pavel Emelyanov · 17 years ago
  97. 2588fe1 [INET]: Consolidate xxx_frag_intern by Pavel Emelyanov · 17 years ago
  98. f1673ca [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue by Denis V. Lunev · 17 years ago
  99. 762cc40 [INET]: Consolidate the xxx_put by Pavel Emelyanov · 17 years ago
  100. 4b6cb5d [INET]: Small cleanup for xxx_put after evictor consolidation by Pavel Emelyanov · 17 years ago