summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody2016-04-201-16/+15
* net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov2016-04-201-2/+6
* net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov2016-04-201-1/+1
* macsec: fix crypto Kconfig dependencyArnd Bergmann2016-04-181-0/+1
* net: bcmgenet: device stats are unsigned longEric Dumazet2016-04-171-1/+5
* net: dsa: mv88e6xxx: share the same default FDBVivien Didelot2016-04-171-26/+2
* net: dsa: mv88e6xxx: enable SA learning on DSA portsVivien Didelot2016-04-171-2/+2
* net: dsa: mv88e6xxx: unlock DSA and CPU portsVivien Didelot2016-04-171-1/+1
* cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody2016-04-151-15/+16
* bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau2016-04-151-3/+3
* cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork2016-04-151-2/+7
* bgmac: reset & enable Ethernet core before using itRafał Miłecki2016-04-141-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-04-145-64/+84
|\
| * fm10k: fix multi-bit VLAN update requests from VFJacob Keller2016-04-141-8/+22
| * i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2016-04-144-56/+62
* | net: thunderx: Fix broken of_node_put() code.David Daney2016-04-141-2/+3
* | mISDN: Fixing missing validation in base_sock_bind()Emrah Demir2016-04-141-0/+3
|/
* net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0Wolfram Sang2016-04-141-0/+3
* Merge tag 'wireless-drivers-for-davem-2016-04-13' of git://git.kernel.org/pub...David S. Miller2016-04-136-22/+15
|\
| * Merge tag 'iwlwifi-for-kalle-2016-03-30' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-04-023-4/+4
| |\
| | * iwlwifi: mvm: fix memory leak in pagingMatti Gottlieb2016-03-202-2/+2
| | * iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach2016-03-201-2/+2
| * | rtlwifi: fix gcc-6 indentation warningArnd Bergmann2016-03-231-3/+3
| * | bcma: fix building without OF_IRQArnd Bergmann2016-03-231-13/+4
| * | b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_initJia-Ju Bai2016-03-231-2/+4
* | | net: vrf: Fix dst reference countingDavid Ahern2016-04-111-161/+16
* | | cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-113-3/+53
* | | net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTPPhil Reid2016-04-111-3/+13
* | | sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()Sergei Shtylyov2016-04-101-5/+1
* | | Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-091-3/+2
|\ \ \
| * | | tty: Fix merge of "tty: Refactor tty_open()"Peter Hurley2016-04-011-2/+1
| * | | tty: Fix UML console breakagePeter Hurley2016-04-011-1/+1
* | | | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-04-0921-147/+150
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-0997-801/+996
| |\ \ \ \
| | * | | | USB: option: add "D-Link DWM-221 B1" device idBjørn Mork2016-04-071-0/+2
| | * | | | USB: serial: cp210x: Adding GE Healthcare Device IDMartyn Welch2016-04-071-0/+1
| | * | | | USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devicesJosh Boyer2016-04-072-0/+12
| * | | | | Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-077-20/+34
| |\ \ \ \ \
| | * | | | | usb: dwc3: keystone: drop dma_mask configurationGrygorii Strashko2016-04-061-5/+0
| | * | | | | usb: gadget: udc-core: remove manual dma configurationGrygorii Strashko2016-04-061-6/+0
| | * | | | | usb: dwc3: pci: add ID for one more Intel Broxton platformHeikki Krogerus2016-04-061-0/+2
| | * | | | | usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()Yoshihiro Shimoda2016-04-041-1/+5
| | * | | | | usb: dwc2: do not override forced dr_mode in gadget setupPrzemek Rudy2016-04-041-5/+18
| | * | | | | usb: gadget: f_midi: unlock on errorDan Carpenter2016-04-041-1/+3
| | * | | | | usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transferYoshihiro Shimoda2016-03-301-0/+1
| | * | | | | usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()Yoshihiro Shimoda2016-03-301-1/+2
| | * | | | | usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello2016-03-301-1/+3
| * | | | | | USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum2016-03-311-0/+19
| * | | | | | USB: cypress_m8: add endpoint sanity checkOliver Neukum2016-03-311-6/+5
| * | | | | | USB: mct_u232: add sanity checking in probeOliver Neukum2016-03-311-1/+8