1. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  2. 8f1ead2 GRO: Disable GRO on legacy netif_rx path by Herbert Xu · 16 years ago
  3. ede5ad0 net: core: remove unneeded include in net/core/utils.c. by Rami Rosen · 16 years ago
  4. ed734a9 net: remove useless prefetch() call by Eric Dumazet · 16 years ago
  5. 9247744 skb: expose and constify hash primitives by Stephen Hemminger · 16 years ago
  6. 2b1c435 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. e4a389a net: kfree(napi->skb) => kfree_skb by Roel Kluin · 16 years ago
  8. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  9. 303c6a0 gro: Fix legacy path napi_complete crash by Herbert Xu · 16 years ago
  10. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 16 years ago
  11. 1c8dbcf [SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol by Yi Zou · 16 years ago
  12. 273ae44 Network Drop Monitor: Adding Build changes to enable drop monitor by Neil Horman · 16 years ago
  13. 9a8afc8 Network Drop Monitor: Adding drop monitor implementation & Netlink protocol by Neil Horman · 16 years ago
  14. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 16 years ago
  15. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 16 years ago
  16. a220547 net: fix warning about non-const string by Stephen Hemminger · 16 years ago
  17. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 16 years ago
  19. 54acd0e net: Fix missing dev->neigh_setup in register_netdevice(). by David S. Miller · 16 years ago
  20. 0c5c2d3 neigh: Allow for user space users of the neighbour table by Eric Biederman · 16 years ago
  21. 17edde5 netns: Remove net_alive by Eric W. Biederman · 16 years ago
  22. 5a5990d net: Avoid race between network down and sysfs by Stephen Hemminger · 16 years ago
  23. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  24. 4ead443 netpoll: Add drop checks to all entry points by Herbert Xu · 16 years ago
  25. cbd151b RDS: Add RDS to AF key strings by Andy Grover · 16 years ago
  26. 63d819c sysctl: fix sparse warning: Should it be static? by Hannes Eder · 16 years ago
  27. f3fbbe0 core: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  28. 86dc1ad pktgen: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 16 years ago
  29. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 16 years ago
  30. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  31. 50fee1d net: amend the fix for SO_BSDCOMPAT gsopt infoleak by Eugene Teo · 16 years ago
  32. ebe47d4 netns: build fix for net_alloc_generic by Clemens Noss · 16 years ago
  33. ce16c53 netns: Remove net_alive by Eric W. Biederman · 16 years ago
  34. 486a87f netns: fix double free at netns creation by Daniel Lezcano · 16 years ago
  35. cd4d8fd net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping by Patrick Ohly · 16 years ago
  36. 59089d8 ethtool: Add RX pkt classification interface by Santwona Behera · 16 years ago
  37. e88721f net: Optimize skb_tx_hash() by eliminating a comparison by Krishna Kumar · 16 years ago
  38. 92a0acc net: Kill skb_truesize_check(), it only catches false-positives. by David S. Miller · 16 years ago
  39. d24fff2 net: pass new SIOCSHWTSTAMP through to device drivers by Patrick Ohly · 16 years ago
  40. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 16 years ago
  41. ac45f60 net: infrastructure for hardware time stamping by Patrick Ohly · 16 years ago
  42. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  43. df0bca0 net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2 by Clément Lecigne · 16 years ago
  44. ce3dd39 net: Fix page seeking for skb_splice_bits(). by Jarek Poplawski · 16 years ago
  45. b4ac530fc net: Move skbuff symbol exports after each symbol's definition. by David S. Miller · 16 years ago
  46. aa4b9f5 gro: Optimise Ethernet header comparison by Herbert Xu · 16 years ago
  47. 4ae5544 gro: Remember number of held packets instead of counting every time by Herbert Xu · 16 years ago
  48. 409f0a9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  49. b4bd07c net_dma: call dmaengine_get only if NET_DMA enabled by David S. Miller · 16 years ago
  50. efc683f neigh: some entries can be skipped during dumping by Gautam Kachroo · 16 years ago
  51. 5603502 gro: Fix frag_list merging on imprecisely split packets by Herbert Xu · 16 years ago
  52. 4cc7f68 net: Reexport sock_alloc_send_pskb by Herbert Xu · 16 years ago
  53. 9a279bc net: Partially allow skb destructors to be used on receive path by Herbert Xu · 16 years ago
  54. ad0f990 gro: Fix handling of imprecisely split packets by Herbert Xu · 16 years ago
  55. 4fb6699 net: Optimize memory usage when splicing from sockets. by Jarek Poplawski · 16 years ago
  56. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  57. 80595d5 gro: Open-code memcpy in napi_fraginfo_skb by Herbert Xu · 16 years ago
  58. 81705ad gro: Do not merge paged packets into frag_list by Herbert Xu · 16 years ago
  59. 8691173 gro: Avoid copying headers of unmerged packets by Herbert Xu · 16 years ago
  60. 5d0d9be gro: Move common completion code into helpers by Herbert Xu · 16 years ago
  61. 71b3346 net: Fix OOPS in skb_seq_read(). by Shyam Iyer · 16 years ago
  62. 95e3b24 net: Fix frag_list handling in skb_seq_read by Herbert Xu · 16 years ago
  63. 7019298 net: Get rid of by-hand TX queue hashing. by David S. Miller · 16 years ago
  64. f7105d6 net: If SKB has attached socket, use socket's hash for TX queue selection. by David S. Miller · 16 years ago
  65. d5a9e24 net: Allow RX queue selection to seed TX queue hashing. by David S. Miller · 16 years ago
  66. 37fe473 gro: Fix merging of paged packets by Herbert Xu · 16 years ago
  67. 9a8e47f gro: Fix error handling on extremely short frags by Herbert Xu · 16 years ago
  68. 357f5b0 NET: net_namespace, fix lock imbalance by Jiri Slaby · 16 years ago
  69. 8b9d372 net: Fix data corruption when splicing from sockets. by Jarek Poplawski · 16 years ago
  70. 67fd1a7 net: Add debug info to track down GSO checksum bug by Herbert Xu · 16 years ago
  71. 937f1ba net: Add init_dummy_netdev() and fix EMAC driver using it by Benjamin Herrenschmidt · 16 years ago
  72. f557206 gro: Fix page ref count for skbs freed normally by Herbert Xu · 16 years ago
  73. f17f5c9 gro: Check for GSO packets and packets with frag_list by Herbert Xu · 16 years ago
  74. 649274d net_dma: acquire/release dma channels on ifup/ifdown by Dan Williams · 16 years ago
  75. d9e8a3a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  76. 96e93ea gro: Add internal interfaces for VLAN by Herbert Xu · 16 years ago
  77. aa1e6f1 dmaengine: kill struct dma_client and supporting infrastructure by Dan Williams · 16 years ago
  78. 209b84a dmaengine: replace dma_async_client_register with dmaengine_get by Dan Williams · 16 years ago
  79. f67b459 net_dma: convert to dma_find_channel by Dan Williams · 16 years ago
  80. 2ba0562 dmaengine: provide a common 'issue_pending_all' implementation by Dan Williams · 16 years ago
  81. c276e09 Revert "net: Fix for initial link state in 2.6.28" by David S. Miller · 16 years ago
  82. 22604c8 net: Fix for initial link state in 2.6.28 by Michael Marineau · 16 years ago
  83. 5d38a07 gro: Add page frag support by Herbert Xu · 16 years ago
  84. b530256 gro: Use gso_size to store MSS by Herbert Xu · 16 years ago
  85. 0f23174a cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net by Rusty Russell · 16 years ago
  86. 8eb7986 netns: foreach_netdev_safe is insufficient in default_device_exit by Eric W. Biederman · 16 years ago
  87. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  88. 0da2afd5 gro: Fix potential use after free by Herbert Xu · 16 years ago
  89. d7b0663 net: Init NAPI dev_list on napi_del by Peter P Waskiewicz Jr · 16 years ago
  90. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  91. 5f2f6da net: Fix oops in dev_ifsioc() by Jarek Poplawski · 16 years ago
  92. 49ad959 Revert "net: release skb->dst in sock_queue_rcv_skb()" by David S. Miller · 16 years ago
  93. 57c81ff Phonet: allocate separate ARP type for GPRS over a Phonet pipe by Rémi Denis-Courmont · 16 years ago
  94. 2d91d78 Phonet: allocate a non-Ethernet ARP type by Rémi Denis-Courmont · 16 years ago
  95. b240a0e ethtool: Add GGRO and SGRO ops by Herbert Xu · 16 years ago
  96. 71d93b3 net: Add skb_gro_receive by Herbert Xu · 16 years ago
  97. d565b0a net: Add Generic Receive Offload infrastructure by Herbert Xu · 16 years ago
  98. 1a881f2 net: Add frag_list support to GSO by Herbert Xu · 16 years ago
  99. 89319d38 net: Add frag_list support to skb_segment by Herbert Xu · 16 years ago
  100. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago