summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-141-72/+154
|\
| * at86rf230: fix volatile regmap registersAlexander Aring2015-03-141-0/+2
| * at86rf230: add support for calibration timeoutAlexander Aring2015-03-141-14/+58
| * at86rf230: replace state change sleeps with hrtimerAlexander Aring2015-03-141-10/+29
| * at86rf230: init xtal_trim with zeroAlexander Aring2015-03-141-1/+1
| * at86rf230: restore trx len when neededAlexander Aring2015-03-031-4/+8
| * at86rf230: remove multiple dereferencing for ctxAlexander Aring2015-03-031-13/+12
| * at86rf230: remove multiple dereferencing for irqAlexander Aring2015-03-031-11/+14
| * at86rf230: refactor receive handlingAlexander Aring2015-03-031-20/+14
| * at86rf230: cleanup and squash stack variableAlexander Aring2015-03-031-2/+1
| * at86rf230: add transmit retry supportAlexander Aring2015-03-031-3/+21
* | net: bcmgenet: add support for xmit_moreFlorian Fainelli2015-03-131-3/+4
* | net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli2015-03-131-13/+5
* | net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther2015-03-131-56/+43
* | vxlan: Don't set s_addr in vxlan_create_sockSimon Horman2015-03-131-1/+0
* | net/macb: Only adjust tx_clk on link changeJaeden Amero2015-03-131-2/+5
* | net/mlx5_core: don't export static symbolJulia Lawall2015-03-121-1/+0
* | net: bcmgenet: collect Rx discarded packet countPetri Gynther2015-03-112-0/+19
* | net/fsl: remove dependency FSL_SOC from MDIOShaohui Xie2015-03-111-2/+0
* | macb: Fix merge error.Stephen Rothwell2015-03-101-16/+0
* | net: phy: bcm7xxx: add alternate id for 7439Florian Fainelli2015-03-101-0/+1
* | switchdev: add netlink flags to IPv4 FIB add opScott Feldman2015-03-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-1018-85/+152
|\ \
| * | net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
| * | can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-091-5/+23
| * | can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish2015-03-091-12/+8
| * | can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean2015-03-091-0/+4
| * | can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+8
| * | bgmac: Clean warning messagesPeter Senna Tschudin2015-03-091-7/+0
| * | net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-061-1/+0
| * | net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri2015-03-061-1/+1
| * | net: gianfar: correctly determine the number of queue groupsTobias Waldekranz2015-03-061-2/+17
| * | net: bcmgenet: properly disable password matchingFlorian Fainelli2015-03-061-2/+4
| * | net: eth: xgene: fix booting with devicetreeMark Salter2015-03-051-1/+1
| * | bnx2x: Force fundamental reset for EEH recoveryBrian King2015-03-051-0/+3
| * | xen-netback: refactor xenvif_handle_frag_list()David Vrabel2015-03-051-12/+9
| * | xen-netback: unref frags when handling a from-guest skb with a frag listDavid Vrabel2015-03-051-1/+6
| * | xen-netback: return correct ethtool statsDavid Vrabel2015-03-051-2/+1
| * | ARM: fix typos in smc91x platform dataArnd Bergmann2015-03-051-0/+1
| * | team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko2015-03-041-3/+3
| * | net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
| * | drivers: net: xgene: fix new firmware backward compatibility with older driverIyappan Subramanian2015-03-041-0/+4
| * | bcm63xx_enet: fix poll callback.Nicolas Schichan2015-03-041-4/+4
| * | stmmac: check IRQ availability early on probeAlexey Brodkin2015-03-041-29/+36
* | | net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther2015-03-102-53/+119
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-0912-187/+313
|\ \ \
| * | | i40e: add ethtool RSS supportMitch A Williams2015-03-092-0/+110
| * | | i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan2015-03-092-2/+2
| * | | i40e: add MAC printing to debugfs dump VSIShannon Nelson2015-03-091-0/+5
| * | | i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher2015-03-099-174/+174