1. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  2. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  3. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 18 years ago
  4. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 18 years ago
  5. ddc7b8e [SK_BUFF]: Some more layer header conversions by Arnaldo Carvalho de Melo · 18 years ago
  6. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 18 years ago
  7. 55f79cc [IPV6]: Reset the network header in ip6_nd_hdr by Arnaldo Carvalho de Melo · 18 years ago
  8. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 18 years ago
  9. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  10. bd82393 [SK_BUFF]: More skb_reset_transport_header conversions by Arnaldo Carvalho de Melo · 18 years ago
  11. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  12. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 17 years ago
  13. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  14. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 18 years ago
  15. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 18 years ago
  16. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 18 years ago
  17. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 18 years ago
  18. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 18 years ago
  19. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  20. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  21. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  22. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  23. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 18 years ago
  24. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 18 years ago
  25. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  26. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 18 years ago
  27. 1ced98e [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull by Arnaldo Carvalho de Melo · 18 years ago
  28. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  29. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  30. 57effc7 [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw by Arnaldo Carvalho de Melo · 18 years ago
  31. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 18 years ago
  32. 39f69c6 [SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases by Arnaldo Carvalho de Melo · 18 years ago
  33. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  34. e5268f1 [IPV6]: Ensure to truncate result and return full length for sticky options. by YOSHIFUJI Hideaki · 18 years ago
  35. 4c6510a [IPV6]: Return correct result for sticky options. by YOSHIFUJI Hideaki · 18 years ago
  36. add459a [UDP]: ipv6 style cleanup by Stephen Hemminger · 18 years ago
  37. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 18 years ago
  38. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 18 years ago
  39. 1ab6eb6 [UDP6]: Restore sk_filter optimisation by Herbert Xu · 18 years ago
  40. ca04356 [IPV6] ADDRCONF: Fix possible inet6_ifaddr leakage with CONFIG_OPTIMISTIC_DAD. by YOSHIFUJI Hideaki · 18 years ago
  41. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  42. 502b093 [IPV6] IP6TUNNEL: Enable to control the handled inner protocol. by Yasuyuki Kozakai · 18 years ago
  43. 3144581 [IPV6] IP6TUNNEL: Rename functions ip6ip6_* to ip6_tnl_*. by Yasuyuki Kozakai · 18 years ago
  44. c4d3efaf [IPV6] IP6TUNNEL: Add support to IPv4 over IPv6 tunnel. by Yasuyuki Kozakai · 18 years ago
  45. 61ec2ae [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_xmit(). by Yasuyuki Kozakai · 18 years ago
  46. 8359925 [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_rcv(). by Yasuyuki Kozakai · 18 years ago
  47. e490d1d [IPV6] IP6TUNNEL: Split out generic routine in ip6ip6_err(). by Yasuyuki Kozakai · 18 years ago
  48. 7159039 [IPV6]: Decentralize EXPORT_SYMBOLs. by YOSHIFUJI Hideaki · 18 years ago
  49. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  50. 9d729f7 [NET]: Convert xtime.tv_sec to get_seconds() by James Morris · 18 years ago
  51. a23cf14 IPv6: fix Routing Header Type 0 handling thinko by YOSHIFUJI Hideaki · 17 years ago
  52. 0bcbc92 [IPV6]: Disallow RH0 by default. by YOSHIFUJI Hideaki · 17 years ago
  53. 612f09e [IPV6] SNMP: Fix {In,Out}NoRoutes statistics. by YOSHIFUJI Hideaki · 17 years ago
  54. 161980f [IPV6]: Revert recent change to rt6_check_dev(). by David S. Miller · 18 years ago
  55. 60e5c16 [IPv6]: Exclude truncated packets from InHdrErrors statistics by Mitsuru Chinen · 18 years ago
  56. b59e139 [IPv6]: Fix incorrect length check in rawv6_sendmsg() by YOSHIFUJI Hideaki · 18 years ago
  57. 53aadcc [IPV6]: Set IF_READY if the device is up and has carrier by Herbert Xu · 18 years ago
  58. f11e665 [IPV6]: Fix routing round-robin locking. by David S. Miller · 18 years ago
  59. e1701c6 [NET]: Fix fib_rules compatibility breakage by Thomas Graf · 18 years ago
  60. b6f99a2 [NET]: fix up misplaced inlines. by Dave Jones · 18 years ago
  61. d35690b [IPV6]: ipv6_fl_socklist is inadvertently shared. by Masayuki Nakagawa · 18 years ago
  62. d2b02ed [IPV6] fix ipv6_getsockopt_sticky copy_to_user leak by Chris Wright · 18 years ago
  63. dfee0a7 [IPV6]: Fix for ipv6_setsockopt NULL dereference by Olaf Kirch · 18 years ago
  64. c7ababb [IPV6]: Do not set IF_READY if device is down by Herbert Xu · 18 years ago
  65. 28693079 [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky(). by David S. Miller · 18 years ago
  66. dd63006 [NETFILTER]: nf_conntrack_ipv6: fix incorrect classification of IPv6 fragments as ESTABLISHED by Patrick McHardy · 18 years ago
  67. bc5f774 [NETFILTER]: ip6_route_me_harder should take into account mark by Yasuyuki Kozakai · 18 years ago
  68. e281db5c [NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs by Patrick McHardy · 18 years ago
  69. aa6e4a9 [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt by David Stevens · 18 years ago
  70. 2c12a74 [IPV6]: anycast refcnt fix by Michal Wrobel · 18 years ago
  71. 7401055 [IPV6]: Fix __ipv6_addr_type() export in correct place. by David S. Miller · 18 years ago
  72. 45ba9dd [IPV6] ADDRCONF: Register inet6_dev earlier. by YOSHIFUJI Hideaki · 18 years ago
  73. 46d4804 [IPV6] ADDRCONF: Manage prefix route corresponding to address manually added. by YOSHIFUJI Hideaki · 18 years ago
  74. 2689205 [IPV6] IP6TUNNEL: Use update_pmtu() of dst on xmit. by Yasuyuki Kozakai · 18 years ago
  75. 8c14b7c [IPV6] ADDRCONF: Statically link __ipv6_addr_type() for sunrpc subsystem. by YOSHIFUJI Hideaki · 18 years ago
  76. ca17c23 [IPV6]: Adjust inet6_exit() cleanup sequence against inet6_init() by Joe Jin · 18 years ago
  77. d3f23df [IPSEC]: More fix is needed for __xfrm6_bundle_create(). by Noriaki TAKAMIYA · 18 years ago
  78. 3fbfa98 [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables by Eric W. Biederman · 18 years ago
  79. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  80. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  81. 73d605d [IPSEC]: changing API of xfrm6_tunnel_register by Kazunori MIYAZAWA · 18 years ago
  82. c73cb5a [IPSEC]: make sit use the xfrm4_tunnel_register by Kazunori MIYAZAWA · 18 years ago
  83. 6e1d9d0 [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index. by YOSHIFUJI Hideaki · 18 years ago
  84. 138939e [NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packets by Masahide NAKAMURA · 18 years ago
  85. a3c941b [NETFILTER]: Kconfig: improve dependency handling by Patrick McHardy · 18 years ago
  86. c0e912d [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumption by Patrick McHardy · 18 years ago
  87. 923f490 [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arrays by Patrick McHardy · 18 years ago
  88. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 18 years ago
  89. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  90. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  91. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  92. bda390d [XFRM] IPV6: Fix outbound RO transformation which is broken by IPsec tunnel patch. by Masahide NAKAMURA · 18 years ago
  93. 7cc4826 [IPV6]: Convert ipv6 route to use the new dst_entry 'next' pointer by Eric Dumazet · 18 years ago
  94. 95f30b3 [UDP]: UDP can use sk_hash to speedup lookups by Eric Dumazet · 18 years ago
  95. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  96. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 18 years ago
  97. 9934e81 [NETFILTER]: ip6_tables: remove redundant structure definitions by Patrick McHardy · 18 years ago
  98. a0ca215 [NETFILTER]: ip6_tables: support MH match by Masahide NAKAMURA · 18 years ago
  99. e60a13e [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure names by Jan Engelhardt · 18 years ago
  100. 6709dbb [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions by Jan Engelhardt · 18 years ago