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