1. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  2. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  3. 5e6c355 vmxnet3: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  4. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  5. 0e0634d vmxnet3: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  6. 815c7db ethtool: Clean up definitions of rule location arrays in RX NFC by Ben Hutchings · 13 years ago
  7. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  8. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  9. f6957f8 vmxnet3: Don't enable vlan filters in promiscuous mode. by Jesse Gross · 13 years ago
  10. ebbf929 vmxnet3: fix publicity of NETIF_F_HIGHDMA by Shreyas Bhatewara · 13 years ago
  11. e101e7d vmxnet3: set netdev parant device before calling netdev_info by Shreyas Bhatewara · 13 years ago
  12. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  13. eebb02b vmxnet3: round down # of queues to power of two by Shreyas Bhatewara · 13 years ago
  14. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  15. 5318d80 vmxnet3: fix starving rx ring whenoc_skb kb fails by Shreyas Bhatewara · 13 years ago
  16. 213ade8 vmxnet3: Enable GRO support. by Jesse Gross · 13 years ago
  17. 72e85c4 vmxnet3: Convert to new vlan model. by Jesse Gross · 13 years ago
  18. b7c7dee vmxnet3: remove unused variable by Neil Horman · 13 years ago
  19. 95305f6 vmxnet3: convert to 64 bit stats interface by stephen hemminger · 13 years ago
  20. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  21. ebde6f8 vmxnet3: Fix inconsistent LRO state after initialization by Thomas Jarosch · 13 years ago
  22. e154b63 vmxnet3: Use single tx queue when CONFIG_PCI_MSI not defined by Shreyas Bhatewara · 13 years ago
  23. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  24. e328d41 vmxnet3: Consistently disable irqs when taking adapter->cmd_lock by Roland Dreier · 13 years ago
  25. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  26. a0d2730 net: vmxnet3: convert to hw_features by Michał Mirosław · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 673e63c net: fix ethtool->set_flags not intended -EINVAL return value by Stanislaw Gruszka · 13 years ago
  29. 7e96fbf vmxnet3: Dont allocate extra MSI-x vectors by Shreyas Bhatewara · 14 years ago
  30. 83d0fef vmxnet3: Add locking for access to command register by Shreyas Bhatewara · 14 years ago
  31. 51956cd vmxnet3: Disable napi in suspend, reenable in resume. by Shreyas Bhatewara · 14 years ago
  32. 76d39da vmxnet3: Make ethtool handlers multiqueue aware by Shreyas Bhatewara · 14 years ago
  33. 39d4a96 vmxnet3: Provide required number of bytes in first SG buffer by Shreyas Bhatewara · 14 years ago
  34. 54da3d0 vmxnet3: Enable HW Rx VLAN stripping by default by Shreyas Bhatewara · 14 years ago
  35. f9f2502 vmxnet3: Preserve the MAC address configured by ifconfig by Shreyas Bhatewara · 14 years ago
  36. a53255d vmxnet3: fix ring size update by Shreyas Bhatewara · 14 years ago
  37. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  38. f955e14 vmxnet3: locking problems in xmit by Dan Carpenter · 14 years ago
  39. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  40. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  41. e9248fb vmxnet3: fix compilation when RSS is disabled by Scott J. Goldman · 14 years ago
  42. 09c5088 net-next: Add multiqueue support to vmxnet3 driver by Shreyas Bhatewara · 14 years ago
  43. 1b803fb vmxnet: trivial annotation of protocol constant by Harvey Harrison · 14 years ago
  44. b8744ca vmxnet3: remove unnecessary byteswapping in BAR writing macros by Harvey Harrison · 14 years ago
  45. 0561cf3 vmxnet3: fix typo setting confPA by Harvey Harrison · 14 years ago
  46. 81e8e56 vmxnet3: annotate hwaddr members as __iomem pointers by Harvey Harrison · 14 years ago
  47. 3843e51 vmxnet3: remove set_flag_le{16,64} helpers by Harvey Harrison · 14 years ago
  48. ae316bb vmxnet3: make bit twiddle routines inline by stephen hemminger · 14 years ago
  49. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  50. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  51. 1f4b161 net-next: Fix an overflow bug in vmxnet3 Tx descriptor by Bhavesh Davda · 14 years ago
  52. 0bdc0d7 net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration by Shreyas Bhatewara · 14 years ago
  53. d9a5f21 net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened by Shreyas Bhatewara · 14 years ago
  54. 4a1745fc net-next: vmxnet3 fixes [3/5] Initialize link state at probe time by Shreyas Bhatewara · 14 years ago
  55. 6929fe8 net-next: vmxnet3 fixes [2/5] Interrupt control bitmap by Ronghua Zang · 14 years ago
  56. ca80244 net-next: fix LRO feature update in vmxnet3 by Shreyas Bhatewara · 14 years ago
  57. cbf2d60 vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags() by Ben Hutchings · 14 years ago
  58. d92be4b vmxnet3: fail when try to setup unsupported features by Stanislaw Gruszka · 14 years ago
  59. 476c609 drivers/net/vmxnet3: Use kzalloc by Julia Lawall · 14 years ago
  60. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  61. 127aa0e drivers: net: last_rx elimination by Eric Dumazet · 14 years ago
  62. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  63. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 14 years ago
  64. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  65. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  66. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  67. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  68. b038b04 vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.h by Stephen Rothwell · 15 years ago
  69. 115924b net: Getting rid of the x86 dependency to built vmxnet3 by Shreyas Bhatewara · 15 years ago
  70. eb89bd4 vmxnet3: remove duplicate #include by Shreyas Bhatewara · 15 years ago
  71. f6965582 vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=n by Randy Dunlap · 15 years ago
  72. 8f7e524 vmxnet: fix 2 build problems by Randy Dunlap · 15 years ago
  73. d1a890fa net: VMware virtual Ethernet NIC driver: vmxnet3 by Shreyas Bhatewara · 15 years ago