1. 4178ba4 Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu() by Gustavo F. Padovan · 15 years ago
  2. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 15 years ago
  3. 6161c03 Bluetooth: Add wait_queue to wait ack of all sent packets by Gustavo F. Padovan · 15 years ago
  4. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 15 years ago
  5. 9b53350 Bluetooth: Completes the I-frame tx_seq check logic on RECV by João Paulo Rechi Vita · 15 years ago
  6. 18778a6 Bluetooth: Implement missing parts of the Invalid Frame Detection by Gustavo F. Padovan · 15 years ago
  7. f11d676 Bluetooth: Refactor l2cap_retransmit_frame() by Gustavo F. Padovan · 15 years ago
  8. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 15 years ago
  9. ff12fd6 Bluetooth: Fix lockdep annotation on ERTM by Gustavo F. Padovan · 15 years ago
  10. 9b16dc6 Bluetooth: Check if we really are in WAIT_F when F bit comes by Gustavo F. Padovan · 15 years ago
  11. a2e12a2 Bluetooth: Remove unneeded control vars by Gustavo F. Padovan · 15 years ago
  12. 0301ef0 Bluetooth: Remove set of SrejSaveReqSeq under receipt of REJ frame by Gustavo F. Padovan · 15 years ago
  13. 59203a2 Bluetooth: Fix errors reported by checkpatch.pl by Gustavo F. Padovan · 15 years ago
  14. 44651b8 Bluetooth: Don't set control bits to zero first by Gustavo F. Padovan · 15 years ago
  15. 01760bd Bluetooth: Close L2CAP channel on invalid ReqSeq by João Paulo Rechi Vita · 15 years ago
  16. afefdbc Bluetooth: Fix SDU reassembly under SREJ by Gustavo F. Padovan · 15 years ago
  17. 0041ecf Bluetooth: Check if mode is supported on getsockopt by João Paulo Rechi Vita · 15 years ago
  18. bd3c9e2 Bluetooth: Add SOCK_STREAM support to L2CAP by Gustavo F. Padovan · 15 years ago
  19. 84fb0a6 Bluetooth: Add Kconfig option for L2CAP Extended Features by Gustavo F. Padovan · 15 years ago
  20. 3b1a9f3 Bluetooth: Optimize SREJ_QUEUE append by Gustavo F. Padovan · 15 years ago
  21. 812e737 Bluetooth: Fix drop of acked packets on ERTM by Gustavo F. Padovan · 15 years ago
  22. 0ee0d20 Bluetooth: Fix crash when monitor timeout expires by Gustavo F. Padovan · 15 years ago
  23. f6e6b16 Bluetooth: Fix bug when retransmitting I-frames by Gustavo F. Padovan · 15 years ago
  24. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 15 years ago
  25. 369ba30 Bluetooth: Add module parameter for txWindow size on L2CAP by Gustavo F. Padovan · 15 years ago
  26. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 15 years ago
  27. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 15 years ago
  28. 855666cc Bluetooth: Send Ack after clear the SREJ list by Gustavo F. Padovan · 15 years ago
  29. 052897c Bluetooth: Check the SDU size against the MTU value by Gustavo F. Padovan · 15 years ago
  30. 10467e9 Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values by Gustavo F. Padovan · 15 years ago
  31. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 15 years ago
  32. 7b1c004 Bluetooth: Read RFC conf option on a successful Conf RSP by Gustavo F. Padovan · 15 years ago
  33. 2fb862e Bluetooth: Ignore Tx Window value with Streaming mode by Gustavo F. Padovan · 15 years ago
  34. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 15 years ago
  35. 05fbd89 Bluetooth: Finish implementation for Rec RR (P=1) on ERTM by Gustavo F. Padovan · 15 years ago
  36. 8abb52e Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP by Gustavo F. Padovan · 15 years ago
  37. 6e3a598 Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() by Gustavo F. Padovan · 15 years ago
  38. 99b0d4b Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP by Gustavo F. Padovan · 15 years ago
  39. e072745 Bluetooth: Split l2cap_data_channel_sframe() by Gustavo F. Padovan · 15 years ago
  40. 73edaa9 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM by Gustavo F. Padovan · 15 years ago
  41. f0946cc Bluetooth: Move set of P-bit to l2cap_send_sframe() by Gustavo F. Padovan · 15 years ago
  42. 9e917af Bluetooth: Implement SendAck() Action on ERTM. by Gustavo F. Padovan · 15 years ago
  43. 36f2fd5 Bluetooth: Check if SDU size is greater than MTU on L2CAP by Gustavo F. Padovan · 15 years ago
  44. 277ffbe Bluetooth: Check the minimum {I,S}-frame size into L2CAP by Gustavo F. Padovan · 15 years ago
  45. 1d8f5d1 Bluetooth: Support case with F bit set under WAIT_F state. by Gustavo F. Padovan · 15 years ago
  46. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 15 years ago
  47. e8235c6 Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro by Gustavo F. Padovan · 15 years ago
  48. d1daa09 Bluetooth: Fix ACL MTU issue by Gustavo F. Padovan · 15 years ago
  49. 7dffe42 Bluetooth: Fix expected_tx_seq calculation on L2CAP by Gustavo F. Padovan · 15 years ago
  50. faaebd1 Bluetooth: Fix memory leak of S-frames into L2CAP by Gustavo F. Padovan · 15 years ago
  51. c69163e Bluetooth: Move specific Basic Mode code to the right place by Gustavo F. Padovan · 15 years ago
  52. b9dbdbc Bluetooth: Trivial clean ups to SCO by Gustavo F. Padovan · 15 years ago
  53. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 15 years ago
  54. 4f7ac18 Bluetooth: Fix wrong packet type count increment by Gustavo F. Padovan · 15 years ago
  55. acce90d Bluetooth: Use the proper function cast to get hdr data by Gustavo F. Padovan · 15 years ago
  56. fe1aff7 Bluetooth: Fix return value when bt_skb_alloc fails by Gustavo F. Padovan · 15 years ago
  57. 3ee9437 ipv4: remove ip_rt_secret timer (v4) by Neil Horman · 15 years ago
  58. e0e3328 Revert "microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides." by David S. Miller · 15 years ago
  59. a33fa66 bnx2: Add prefetches to rx path. by Michael Chan · 15 years ago
  60. c67938a bnx2: Add GRO support. by Michael Chan · 15 years ago
  61. 5eceff7 tehuti: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  62. e56d0b0 sunhme: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  63. 627ad59 smc9194: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  64. 8462d14 ethoc: Remove unnecessary memset of napi member in netdev private data by Tobias Klauser · 15 years ago
  65. 079ceb4 bcm63xx_enet: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  66. 2039623 KS8695: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  67. 468003f 3c523: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  68. 9199114 3c507: Remove unnecessary memset of netdev private data by Tobias Klauser · 15 years ago
  69. eecfd7c rps: Various optimizations by Eric Dumazet · 15 years ago
  70. 39e0786 microblaze: Kill NET_SKB_PAD and NET_IP_ALIGN overrides. by David S. Miller · 15 years ago
  71. 18e8c13 net: Increase NET_SKB_PAD to 64 bytes by Eric Dumazet · 15 years ago
  72. d6bc014 ipv6: udp: make short packet logging consistent with ipv4 by Bjørn Mork · 15 years ago
  73. 575400b net: emaclite: Use resource_size by Tobias Klauser · 15 years ago
  74. 627c8a0 e1000e: Reset 82577/82578 PHY before first PHY register read by Bruce Allan · 15 years ago
  75. 6dfaa76 e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0 by Bruce Allan · 15 years ago
  76. ffb2736 netpoll: Use 'bool' for netpoll_rx() return type. by David S. Miller · 15 years ago
  77. f6dc31a bonding: make bonding support netpoll by WANG Cong · 15 years ago
  78. c06ee96 bridge: make bridge support netpoll by WANG Cong · 15 years ago
  79. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 15 years ago
  80. 0825959 ixgbevf: Cache PF ack bit in interrupt by Greg Rose · 15 years ago
  81. 8a07a22 ixgbe: Streamline MC filter setup for VFs by Greg Rose · 15 years ago
  82. 7342291 ixgbe: Remove unneeded register writes in VF VLAN setup by Greg Rose · 15 years ago
  83. 58544fe Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 15 years ago
  84. 2873957 igb: reduce cache misses on tx cleanup by Nick Nunley · 15 years ago
  85. a84afa4 ks8851: companion eeprom access through ethtool by Sebastien Jan · 15 years ago
  86. a4bdfff ks8851: Low level functions for read/write to companion eeprom by Sebastien Jan · 15 years ago
  87. 7d99746 ks8851: Add caching of CCR register by Sebastien Jan · 15 years ago
  88. d951f72 forcedeth: Account for consumed budget in napi poll by Tom Herbert · 15 years ago
  89. 0294b6f netdev: octeon_mgmt: Remove some gratuitous blank lines. by David Daney · 15 years ago
  90. 4e4a4f1 netdev: octeon_mgmt: Try not to drop TX packets when stopping the queue. by David Daney · 15 years ago
  91. b635e06 netdev: octeon_mgmt: Free TX skbufs in a timely manner. by David Daney · 15 years ago
  92. a0cfa85 netdev: octeon_mgmt: Fix race manipulating irq bits. by David Daney · 15 years ago
  93. 4d30b80 netdev: octeon_mgmt: Fix race condition freeing TX buffers. by David Daney · 15 years ago
  94. 62538d2 netdev: octeon_mgmt: Use proper MAC addresses. by David Daney · 15 years ago
  95. 7f01648 ixgbe: Add support for VF MAC and VLAN configuration by Greg Rose · 15 years ago
  96. f041277 ixgbe: Add boolean parameter to ixgbe_set_vmolr by Greg Rose · 15 years ago
  97. eab2abf e1000/e1000e: implement a simple interrupt moderation by Jesse Brandeburg · 15 years ago
  98. edf15c1 e1000e: increase rx fifo size to 36K on 82574 and 82583 by Alexander Duyck · 15 years ago
  99. f85e4df e1000e: Save irq into netdev structure by Tom Herbert · 15 years ago
  100. c72ea83 e1000e: Remove unnessary log message by Tom Herbert · 15 years ago