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 · 17 years ago
  4. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  5. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  6. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  7. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  8. 1ced98e [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull by Arnaldo Carvalho de Melo · 17 years ago
  9. b59e139 [IPv6]: Fix incorrect length check in rawv6_sendmsg() by YOSHIFUJI Hideaki · 17 years ago
  10. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  11. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  12. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  13. f48d5ff [IPV6] RAW: Add checksum default defines for MH. by Masahide NAKAMURA · 17 years ago
  14. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  15. 4e33fa1 [IPV6] RAW: Don't release unlocked sock. by Masahide NAKAMURA · 18 years ago
  16. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  17. 5f92a73 [NET]: Annotate callers of the reset of checksum.h stuff. by Al Viro · 18 years ago
  18. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  19. e69a4ad [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  20. d3a1be9 [IPv6]: Only modify checksum for UDP by Brian Haley · 18 years ago
  21. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  22. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  23. a27b58f [NET]: fix uaccess handling by Heiko Carstens · 18 years ago
  24. 6e8f4d4 [IPV6] MIP6: Add sending mobility header functions through raw socket. by Masahide NAKAMURA · 18 years ago
  25. 7be96f7 [IPV6] MIP6: Add receiving mobility header functions through raw socket. by Masahide NAKAMURA · 18 years ago
  26. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  27. beb8d13 [MLSXFRM]: Add flow labeling by Venkat Yekkirala · 18 years ago
  28. e012d51 [IPV6]: Fix tclass setting for raw sockets. by YOSHIFUJI Hideaki · 18 years ago
  29. f59fc7f [IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg(). by Tetsuo Handa · 18 years ago
  30. 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 18 years ago
  31. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 18 years ago
  32. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  33. 6d3e85e [IPV6] Don't store dst_entry for RAW socket by Nicolas DICHTEL · 18 years ago
  34. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  35. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  36. 1ef4320 Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/ by David S. Miller · 19 years ago
  37. df9890c [IPV6]: Fix sending extension headers before and including routing header. by YOSHIFUJI Hideaki · 19 years ago
  38. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  39. 9fb9cbb [NETFILTER]: Add nf_conntrack subsystem. by Yasuyuki Kozakai · 19 years ago
  40. 6d1cfe3 [PATCH] raw_sendmsg DoS on 2.6 by Mark J Cox · 19 years ago
  41. e104411 [XFRM]: Always release dst_entry on error in xfrm_lookup by Patrick McHardy · 19 years ago
  42. 41a1f8e [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data. by YOSHIFUJI Hideaki · 19 years ago
  43. 333fad5 [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542). by YOSHIFUJI Hideaki · 19 years ago
  44. 2dac4b9 [IPV6]: Repair Incoming Interface Handling for Raw Socket. by YOSHIFUJI Hideaki · 19 years ago
  45. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  46. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  47. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  48. 0bd1b59 [IPV6]: Check interface bindings on IPv6 raw socket reception by Andrew McDonald · 19 years ago
  49. 793245e [IPV6]: Fix raw socket hardware checksum failures by Patrick McHardy · 19 years ago
  50. e0f9f85 [IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh by Herbert Xu · 19 years ago
  51. 679a873 [IPV6]: Fix raw socket checksums with IPsec by Herbert Xu · 19 years ago
  52. 3320da8 [IPV6]: Replace bogus instances of inet->recverr by Herbert Xu · 19 years ago
  53. 357b40a [IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memory by Herbert Xu · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago