summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer3-3/+3
2010-07-21Bluetooth: Remove extraneous white spaceRon Shaffer1-7/+7
2010-07-21Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock1-2/+0
2010-07-21Bluetooth: Silence warning in btmrvl SDIO driverKulikov Vasiliy1-3/+3
2010-07-21Bluetooth: Add debugfs support for showing the blacklistJohan Hedberg1-0/+38
2010-07-21Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg6-1/+108
2010-07-21Bluetooth: Fix L2CAP control bit field corruptionGustavo F. Padovan1-0/+4
2010-07-21Bluetooth: Proper shutdown ERTM when closing the channelGustavo F. Padovan1-22/+37
2010-07-21Bluetooth: Fix bug with ERTM minimum packet lengthNathan Holstein1-4/+4
2010-07-21Bluetooth: Fix SREJ_QUEUE corruption in L2CAPJoão Paulo Rechi Vita1-1/+12
2010-07-21Bluetooth: Fix bug in l2cap_ertm_send() behaviorGustavo F. Padovan1-6/+6
2010-07-21Bluetooth: Only check SAR bits if frame is an I-frameGustavo F. Padovan1-1/+1
2010-07-21Bluetooth: Fix bug with ERTM vars incrementGustavo F. Padovan1-3/+4
2010-07-21Bluetooth: Fix drop of packets with invalid req_seq/tx_seqGustavo F. Padovan1-2/+3
2010-07-21Bluetooth: Remove L2CAP Extended Features from KconfigGustavo F. Padovan2-17/+0
2010-07-21Bluetooth: Remove max_tx and tx_window module paramenters from L2CAPGustavo F. Padovan1-10/+2
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-39/+92
2010-07-21drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman3-6/+7
2010-07-21drop_monitor: Add error code to detect duplicate state changesNeil Horman1-2/+8
2010-07-21__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel1-1/+1
2010-07-21phy: add suspend/resume in the ic+Giuseppe Cavallaro1-0/+2
2010-07-20cxgb4vf: add maintainer entry for cxgb4vfCasey Leedom1-0/+7
2010-07-20cxgb4vf: Fix bug where we were only allocating one queue in MSI modeCasey Leedom1-4/+2
2010-07-20cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay arrayCasey Leedom1-1/+1
2010-07-20bridge: Partially disable netpoll supportHerbert Xu2-31/+1
2010-07-20ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller1-1/+1
2010-07-20bnx2: Update version to 2.0.17.Michael Chan1-2/+2
2010-07-20bnx2: Remove some unnecessary smp_mb() in tx fast path.Michael Chan1-1/+9
2010-07-20bnx2: Call pci_enable_msix() with actual number of vectors.Michael Chan2-7/+26
2010-07-20bnx2: Use proper counter for net_device_stats->multicast.Michael Chan1-1/+1
2010-07-20ixgbe: fix version string for ixgbeDon Skidmore1-1/+1
2010-07-20ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou1-1/+1
2010-07-20ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2-13/+11
2010-07-20ixgbe: drop support for UDP in RSS hash generationAlexander Duyck1-3/+1
2010-07-20ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend1-1/+1
2010-07-20e1000: allow option to limit number of descriptors down to 48 per ringAlexander Duyck1-2/+2
2010-07-20drivers/net/82596.c: fix warningAndrew Morton1-1/+1
2010-07-20ks8842: Fix ks8842_tx_frame() for 16bit case.David S. Miller1-5/+3
2010-07-20net: this_cpu_xxx conversionsEric Dumazet2-4/+3
2010-07-20smsc911x: Add spinlocks around registers accessCatalin Marinas1-40/+52
2010-07-20bonding: avoid a warningEric Dumazet1-0/+2
2010-07-20net: Removing dead ARCH_PNX010XChristoph Egger2-47/+2
2010-07-20net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configurationShreyas Bhatewara2-5/+12
2010-07-20net-next: vmxnet3 fixes [4/5] Do not reset when the device is not openedShreyas Bhatewara1-0/+2
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-5/+6
2010-07-19net: 64bit stats for netdev_queueEric Dumazet2-4/+6
2010-07-19bonding: fix bond_inet6addr_event()Eric Dumazet1-0/+2
2010-07-19s2io: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-07-19sch_atm: Convert to use standard list_head facilities.David S. Miller1-57/+41