summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-02-10net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua1-17/+11
2015-02-10Merge tag 'regulator-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-369/+1045
2015-02-10Merge tag 'spi-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds48-697/+2198
2015-02-09Merge tag 'regmap-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds4-8/+59
2015-02-09Merge tag 'hwmon-for-linus-v3.20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-131/+356
2015-02-09random: Fix fast_mix() functionGeorge Spelvin1-4/+4
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.or...David S. Miller169-2183/+6457
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo8-13/+54
2015-02-09Merge branches 'for-3.19/upstream-fixes', 'for-3.20/apple', 'for-3.20/betop',...Jiri Kosina18-228/+637
2015-02-09i40e/i40evf: Add call to u64_stats_init to initCarolyn Wyborny2-0/+4
2015-02-09i40e: Enable Loopback for the FCOE vsi as wellAnjali Singhai Jain1-0/+1
2015-02-09i40e: use dev_port for fcoe netdevVasu Dev1-0/+6
2015-02-09i40e: Fix function headerGreg Rose1-1/+1
2015-02-09i40e: fix led blink toggle to enable steady stateMatt Jared1-2/+4
2015-02-09i40evf: Force Tx writeback on ITRAnjali Singhai Jain3-4/+39
2015-02-09i40e: stop the service task at shutdownMitch Williams1-0/+2
2015-02-09cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai2-1/+4
2015-02-09i40evf: stop the watchdog for shutdownMitch Williams1-0/+6
2015-02-09i40evf: ignore bogus messages from FWMitch Williams1-1/+1
2015-02-09i40evf: reset on module unloadMitch Williams1-5/+10
2015-02-09i40e: add locking around VF resetMitch Williams2-6/+8
2015-02-09i40e: Use even more ARQ descriptorsMitch Williams1-2/+2
2015-02-09i40e: delay after VF resetMitch Williams1-6/+6
2015-02-09i40e: avoid use of uninitialized v_budget in i40e_init_msixJohn W Linville1-5/+5
2015-02-09i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist1-9/+0
2015-02-09vxlan: Wrong type passed to %pISRasmus Villemoes1-1/+1
2015-02-09Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare2-3/+3
2015-02-09net: rfs: add hash collision detectionEric Dumazet1-4/+1
2015-02-09ACPI / video: Add disable_native_backlight quirk for Samsung 510RHans de Goede1-0/+9
2015-02-09ACPI / PM: Remove unneeded nested #ifdefAndreas Ruprecht1-2/+0
2015-02-09USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht1-12/+0
2015-02-08cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai4-0/+53
2015-02-08cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai3-0/+91
2015-02-08cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai5-0/+58
2015-02-08cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai5-0/+320
2015-02-08cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2-0/+42
2015-02-08be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2-18/+27
2015-02-08be2net: process port misconfig async eventVasundhara Volam4-30/+139
2015-02-08be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2-97/+127
2015-02-08be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla3-51/+36
2015-02-08be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam3-23/+66
2015-02-08be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2-2/+9
2015-02-08be2net: refactor code that checks flash file compatibilityVasundhara Volam2-68/+78
2015-02-08be2net: replace (1 << x) with BIT(x)Vasundhara Volam3-15/+15
2015-02-08be2net: move un-exported routines from be.h to respective src filesSathya Perla3-166/+167
2015-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller13-219/+584
2015-02-08r8152: use BIT macrohayeswang1-17/+17
2015-02-08r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-08r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-08r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1