1. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  2. 603a8bb skbuff: don't corrupt mac_header on skb expansion by Stephen Hemminger · 15 years ago
  3. 19633e1 skbuff: skb_mac_header_was_set is always true on >32 bit by Stephen Hemminger · 15 years ago
  4. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  5. fe55f6d net: use kmemcheck bitfields API for skbuff by Vegard Nossum · 16 years ago
  6. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  7. 8623661 Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. 8f77f38 mac80211: do not pass PS frames out of mac80211 again by Johannes Berg · 15 years ago
  9. fbb398a net/core/skbuff.c: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  10. 5ff8dda net: Ensure partial checksum offset is inside the skb head by Herbert Xu · 15 years ago
  11. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  12. 9aaa156 gro: Store shinfo in local variable in skb_gro_receive by Herbert Xu · 15 years ago
  13. 66e92fc gro: Nasty optimisations for page frags in skb_gro_receive by Herbert Xu · 15 years ago
  14. 67147ba gro: Localise offset/headlen in skb_gro_offset by Herbert Xu · 15 years ago
  15. 42da699 gro: Open-code frags copy in skb_gro_receive by Herbert Xu · 15 years ago
  16. c649c0e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. 9bcb97c skbuff: Copy csum instead of csum_start/csum_offset by Herbert Xu · 15 years ago
  18. 82c49a3 skbuff: Move new code into __copy_skb_header by Herbert Xu · 15 years ago
  19. 995b337 net: fix skb_seq_read returning wrong offset/length for page frag data by Thomas Chenault · 15 years ago
  20. 1079cac Merge commit 'v2.6.30-rc6' into tracing/core by Ingo Molnar · 15 years ago
  21. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  22. b805007 net: update skb_recycle_check() for hardware timestamping changes by Lennert Buytenhek · 15 years ago
  23. 7a67e56 net: Fix oops when splicing skbs from a frag_list. by Jarek Poplawski · 15 years ago
  24. ad8d75f tracing/events: move trace point headers into include/trace/events by Steven Rostedt · 15 years ago
  25. 2f18185 gso: Fix support for linear packets by Herbert Xu · 15 years ago
  26. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 15 years ago
  27. f3fbbe0 core: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  28. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  29. 92a0acc net: Kill skb_truesize_check(), it only catches false-positives. by David S. Miller · 15 years ago
  30. ac45f60 net: infrastructure for hardware time stamping by Patrick Ohly · 15 years ago
  31. ce3dd39 net: Fix page seeking for skb_splice_bits(). by Jarek Poplawski · 15 years ago
  32. b4ac530fc net: Move skbuff symbol exports after each symbol's definition. by David S. Miller · 15 years ago
  33. 5603502 gro: Fix frag_list merging on imprecisely split packets by Herbert Xu · 15 years ago
  34. 4fb6699 net: Optimize memory usage when splicing from sockets. by Jarek Poplawski · 15 years ago
  35. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  36. 81705ad gro: Do not merge paged packets into frag_list by Herbert Xu · 15 years ago
  37. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 15 years ago
  38. 71b3346 net: Fix OOPS in skb_seq_read(). by Shyam Iyer · 15 years ago
  39. 95e3b24 net: Fix frag_list handling in skb_seq_read by Herbert Xu · 15 years ago
  40. 37fe473 gro: Fix merging of paged packets by Herbert Xu · 15 years ago
  41. 8b9d372 net: Fix data corruption when splicing from sockets. by Jarek Poplawski · 15 years ago
  42. f557206 gro: Fix page ref count for skbs freed normally by Herbert Xu · 15 years ago
  43. 5d38a07 gro: Add page frag support by Herbert Xu · 15 years ago
  44. b530256 gro: Use gso_size to store MSS by Herbert Xu · 15 years ago
  45. 71d93b3 net: Add skb_gro_receive by Herbert Xu · 16 years ago
  46. 89319d38 net: Add frag_list support to skb_segment by Herbert Xu · 16 years ago
  47. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  48. 8f480c0 net: make skb_truesize_bug() call WARN() by Arjan van de Ven · 16 years ago
  49. 9f782db tcp: skb_shift cannot cache frag ptrs past pskb_expand_head by Ilpo Järvinen · 16 years ago
  50. 0ace285 tcp: handle shift/merge of cloned skbs too by Ilpo Järvinen · 16 years ago
  51. 832d11c tcp: Try to restore large SKBs while SACK processing by Ilpo Järvinen · 16 years ago
  52. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  53. 5cd33db net: fix setting of skb->tail in skb_recycle_check() by Lennert Buytenhek · 16 years ago
  54. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  55. d1a203e net: add documentation for skb recycling by Stephen Hemminger · 16 years ago
  56. 8b30b1f mac80211: Re-enable aggregation by Sujith · 16 years ago
  57. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  58. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  59. 654bed1 net: packet split receive api by Peter Zijlstra · 16 years ago
  60. 4edd87a net: BUG instead of corrupting memory in pskb_expand_head by Herbert Xu · 16 years ago
  61. 04a4bb5 net: add skb_recycle_check() to enable netdriver skb recycling by Lennert Buytenhek · 16 years ago
  62. 6f85a12 net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header by Herbert Xu · 16 years ago
  63. d0f0980 mac80211: partially fix skb->cb use by Johannes Berg · 16 years ago
  64. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  65. 7b1c65f net: make __skb_splice_bits static by Harvey Harrison · 16 years ago
  66. 2870c43 net: refactor tcp splice receive path to improve readability by Octavian Purdila · 16 years ago
  67. 6aa895b0 vlan: Don't store VLAN tag in cb by Patrick McHardy · 16 years ago
  68. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  69. db43a28 tcp: fix for splice receive when used with software LRO by Octavian Purdila · 16 years ago
  70. 4497b07 net: Discard and warn about LRO'd skbs received for forwarding by Ben Hutchings · 16 years ago
  71. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  72. 293ad60 tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits. by Octavian Purdila · 16 years ago
  73. c800578 net: Fix useless comment reference loop. by Johannes Berg · 16 years ago
  74. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 16 years ago
  76. 4c821d7 [NET]: Fix kernel-doc for skb_segment by Ben Hutchings · 16 years ago
  77. a0f55e0 [NET]: Fix dev_alloc_skb() typo. by David S. Miller · 16 years ago
  78. 1483b87 [NET]: Add inline intent commentary to dev_alloc_skb(). by Denys Vlasenko · 16 years ago
  79. 419ae74 [NET]: uninline skb_trim, de-bloats by Ilpo Järvinen · 16 years ago
  80. c2aa270 [NET]: uninline skb_push, de-bloats a lot by Ilpo Järvinen · 16 years ago
  81. f58518e [NET]: uninline dev_alloc_skb, de-bloats a lot by Ilpo Järvinen · 16 years ago
  82. 6be8ac2 [NET]: uninline skb_pull, de-bloats a lot by Ilpo Järvinen · 16 years ago
  83. 0dde3e1 [NET]: uninline skb_put, de-bloats a lot by Ilpo Järvinen · 16 years ago
  84. f6866fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  85. bc2cda1 docbook: make a networking book and fix a few errors by Randy Dunlap · 16 years ago
  86. fee54fa [NET]: Fix comment for skb_pull_rcsum by Urs Thuermann · 16 years ago
  87. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 16 years ago
  88. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  89. 02f1c89 [NET]: Clone the sk_buff 'iif' field in __skb_clone() by Paul Moore · 16 years ago
  90. 2d4baff [SKBUFF]: Free old skb properly in skb_morph by Herbert Xu · 17 years ago
  91. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  92. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  93. a057ae3 [NET_CLS_ACT]: Use skb_act_clone by Jamal Hadi Salim · 17 years ago
  94. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  95. fa05f12 Update net/ to use sg helpers by Jens Axboe · 17 years ago
  96. 172a863 [NET]: Fix csum_start update in pskb_expand_head by Herbert Xu · 17 years ago
  97. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  98. dec1881 [SKBUFF]: Merge common code between copy_skb_header and skb_clone by Herbert Xu · 17 years ago
  99. 5288605 [SKBUFF]: Fix up csum_start when head room changes by Herbert Xu · 17 years ago
  100. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago