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