1. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 17 years ago
  2. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  3. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  4. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  5. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  6. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  7. 95c385b [IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support. by Neil Horman · 17 years ago
  8. 7159039 [IPV6]: Decentralize EXPORT_SYMBOLs. by YOSHIFUJI Hideaki · 17 years ago
  9. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  10. 3644f0c [NET]: Convert hh_lock to seqlock. by Stephen Hemminger · 18 years ago
  11. 9a217a1 [IPV6]: Repair IPv6 Fragments by YOSHIFUJI Hideaki · 18 years ago
  12. af879cc [IPV6]: Use kmemdup by Arnaldo Carvalho de Melo · 18 years ago
  13. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  14. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  15. ae08e1f [IPV6]: ip6_output annotations by Al Viro · 18 years ago
  16. 90bcaf7 [IPV6]: flowlabels are net-endian by Al Viro · 18 years ago
  17. fbea49e [IPV6] NDISC: Add proxy_ndp sysctl. by YOSHIFUJI Hideaki · 18 years ago
  18. 74553b0 [IPV6]: Don't forward packets to proxied link-local address. by Ville Nuorvala · 18 years ago
  19. e21e0b5 [IPV6] NDISC: Handle NDP messages to proxied addresses. by Ville Nuorvala · 18 years ago
  20. 27637df [IPV6] IPSEC: Support sending with Mobile IPv6 extension headers. by Masahide NAKAMURA · 18 years ago
  21. 1b5c229 [XFRM] STATE: Support non-fragment outbound transformation headers. by Masahide NAKAMURA · 18 years ago
  22. 8e1ef0a [IPV6]: Cache source address as well in ipv6_pinfo{}. by YOSHIFUJI Hideaki · 18 years ago
  23. cf6b198 [IPV6] ROUTE: Introduce a helper to check route validity. by YOSHIFUJI Hideaki · 18 years ago
  24. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  25. e9fa4f7 [INET]: Use pskb_trim_unique when trimming paged unique skbs by Herbert Xu · 18 years ago
  26. dafee49 [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error by Wei Dong · 18 years ago
  27. 32c524d [IPV6]: SNMPv2 "ipv6IfStatsInHdrErrors" counter error by Wei Dong · 18 years ago
  28. 497c615 [IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls by Herbert Xu · 18 years ago
  29. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  30. e37a72d Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  31. f83ef8c [IPV6]: Added GSO support for TCPv6 by Herbert Xu · 18 years ago
  32. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  33. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  34. 984bc16 [SECMARK]: Add secmark support to core networking. by James Morris · 18 years ago
  35. b59f45d [IPSEC] xfrm: Abstract out encapsulation modes by Herbert Xu · 18 years ago
  36. b30bd28 [IPV6]: ip6_xmit: remove unnecessary NULL ptr check by Patrick McHardy · 18 years ago
  37. c750360 [IPV6]: remove useless test in ip6_append_data by Dave Jones · 18 years ago
  38. d76e60a [IPV6]: Fix some code/comment formatting in ip6_dst_output(). by David S. Miller · 18 years ago
  39. baa829d [IPV4/6]: Fix UFO error propagation by Patrick McHardy · 18 years ago
  40. d91675f [IPV6]: Do not ignore IPV6_MTU socket option. by YOSHIFUJI Hideaki · 18 years ago
  41. a2c2064 [IPV6]: Set skb->priority in ip6_output.c by Patrick McHardy · 18 years ago
  42. 3cf3dc6 [IPV6]: Export some symbols for DCCPv6 by Arnaldo Carvalho de Melo · 19 years ago
  43. 34a0b3c [IPV6]: make two functions static by Adrian Bunk · 19 years ago
  44. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  45. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  46. e89e9cf [IPv4/IPv6]: UFO Scatter-gather approach by Ananda Raju · 19 years ago
  47. f36d6ab [IPV6]: Fix ipv6 fragment ID selection at slow path by Yan Zheng · 19 years ago
  48. 41a1f8e [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data. by YOSHIFUJI Hideaki · 19 years ago
  49. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  50. 0bd1b59 [IPV6]: Check interface bindings on IPv6 raw socket reception by Andrew McDonald · 19 years ago
  51. 020b4c1 [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/netfilter.c by Harald Welte · 19 years ago
  52. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  53. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 19 years ago
  54. e176fe8 [NET]: Remove unused security member in sk_buff by Thomas Graf · 19 years ago
  55. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  56. 2fdba6b [IPV4/IPV6] Ensure all frag_list members have NULL sk by Herbert Xu · 19 years ago
  57. 3320da8 [IPV6]: Replace bogus instances of inet->recverr by Herbert Xu · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago