1. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 17 years ago
  2. 3c40090 [NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc file by Daniel Lezcano · 17 years ago
  3. e186932 [NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers by Pavel Emelyanov · 17 years ago
  4. 441fc2a [NETNS]: Use the per-net ipv6_devconf_dflt by Pavel Emelyanov · 17 years ago
  5. e0da5a4 [NETNS]: Create ipv6 devconf-s for namespaces by Pavel Emelyanov · 17 years ago
  6. bff16c2 [NETNS]: Make the ctl-tables per-namespace by Pavel Emelyanov · 17 years ago
  7. 9589731 [NETNS]: Make the __addrconf_sysctl_register return an error by Pavel Emelyanov · 17 years ago
  8. 408c476 [NETNS]: Clean out the ipv6-related sysctls creation/destruction by Pavel Emelyanov · 17 years ago
  9. 4d1169c [NETNS]: Add netns to nl_info structure. by Denis V. Lunev · 17 years ago
  10. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  11. 868d13a [NETNS]: Pass fib_rules_ops into default_pref method. by Denis V. Lunev · 17 years ago
  12. f8c26b8 [NETNS]: Add netns parameter to fib_rules_(un)register. by Denis V. Lunev · 17 years ago
  13. 41a7690 [NETNS][IPV6]: Make icmpv6_time sysctl per namespace. by Daniel Lezcano · 17 years ago
  14. 4990509 [NETNS][IPV6]: Make sysctls route per namespace. by Daniel Lezcano · 17 years ago
  15. 7c76509 [NETNS][IPV6]: Make mld_max_msf readonly in other namespaces. by Daniel Lezcano · 17 years ago
  16. e71e034 [NETNS][IPV6]: Make ip6_frags per namespace. by Daniel Lezcano · 17 years ago
  17. 99bc9c4 [NETNS][IPV6]: Make bindv6only sysctl per namespace. by Daniel Lezcano · 17 years ago
  18. 760f2d0 [NETNS][IPV6]: Make multiple instance of sysctl tables. by Daniel Lezcano · 17 years ago
  19. 89918fc [NETNS][IPV6]: Make the ipv6 sysctl to be a netns subsystem. by Daniel Lezcano · 17 years ago
  20. 81c1c17 [NETNS][IPV6]: Make a subsystem for af_inet6. by Daniel Lezcano · 17 years ago
  21. 291480c [NETNS][IPV6]: Make ipv6_sysctl_register to return a value. by Daniel Lezcano · 17 years ago
  22. 3d7cc2b [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules by Pavel Emelyanov · 17 years ago
  23. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  24. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 17 years ago
  25. 95766ff [UDP]: Add memory accounting. by Hideo Aoki · 17 years ago
  26. a06b494 [IPV6]: Remove useless code from fib6_del_route(). by Gui Jianfeng · 17 years ago
  27. 9dd3245 [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input by Herbert Xu · 17 years ago
  28. 0883ae0 [IPSEC]: Fix transport-mode async resume on intput without netfilter by Herbert Xu · 17 years ago
  29. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 17 years ago
  30. afeb14b [XFRM]: RFC4303 compliant auditing by Paul Moore · 17 years ago
  31. 9cb5734 [TCP]: Convert several length variable to unsigned. by YOSHIFUJI Hideaki · 17 years ago
  32. 0aa6477 [XFRM]: Support to increment packet dropping statistics. by Masahide NAKAMURA · 17 years ago
  33. 9473e1f [XFRM] MIPv6: Fix to input RO state correctly. by Masahide NAKAMURA · 17 years ago
  34. a1b0514 [XFRM] IPv6: Fix dst/routing check at transformation. by Masahide NAKAMURA · 17 years ago
  35. 195ad6a [IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels by Herbert Xu · 17 years ago
  36. 33b8e77 [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option by Patrick McHardy · 17 years ago
  37. e79ec50 [NETFILTER]: Parenthesize macro parameters by Jan Engelhardt · 17 years ago
  38. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 17 years ago
  39. 7b2f963 [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg by Patrick McHardy · 17 years ago
  40. f01ffbd [NETFILTER]: nf_log: move logging stuff to seperate header by Patrick McHardy · 17 years ago
  41. 77236b6 [NETFILTER]: ctnetlink: use netlink attribute helpers by Patrick McHardy · 17 years ago
  42. da4d0f6 [NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters() by Patrick McHardy · 17 years ago
  43. b5dd674 [NETFILTER]: ip6_tables: fix stack leagage by Patrick McHardy · 17 years ago
  44. c9d8fe1 [NETFILTER]: {ip,ip6}_tables: fix format strings by Patrick McHardy · 17 years ago
  45. 9c54795 [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences by Patrick McHardy · 17 years ago
  46. 3bc3fe5 [NETFILTER]: ip6_tables: add compat support by Patrick McHardy · 17 years ago
  47. d924357 [NETFILTER]: ip6_tables: resync get_entries() with ip_tables by Patrick McHardy · 17 years ago
  48. 433665c [NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function by Patrick McHardy · 17 years ago
  49. ed1a6f5 [NETFILTER]: ip6_tables: move counter allocation to seperate function by Patrick McHardy · 17 years ago
  50. 3b84e92 [NETFILTER]: ip6_tables: use vmalloc_node() by Patrick McHardy · 17 years ago
  51. f173c8a [NETFILTER]: ip6_tables: move entry, match and target checks to seperate functions by Patrick McHardy · 17 years ago
  52. 72f36ec [NETFILTER]: ip6_tables: kill a few useless defines/forward declarations by Patrick McHardy · 17 years ago
  53. 9055e05 [UDP]: Move udp_stats_in6 into net/ipv4/udp.c by Herbert Xu · 17 years ago
  54. 8a4a50f [IPV6] sit: Rebinding of SIT tunnels to other interfaces by Michal Schmidt · 17 years ago
  55. 528c4ce [IPV6]: Always pass a valid nl_info to inet6_rt_notify. by Denis V. Lunev · 17 years ago
  56. 09f7709 [IPV6]: fix section mismatch warnings by Daniel Lezcano · 17 years ago
  57. aebcf82 [IPSEC]: Do not let packets pass when ICMP flag is off by Herbert Xu · 17 years ago
  58. bb72845 [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT by Herbert Xu · 17 years ago
  59. 7233b9f [IPSEC]: Fix reversed ICMP6 policy check by Herbert Xu · 17 years ago
  60. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  61. d5422ef [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse by Herbert Xu · 17 years ago
  62. 7f4e486 [IPV6]: make the protocol initialization to return an error code by Daniel Lezcano · 17 years ago
  63. 87c3efb [IPV6]: make inet6_register_protosw to return an error code by Daniel Lezcano · 17 years ago
  64. 853cbba [IPV6]: make frag to return an error at initialization by Daniel Lezcano · 17 years ago
  65. 248b238 [IPV6]: make extended headers to return an error at initialization by Daniel Lezcano · 17 years ago
  66. 0a3e78a [IPV6]: make flowlabel to return an error by Daniel Lezcano · 17 years ago
  67. c69bce2 [NET]: Remove unused "mibalign" argument for snmp_mib_init(). by YOSHIFUJI Hideaki · 17 years ago
  68. 7e5449c [IPV6]: route6 remove ifdef for fib_rules by Daniel Lezcano · 17 years ago
  69. c35b7e7 [IPV6]: remove ifdef in route6 for xfrm6 by Daniel Lezcano · 17 years ago
  70. 75314fb [IPV6]: create route6 proc init-fini functions by Daniel Lezcano · 17 years ago
  71. f845ab6 [IPV6] route6/fib6: Don't panic a kmem_cache_create. by Daniel Lezcano · 17 years ago
  72. e2fddf5 [IPV6]: Make af_inet6 to check ip6_route_init return value. by Daniel Lezcano · 17 years ago
  73. 433d49c [IPV6]: Make ip6_route_init to return an error code. by Daniel Lezcano · 17 years ago
  74. 9eb87f3 [IPV6]: Make fib6_rules_init to return an error code. by Daniel Lezcano · 17 years ago
  75. 0013cab [IPV6]: Make xfrm6_init to return an error code. by Daniel Lezcano · 17 years ago
  76. d63bddb [IPV6]: Make fib6_init to return an error code. by Daniel Lezcano · 17 years ago
  77. 5a3e55d [NET]: Multiple namespaces in the all dst_ifdown routines. by Denis V. Lunev · 17 years ago
  78. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  79. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago
  80. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  81. c8fecf2 [IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.all.forwarding by Pavel Emelyanov · 17 years ago
  82. 4d43b78 [IPV6]: Use sysctl paths to register ipv6 sysctl tables by Pavel Emelyanov · 17 years ago
  83. 4a61b58 [IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleaner by Pavel Emelyanov · 17 years ago
  84. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict by Patrick McHardy · 17 years ago
  85. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  86. 7a6c665 [NETFILTER]: ip6_queue: resync dev-index based flushing by Patrick McHardy · 17 years ago
  87. 171b7fc [NETFILTER]: ip6_queue: deobfuscate entry lookups by Patrick McHardy · 17 years ago
  88. 0ac41e8 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry by Patrick McHardy · 17 years ago
  89. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  90. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  91. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  92. 1999414 [NETFILTER]: Mark hooks __read_mostly by Patrick McHardy · 17 years ago
  93. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  94. 17dfc93 [NETFILTER]: {ip,ip6}t_LOG: log GID by Maciej Soltysiak · 17 years ago
  95. 4c37799 [NETFILTER]: Use lowercase names for matches in Kconfig by Jan Engelhardt · 17 years ago
  96. 0265ab4 [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner by Jan Engelhardt · 17 years ago
  97. 9e67d5a [NETFILTER]: x_tables: remove obsolete overflow check by Patrick McHardy · 17 years ago
  98. 259d4e4 [NETFILTER]: x_tables: struct xt_table_info diet by Eric Dumazet · 17 years ago
  99. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 17 years ago
  100. 2fcb45b [IPSEC]: Use the correct family for input state lookup by Herbert Xu · 17 years ago