Bluetooth: 6lowpan: Don't drop packets when run out of credits
[platform/kernel/linux-rpi.git] / drivers /
2017-04-12 Xinming HuBluetooth: btmrvl: remove unnecessary wakeup interrupt...
2017-04-12 Xinming HuBluetooth: btmrvl: disable platform wakeup interrupt...
2017-04-12 Johan HovoldBluetooth: hci_intel: add missing tty-device sanity...
2017-04-12 Johan HovoldBluetooth: hci_bcm: add missing tty-device sanity check
2017-04-12 Colin Ian Kingieee802154: ca8210: Add checks for kmalloc allocation...
2017-04-12 prasanna karthikBluetooth: btmrvl: cleanup code in return from btmrvl_s...
2017-04-12 Harry Morrisieee802154: Add CA8210 IEEE 802.15.4 device driver
2017-04-12 Andy ShevchenkoBluetooth: hci_bcm: Support platform enumeration
2017-04-12 Jeffy ChenBluetooth: btmrvl: wake system up when receives a wake irq
2017-04-12 Jeffy ChenBluetooth: btusb: wake system up when receives a wake irq
2017-04-12 Larry FingerBluetooth: btrtl: Change message for missing config...
2017-04-12 GabrielBluetooth: Added support for Rivet Networks Killer...
2017-04-12 Tedd Ho-Jeong AnBluetooth: hci_intel: Add support Intel Bluetooth devic...
2017-04-12 Tedd Ho-Jeong AnBluetooth: hci_intel: Fix firmware file name to use...
2017-04-12 Marcel HoltmannBluetooth: btusb: Add support for Intel Bluetooth devic...
2017-04-12 Tedd Ho-Jeong AnBluetooth: Use switch statement for Intel hardware...
2017-04-12 Geliang TangBluetooth: bluecard: use setup_timer
2017-04-12 John KeepingBluetooth: hci_bcm: Fix clock (un)prepare
2017-04-12 Colin Ian KingBluetooth: btmrvl: fix spelling mistake: "unregester...
2017-04-12 David S. MillerMerge branch 'ftgmac100-rework-batch4-misc'
2017-04-12 Benjamin Herrenschmidtftgmac100: Set default ring sizes to 128 entries
2017-04-12 Benjamin Herrenschmidtftgmac100: Make ring sizes configurable via ethtool
2017-04-12 Benjamin Herrenschmidtftgmac100: Add more register inits in ftgmac100_init_hw()
2017-04-12 Benjamin Herrenschmidtftgmac100: Open code remaining register writes
2017-04-12 Benjamin Herrenschmidtftgmac100: Rename ftgmac100_setup_mac to ftgmac100_init...
2017-04-12 Benjamin Herrenschmidtftgmac100: Rename ftgmac100_set_mac to ftgmac100_write_...
2017-04-12 Benjamin Herrenschmidtftgmac100: Set netdev->hw_features
2017-04-12 Benjamin Herrenschmidtftgmac100: Disable HW checksum generation on AST2400...
2017-04-12 Benjamin Herrenschmidtftgmac100: Use device "compatible" property, not machine.
2017-04-12 Benjamin Herrenschmidtftgmac100: Upgrade to NETIF_F_HW_CSUM
2017-04-12 Joao Pintonet: stmmac: use netif_set_real_num_{rx,tx}_queues
2017-04-11 David S. MillerMerge branch 's390-qeth-updates'
2017-04-11 Julian Wiedmanns390/qeth: remove unimplemented gdev routines
2017-04-11 Julian Wiedmanns390/qeth: use LINK_MODE_* to report the link character...
2017-04-11 Julian Wiedmanns390/qeth: convert to ETHTOOL_GLINKSETTINGS API
2017-04-11 Julian Wiedmanns390/qeth: clean up qeth_set_ecmd_adv_sup()
2017-04-11 Julian Wiedmanns390/qeth: use and remove some defines
2017-04-11 Julian Wiedmanns390/qeth: use correct return type for hard_start_xmit()
2017-04-11 Julian Wiedmanns390/qeth: remove unused parameter
2017-04-11 Julian Wiedmanns390/qeth: move gdev shutdown handler to core
2017-04-11 Julian Wiedmanns390/qeth: move NAPI poll routine to core
2017-04-11 Julian Wiedmanns390/qeth: move common ioctl handling to core
2017-04-11 David S. MillerMerge branch 'fec-driver-code-clean'
2017-04-11 Fugang Duannet: fec: add ERR007885 for i.MX6ul enet IP
2017-04-11 Fugang Duannet: fec: correct the errata number comment typo
2017-04-11 Fugang Duannet: fec: add phy-reset-gpios PROBE_DEFER check
2017-04-11 Fugang Duannet: fec: pass ->dev to dma_alloc__coherent() API
2017-04-11 Fugang Duannet: fec: avoid BD pointer type cast to 32bit
2017-04-11 Fugang Duannet: fec: add return value check after calling .of_prop...
2017-04-11 David S. MillerMerge branch 'net-remove-pci_enable_msix'
2017-04-11 Christoph Hellwigmlxsw: convert to pci_alloc_irq_vectors
2017-04-11 Christoph HellwigPCI: remove pci_enable_msix
2017-04-11 Thanneeru Srinivasulunet: thunderx: Switch to pci_alloc_irq_vectors
2017-04-11 Christoph Hellwignet/ena: switch to pci_alloc_irq_vectors
2017-04-11 Christoph Hellwignet: alx: switch to pci_alloc_irq_vectors
2017-04-11 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2017-04-10 David S. MillerMerge branch 'ftgmac100-rework-batch3-tx-path'
2017-04-10 Benjamin Herrenschmidtftgmac100: Remove tx descriptor accessors
2017-04-10 Benjamin Herrenschmidtftgmac100: Add support for fragmented tx
2017-04-10 Benjamin Herrenschmidtftgmac100: Don't clear tx desc fields unnecessarily
2017-04-10 Benjamin Herrenschmidtftgmac100: Split tx packet freeing from ftgmac100_tx_co...
2017-04-10 Benjamin Herrenschmidtftgmac100: Move the barrier out of ftgmac100_txdes_set_...
2017-04-10 Benjamin Herrenschmidtftgmac100: Cleanup tx queue handling
2017-04-10 Benjamin Herrenschmidtftgmac100: Store tx skbs in a separate array
2017-04-10 Benjamin Herrenschmidtftgmac100: Pad small frames properly
2017-04-10 Benjamin Herrenschmidtftgmac100: Factor tx packet dropping path
2017-04-10 Benjamin Herrenschmidtftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_s...
2017-04-10 Benjamin Herrenschmidtftgmac100: Move ftgmac100_hard_start_xmit() around
2017-04-10 Benjamin Herrenschmidtftgmac100: Add a tx timeout handler
2017-04-10 Florian Fainellinet: dsa: mt7530: Include gpio/consumer.h for GPIO...
2017-04-10 stephen hemmingernetvsc: use napi_consume_skb
2017-04-10 David S. MillerMerge tag 'wireless-drivers-next-for-davem-2017-04...
2017-04-09 David S. MillerMerge branch '40GbE' of git://git./linux/kernel/git...
2017-04-08 Felix Manlunasliquidio: fix VF incorrectly indicating that it success...
2017-04-08 K. Y. Srinivasannetvsc: Initialize all channel related state prior...
2017-04-08 Florian Fainellinet: dsa: mv88e6xxx: Make SMI c22/c45 read/write functi...
2017-04-08 Colin Ian Kingnfp: don't dereference a null nn->eth_port to print...
2017-04-08 David S. MillerMerge tag 'mlx5-updates-2017-04-16' of git://git./linux...
2017-04-08 Alexander Duycki40e/i40evf: Use build_skb to build frames
2017-04-08 Alexander Duycki40e/i40evf: Add support for padding start of frames
2017-04-08 Alexander Duycki40e/i40evf: Add support for using order 1 pages with...
2017-04-08 Jacob Kelleri40e: clean up historic deprecated flag definitions
2017-04-08 Alice Michaeli40e: remove I40E_FLAG_NEED_LINK_UPDATE
2017-04-08 Jacob Kelleri40e: remove extraneous loop in i40e_vsi_wait_queues_di...
2017-04-08 Jacob Kelleri40e: allow look-up of MAC address from Open Firmware...
2017-04-08 Alan Bradyi40e: Simplify i40e_detect_recover_hung_queue logic
2017-04-08 Maciej Sosini40e: Decrease the scope of rtnl lock
2017-04-08 Alexander Duycki40e: Swap use of pf->flags and pf->hw_disabled_flags...
2017-04-08 Jacob Kelleri40e: update error message when trying to add invalid...
2017-04-08 Mitch Williamsi40e: only register client on iWarp-capable devices
2017-04-07 Thanneeru Srinivasulunet: thunderx: Enable TSO and checksum offloads for...
2017-04-07 David S. MillerMerge branch 'dsa-mediatek-MT7530'
2017-04-07 Sean Wangnet-next: dsa: add dsa support for Mediatek MT7530...
2017-04-07 Sean Wangnet-next: ethernet: mediatek: add device_node of GMAC...
2017-04-07 Sean Wangnet-next: ethernet: mediatek: add CDM able to recognize...
2017-04-07 David S. MillerMerge branch 'stmmac-multiple-buffers'
2017-04-07 Joao Pintonet: stmmac: adding multiple napi mechanism
2017-04-07 Joao Pintonet: stmmac: adding multiple buffers for TX
2017-04-07 Joao Pintonet: stmmac: adding multiple buffers for rx
2017-04-07 Joao Pintonet: stmmac: break some functions into RX and TX scopes
next