summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* f_ncm: Don't use netdev_start_xmit().David S. Miller2014-08-271-1/+9
* ethernet: arc: Add support for specific SoC layer device tree bindingsRomain Perier2014-08-275-61/+129
* ethernet: arc: mdio changes for future SoC glue layer devtree supportRomain Perier2014-08-273-6/+5
* ethernet: arc: remove use of 'struct platform_device'Romain Perier2014-08-271-31/+33
* bnx2x: Fix static checker warning regarding `txdata_ptr'Yuval Mintz2014-08-271-2/+2
* r8152: replace strncpy with strlcpyhayeswang2014-08-271-2/+2
* net: bnx2x: fix build error with ptpRandy Dunlap2014-08-251-0/+1
* team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko2014-08-251-14/+30
* bnx2x: Fix timesync endianityMichal Kalderon2014-08-251-2/+4
* bnx2x: Be more forgiving toward SW GRODmitry Kravkov2014-08-251-1/+9
* bnx2x: VF clean statisticsYuval Mintz2014-08-251-0/+5
* bnx2x: Fix stop-on-errorYuval Mintz2014-08-252-6/+21
* bnx2x: ethtool -d might cause timeout in logDmitry Kravkov2014-08-251-9/+5
* ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann2014-08-251-3/+4
* net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2014-08-252-33/+15
* net/bnx2x: Use is_kdump_kernel() to detect kdump kernelAmir Vadai2014-08-252-2/+4
* stmmac: simple cleanupsPavel Machek2014-08-253-12/+10
* r8152: check code with checkpatch.plhayeswang2014-08-251-31/+35
* virtio_net: Support netdev_ops->ndo_xmit_flush()David S. Miller2014-08-241-1/+9
* igb: Support netdev_ops->ndo_xmit_flush()David S. Miller2014-08-241-11/+24
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-242-2/+2
* net: ec_bhf: remove excessive debug messagesDarek Marcinkiewicz2014-08-241-91/+10
* net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli2014-08-231-0/+31
* net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli2014-08-231-2/+4
* net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli2014-08-231-2/+4
* net: phy: fixed: return an error for Clause 45 over 22 readsFlorian Fainelli2014-08-231-0/+11
* net: phy: bcm7xxx: enable auto power downFlorian Fainelli2014-08-231-1/+26
* net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli2014-08-231-18/+0
* net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli2014-08-231-104/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-23122-1120/+3065
|\
| * vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel2014-08-221-4/+4
| * Merge tag 'pwm/for-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-221-2/+6
| |\
| | * pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven2014-08-181-2/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-2226-215/+350
| |\ \
| | * | drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes2014-08-221-1/+1
| | * | net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes2014-08-221-4/+0
| | * | ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard2014-08-221-4/+14
| | * | net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian2014-08-221-7/+13
| | * | net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy2014-08-223-15/+41
| | * | cxgb4: Free completed tx skbs promptlyHariprasad Shenai2014-08-213-2/+5
| | * | Merge tag 'linux-can-fixes-for-3.17-20140821' of git://gitorious.org/linux-ca...David S. Miller2014-08-213-30/+43
| | |\ \
| | | * | can: flexcan: handle state passive -> warning transitionSebastian Andrzej Siewior2014-08-211-0/+7
| | | * | can: flexcan: Disable error interrupt when bus error reporting is disabledAlexander Stein2014-08-211-0/+2
| | | * | can: c_can: checking IS_ERR() instead of NULLDan Carpenter2014-08-211-1/+1
| | | * | can: sja1000: Validate initialization state in start methodMirza Krak2014-08-211-29/+33
| | * | | cxgb4: Fix race condition in cleanupAnish Bhatt2014-08-212-14/+19
| | * | | bnx2x: Revert UNDI flushing mechanismYuval Mintz2014-08-211-75/+17
| | * | | qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh2014-08-211-10/+25
| | * | | qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia2014-08-211-0/+57
| | * | | qlcnic: Fix flash access interface to applicationJitendra Kalsaria2014-08-213-5/+32