1. 6aa895b0 vlan: Don't store VLAN tag in cb by Patrick McHardy · 16 years ago
  2. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  3. 4497b07 net: Discard and warn about LRO'd skbs received for forwarding by Ben Hutchings · 16 years ago
  4. 553a567 skbuff: fix missing kernel-doc notation by Randy Dunlap · 16 years ago
  5. f557285 [SKB]: __skb_queue_tail = __skb_insert before by Gerrit Renker · 16 years ago
  6. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 16 years ago
  7. bf29927 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) by Gerrit Renker · 16 years ago
  8. f525c06 [SKB]: __skb_dequeue = skb_peek + __skb_unlink by Gerrit Renker · 16 years ago
  9. de357cc [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. by YOSHIFUJI Hideaki · 16 years ago
  10. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 16 years ago
  11. 419ae74 [NET]: uninline skb_trim, de-bloats by Ilpo Järvinen · 16 years ago
  12. c2aa270 [NET]: uninline skb_push, de-bloats a lot by Ilpo Järvinen · 16 years ago
  13. f58518e [NET]: uninline dev_alloc_skb, de-bloats a lot by Ilpo Järvinen · 16 years ago
  14. 6be8ac2 [NET]: uninline skb_pull, de-bloats a lot by Ilpo Järvinen · 16 years ago
  15. 0dde3e1 [NET]: uninline skb_put, de-bloats a lot by Ilpo Järvinen · 16 years ago
  16. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  17. 3172936 net: fix kernel-doc warnings in header files by Randy Dunlap · 16 years ago
  18. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 16 years ago
  19. 2fd8e52 [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member by Patrick McHardy · 17 years ago
  20. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  21. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  22. 9c55e01 [TCP]: Splice receive support. by Jens Axboe · 17 years ago
  23. 2d4baff [SKBUFF]: Free old skb properly in skb_morph by Herbert Xu · 17 years ago
  24. 78608ba [NET]: Fix skb_truesize_check() assertion by Chuck Lever · 17 years ago
  25. c2636b4 [NET]: Treat the sign of the result of skb_headroom() consistently by Chuck Lever · 17 years ago
  26. e3fa259 [NET]: Cut off the queue_mapping field from sk_buff by Pavel Emelyanov · 17 years ago
  27. 4e3ab47 [NET]: Make and use skb_get_queue_mapping by Pavel Emelyanov · 17 years ago
  28. deea84b [NET]: Fix SKB_WITH_OVERHEAD calculation by Herbert Xu · 17 years ago
  29. a52cefc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  30. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  31. eabd7e3 Add skb_is_gso_v6 by Brice Goglin · 17 years ago
  32. d9cc204 [NET] skbuff: Add skb_cow_head by Herbert Xu · 17 years ago
  33. a309bb0 [NET]: Page offsets and lengths need to be __u32. by David S. Miller · 17 years ago
  34. 4381ca3 fix return type of skb_checksum_complete() by Al Viro · 17 years ago
  35. c6c6e3e [NET]: Update comments for skb checksums by Herbert Xu · 17 years ago
  36. ba9dda3 [NETFILTER]: x_tables: add TRACE target by Jozsef Kadlecsik · 17 years ago
  37. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  38. 334a813 [SKBUFF]: Keep track of writable header len of headerless clones by Patrick McHardy · 17 years ago
  39. b9ce204 [TCP]: Congestion control API RTT sampling fix by Ilpo Järvinen · 17 years ago
  40. be52178b [NET] skbuff: fix kernel-doc by Randy Dunlap · 17 years ago
  41. 46f8914 [SKB]: Introduce skb_queue_walk_safe() by James Chapman · 17 years ago
  42. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 17 years ago
  43. 0c6fcc8 [NET] skbuff: skb_store_bits const is backwards by Stephen Hemminger · 17 years ago
  44. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  45. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 17 years ago
  46. 716ea3a [NET]: Move generic skbuff stuff from XFRM code to generic code by David Howells · 17 years ago
  47. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  48. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  49. 35fc92a [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE by Herbert Xu · 17 years ago
  50. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 17 years ago
  51. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  52. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 17 years ago
  53. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  54. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  55. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  56. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  57. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  58. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 17 years ago
  59. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 17 years ago
  60. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  61. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  62. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 17 years ago
  63. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  64. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  65. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 17 years ago
  66. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  67. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  68. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  69. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  70. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  71. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 17 years ago
  72. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  73. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 17 years ago
  74. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  75. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  76. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  77. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  78. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  79. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  80. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  81. fc910a2 [NETLINK]: Limit NLMSG_GOODSIZE to 8K. by David S. Miller · 17 years ago
  82. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  83. c2ecba7 [NET]: Set a separate lockdep class for neighbour table's proxy_queue by Pavel Emelianov · 17 years ago
  84. b4dfa0b [NET]: Get rid of alloc_skb_from_cache by Herbert Xu · 17 years ago
  85. c01003c [IFB]: Fix crash on input device removal by Patrick McHardy · 17 years ago
  86. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  87. b30973f [PATCH] node-aware skb allocation by Christoph Hellwig · 18 years ago
  88. a80958f [PATCH] fix fallout from header dependency trimming by Al Viro · 18 years ago
  89. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  90. bd01f84 [PATCH] severing skbuff.h -> poll.h by Al Viro · 18 years ago
  91. a1f8e7f7 [PATCH] severing skbuff.h -> highmem.h by Al Viro · 18 years ago
  92. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  93. 1f61ab5 [NET]: Preliminaty annotation of skb->csum. by Al Viro · 18 years ago
  94. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  95. 81d7766 [NET]: Annotate skb_copy_and_csum_bits() and callers. by Al Viro · 18 years ago
  96. 2bbbc86 [NET]: Annotate skb_checksum() and callers. by Al Viro · 18 years ago
  97. 5084205 [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/* by Al Viro · 18 years ago
  98. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  99. ae08e1f [IPV6]: ip6_output annotations by Al Viro · 18 years ago
  100. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago