summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: add "port_" prefix to MAC statsDaniel Pieczko2015-06-023-179/+182
* sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-028-0/+45
* sfc: Add sysfs entry for flags (link control and primary)Shradha Shah2015-06-021-7/+51
* sfc: Add paranthesis correctly on all branches of the if statementShradha Shah2015-06-021-4/+4
* sfc: Add code to export port_num in netdev->dev_portShradha Shah2015-06-021-0/+2
* net: thunderx: use GFP_KERNEL in thread contextAleksey Makarov2015-06-021-1/+1
* net: thunderx: check if memory allocation was successfulAleksey Makarov2015-06-021-0/+2
* net: thunderx: remove unneeded type conversionsAleksey Makarov2015-06-021-2/+1
* net: thunderx: fix nicvf_set_rxfh()Aleksey Makarov2015-06-021-2/+1
* net: thunderx: add staticAleksey Makarov2015-06-024-22/+16
* net: thunderx: delete unused variablesAleksey Makarov2015-06-021-2/+2
* net: thunderx: rework mac address handlingAleksey Makarov2015-06-025-19/+9
* net: thunderx: introduce a function for mailbox accessAleksey Makarov2015-06-021-10/+17
* net: thunderx: fix constantsAleksey Makarov2015-06-021-5/+5
* net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter2015-06-024-8/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-02113-801/+800
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-0214-76/+94
| |\
| | * Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub...David S. Miller2015-06-025-27/+20
| | |\
| | | * Merge tag 'iwlwifi-for-kalle-2015-05-28' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-05-284-20/+15
| | | |\
| | | | * iwlwifi: nvm: fix otp parsing in 8000 hw familyLiad Kaufman2015-05-281-1/+1
| | | | * iwlwifi: pcie: fix tracking of cmd_in_flightIlan Peer2015-05-283-19/+14
| | | * | brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() failsArend van Spriel2015-05-281-7/+5
| | * | | bnx2x: Move statistics implementation into semaphoresYuval Mintz2015-06-013-11/+20
| | * | | xen: netback: read hotplug script once at start of day.Ian Campbell2015-06-011-14/+19
| | * | | xen: netback: fix printf format string warningIan Campbell2015-06-011-1/+1
| | * | | sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-06-011-17/+25
| | * | | bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-311-2/+2
| | * | | bna: remove unreasonable iocpf timer startIvan Vecera2015-05-311-4/+0
| | * | | bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-311-0/+7
| * | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2015-05-312-10/+11
| |\ \ \ \
| | * | | | ttyFDC: Fix to use native endian MMIO readsJames Hogan2015-05-261-8/+9
| | * | | | MIPS: Fix CDMM to use native endian MMIO readsJames Hogan2015-05-261-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-3120-254/+166
| |\ \ \ \ \
| | * | | | | iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier2015-05-311-3/+3
| | * | | | | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-3110-18/+15
| | * | | | | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-313-94/+76
| | * | | | | target/user: Only support full command pass-throughAndy Grover2015-05-311-50/+74
| | * | | | | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2015-05-312-0/+4
| | * | | | | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-316-61/+31
| | * | | | | target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger2015-05-203-6/+3
| | * | | | | target: Add missing parenthesesBart Van Assche2015-05-151-2/+2
| | * | | | | target: Fix bidi command handlingBart Van Assche2015-05-151-2/+1
| | * | | | | target/user: Disallow full passthrough (pass_level=0)Andy Grover2015-05-031-65/+3
| | * | | | | ISCSI: fix minor memory leakEvgenii Lepikhin2015-05-031-0/+1
| * | | | | | Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-314-1/+14
| |\ \ \ \ \ \
| | * | | | | | hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck2015-05-301-0/+2
| | * | | | | | hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-05-301-0/+2
| | * | | | | | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck2015-05-291-1/+1
| | * | | | | | hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-05-271-0/+9
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-05-293-24/+36
| |\ \ \ \ \ \