summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-04-281-1/+1
|\
| * clk: sunxi-ng: always select CCU_GATEArnd Bergmann2017-04-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-283-9/+11
|\ \
| * | net: hso: register netdev later to avoid a race conditionAndreas Kemnade2017-04-281-7/+7
| * | bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removalPaolo Abeni2017-04-281-1/+1
| * | cpsw/netcp: refine cpts dependencyArnd Bergmann2017-04-281-1/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-04-281-0/+7
|\ \ \ | |/ / |/| |
| * | Input: i8042 - add Clevo P650RS to the i8042 reset listDmitry Torokhov2017-04-241-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2629-106/+315
|\ \ \
| * | | macsec: dynamically allocate space for sglistJason A. Donenfeld2017-04-261-7/+22
| * | | Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller2017-04-261-11/+0
| * | | net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-04-261-4/+36
| * | | qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com2017-04-251-5/+5
| * | | netvsc: fix calculation of available send sectionsstephen hemminger2017-04-252-6/+4
| * | | net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
| * | | team: fix memory leaksPan Bian2017-04-251-2/+6
| * | | Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm...David S. Miller2017-04-255-5/+90
| |\ \ \
| | * | | net: can: usb: gs_usb: Fix buffer on stackMaksim Salau2017-04-251-5/+12
| | * | | can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean2017-04-251-0/+1
| | * | | can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean2017-04-254-0/+77
| * | | | sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2017-04-252-1/+5
| * | | | macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-04-251-1/+10
| * | | | usb: plusb: Add support for PL-27A1Roman SpychaƂa2017-04-252-3/+14
| |/ / /
| * | | net: dsa: b53: Fix CPU port for 58xx devicesFlorian Fainelli2017-04-241-1/+1
| * | | net: dsa: b53: Implement software reset for 58xx devicesFlorian Fainelli2017-04-242-1/+25
| * | | net: dsa: b53: Include IMP/CPU port in dumb forwarding modeFlorian Fainelli2017-04-242-0/+14
| * | | Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| |\ \ \
| | * | | net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | * | | net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | * | | net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | * | | net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | * | | net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | * | | net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| | * | | net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| * | | | ravb: Double free on error in ravb_start_xmit()Dan Carpenter2017-04-241-3/+4
| * | | | macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld2017-04-241-1/+1
| * | | | net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
| * | | | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| |/ / /
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-241-2/+2
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-151-2/+2
| |\ \ \ \
| | * | | | scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn2017-04-131-2/+2
* | | | | | Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-04-231-4/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ubi/upd: Always flush after prepared for an updateSebastian Siewior2017-03-301-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2110-108/+101
|\ \ \ \ \ \
| * | | | | | kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
| * | | | | | ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| * | | | | | lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| * | | | | | sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-7/+2
| * | | | | | cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-5/+2
| * | | | | | smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2