1. 4bee1f9 net/fec: restore interrupt mask after software-reset in fec_stop() by Wolfram Sang · 14 years ago
  2. 8cd47ea 3c59x: handle pci_iomap() errors by Kulikov Vasiliy · 14 years ago
  3. 963bfee net: RTA_MARK addition by Eric Dumazet · 14 years ago
  4. e955cea CAN: Add Flexcan CAN controller driver by Marc Kleine-Budde · 15 years ago
  5. 4cfa580 r6040: Fix args to phy_mii_ioctl(). by David S. Miller · 14 years ago
  6. 4c3e5ed vhost net: Fix warning. by David S. Miller · 14 years ago
  7. 3f30fc1 net: remove last uses of __attribute__((packed)) by Gustavo F. Padovan · 14 years ago
  8. 942875f irda: Use __packed annotation instead IRDA_PACKED macro by Gustavo F. Padovan · 14 years ago
  9. 2e4e7a9 drivers/net/irda: use for_each_pci_dev() by Kulikov Vasiliy · 14 years ago
  10. 2037d5a drivers/net/qlge: Use pr_<level>, shrink text a bit by Joe Perches · 14 years ago
  11. f25c80a arch/um/drivers: remove duplicate structure field initialization by Julia Lawall · 14 years ago
  12. df1086f drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() method by Andy Shevchenko · 14 years ago
  13. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  14. 70d4bf6 drop_monitor: convert some kfree_skb call sites to consume_skb by Neil Horman · 14 years ago
  15. 4b70637 drop_monitor: Add error code to detect duplicate state changes by Neil Horman · 14 years ago
  16. d79d991 __dst_free(): put EXPORT_SYMBOLS after the fct by Nicolas Dichtel · 14 years ago
  17. dab1086 phy: add suspend/resume in the ic+ by Giuseppe Cavallaro · 14 years ago
  18. 5c20a5c cxgb4vf: add maintainer entry for cxgb4vf by Casey Leedom · 14 years ago
  19. c8639a8 cxgb4vf: Fix bug where we were only allocating one queue in MSI mode by Casey Leedom · 14 years ago
  20. 024e629 cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay array by Casey Leedom · 14 years ago
  21. 573201f bridge: Partially disable netpoll support by Herbert Xu · 14 years ago
  22. e7c3815 ipv6: Make IP6CB(skb)->nhoff 16-bit. by David S. Miller · 14 years ago
  23. 5ae482e bnx2: Update version to 2.0.17. by Michael Chan · 14 years ago
  24. 11848b96 bnx2: Remove some unnecessary smp_mb() in tx fast path. by Michael Chan · 14 years ago
  25. 379b39a bnx2: Call pci_enable_msix() with actual number of vectors. by Michael Chan · 14 years ago
  26. 6fdae99 bnx2: Use proper counter for net_device_stats->multicast. by Michael Chan · 14 years ago
  27. 99faf68 ixgbe: fix version string for ixgbe by Don Skidmore · 14 years ago
  28. 5575044 ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool by Yi Zou · 14 years ago
  29. 5e09d7f ixgbe: properly toggling netdev feature flags when disabling FCoE by Yi Zou · 14 years ago
  30. d6ea7c9 ixgbe: drop support for UDP in RSS hash generation by Alexander Duyck · 14 years ago
  31. fca562a ixgbe: dcb, set DPF bit when PFC is enabled by John Fastabend · 14 years ago
  32. b595446 e1000: allow option to limit number of descriptors down to 48 per ring by Alexander Duyck · 14 years ago
  33. 6539548 drivers/net/82596.c: fix warning by Andrew Morton · 14 years ago
  34. e2df8b7 ks8842: Fix ks8842_tx_frame() for 16bit case. by David S. Miller · 14 years ago
  35. d6d9ca0 net: this_cpu_xxx conversions by Eric Dumazet · 14 years ago
  36. 492c5d9 smsc911x: Add spinlocks around registers access by Catalin Marinas · 14 years ago
  37. 90e1795 bonding: avoid a warning by Eric Dumazet · 14 years ago
  38. e6e4ec2 net: Removing dead ARCH_PNX010X by Christoph Egger · 14 years ago
  39. 0bdc0d7 net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration by Shreyas Bhatewara · 14 years ago
  40. d9a5f21 net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened by Shreyas Bhatewara · 14 years ago
  41. 45e77d3 tcp: fix crash in tcp_xmit_retransmit_queue by Ilpo Järvinen · 14 years ago
  42. b508998 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  43. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  44. db5dda9 bonding: fix bond_inet6addr_event() by Eric Dumazet · 14 years ago
  45. c26875e s2io: Remove unnecessary memset of netdev private data by Tobias Klauser · 14 years ago
  46. 6accec7 sch_atm: Convert to use standard list_head facilities. by David S. Miller · 14 years ago
  47. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  48. 15f0127 net: added a BPF to help drivers detect PTP packets. by Richard Cochran · 14 years ago
  49. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  50. 4507a71 net: add driver hook for tx time stamping. by Richard Cochran · 14 years ago
  51. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  52. 01893c8 net: Remove MAX_SOCK_ADDR constant by Tetsuo Handa · 14 years ago
  53. 0a6efc7 arcnet: fix signed bug in probe function by Dan Carpenter · 14 years ago
  54. 8e64159 net: dccp: fix sign bug by Kulikov Vasiliy · 14 years ago
  55. d9a9dc6 IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) by Arnaud Ebalard · 14 years ago
  56. bfc978f qlcnic: fix pci resource leak by Amit Kumar Salecha · 14 years ago
  57. 4a1745fc net-next: vmxnet3 fixes [3/5] Initialize link state at probe time by Shreyas Bhatewara · 14 years ago
  58. 36227e8 bnx2: use device model DMA API by Stanislaw Gruszka · 14 years ago
  59. a2df00a bnx2: allocate with GFP_KERNEL flag on RX path init by Stanislaw Gruszka · 14 years ago
  60. ee2e611 ibmveth: lost IRQ while closing/opening device leads to service loss by Robert Jennings · 14 years ago
  61. 0f6142f Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  62. 9acd56d rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() by Stephen Boyd · 14 years ago
  63. 95c0ec6 vhost: avoid pr_err on condition guest can trigger by Michael S. Tsirkin · 14 years ago
  64. b97d13a cxgb4vf: fix SGE resource resource deallocation bug by Casey Leedom · 14 years ago
  65. e40dbc5 ipmr: Don't leak memory if fib lookup fails. by Ben Greear · 14 years ago
  66. 6929fe8 net-next: vmxnet3 fixes [2/5] Interrupt control bitmap by Ronghua Zang · 14 years ago
  67. ca80244 net-next: fix LRO feature update in vmxnet3 by Shreyas Bhatewara · 14 years ago
  68. f86586f tcp: sizeof struct tcp_skb_cb is 44 by Eric Dumazet · 14 years ago
  69. 6ce28c6 vxge: Version update by Jon Mason · 14 years ago
  70. b2f5a05 vxge: Update maintainers information by Jon Mason · 14 years ago
  71. 926bd90 vxge: Update copyright information by Jon Mason · 14 years ago
  72. 98f45da vxge: NETIF_F_LLTX removal by Jon Mason · 14 years ago
  73. 7adf7d1 vxge: Fix multicast issues by Jon Mason · 14 years ago
  74. d03848e vxge: Remove queue_state references by Jon Mason · 14 years ago
  75. bb7a0bd net: bridge: fix sign bug by Kulikov Vasiliy · 14 years ago
  76. 2540ddb drivers: ixgbevf: fix unsigned underflow by Kulikov Vasiliy · 14 years ago
  77. 9f27fb8 drivers: irda: fix sign bug by Kulikov Vasiliy · 14 years ago
  78. 752ef8b drivers: irda: fix sign bug by Kulikov Vasiliy · 14 years ago
  79. c974138 drivers: isdn: get rid of custom strtoul() by Andy Shevchenko · 14 years ago
  80. 3944ad6 drivers: isdn: remove custom strtoul() by Andy Shevchenko · 14 years ago
  81. 735c65c drivers: isdn: use kernel macros to convert hex digit by Andy Shevchenko · 14 years ago
  82. 8f31539 isdn/hisax: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  83. 9db9f27 mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  84. f51307e4 isdn/hardware/eicon: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  85. d930d1a mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  86. b8176a3 isdn/hardware/mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  87. c9634ac atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  88. 6df7b80 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  89. e80d3f0 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  90. fbaab95 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  91. b16170c atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  92. 5352228 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  93. 12c8471 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 14 years ago
  94. d1853dc net/nuc900: enable Mac driver clock by Wan ZongShun · 14 years ago
  95. 0a645e8 drivers/net/mlx4: Use %pV, pr_<level>, printk_once by Joe Perches · 14 years ago
  96. 1680e90 vhost-net: avoid flush under lock by Michael S. Tsirkin · 14 years ago
  97. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  98. 5487486 Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue by Chihau Chau · 14 years ago
  99. 7923668 bonding: fix a buffer overflow in bonding_show_queue_id. by Nicolas de Pesloüan · 14 years ago
  100. 91a72a7 net/core: neighbour update Oops by Doug Kehn · 14 years ago