| Commit message (Expand) | Author | Age | Files | Lines |
* | net: macb: Add support for sgmii phy interface | Punnaiah Choudary Kalluri | 2015-11-18 | 2 | -0/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-07-31 | 2 | -62/+97 |
|\ |
|
| * | macb: Fix build with macro'ized readl/writel. | David S. Miller | 2015-07-27 | 2 | -15/+15 |
| * | net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP() | Andy Shevchenko | 2015-07-27 | 1 | -8/+2 |
| * | net/macb: suppress compiler warnings | Andy Shevchenko | 2015-07-27 | 2 | -6/+5 |
| * | net/macb: use dev_*() when netdev is not yet registered | Andy Shevchenko | 2015-07-27 | 1 | -2/+2 |
| * | net/macb: check if macb_config present | Andy Shevchenko | 2015-07-27 | 1 | -2/+1 |
| * | net/macb: improve big endian CPU support | Andy Shevchenko | 2015-07-27 | 2 | -44/+87 |
* | | net: macb: Change capability mask for jumbo support | Harini Katakam | 2015-07-26 | 1 | -1/+1 |
* | | net: macb: Add SG support for Zynq SOC family | Punnaiah Choudary Kalluri | 2015-07-08 | 1 | -4/+2 |
|/ |
|
* | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2015-06-23 | 1 | -2/+0 |
* | net/macb: add config for Atmel sama5d2 SoCs | Cyrille Pitchen | 2015-06-23 | 1 | -0/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 2 | -0/+20 |
|\ |
|
| * | net: macb: Disable half duplex gigabit on Zynq | Nathan Sullivan | 2015-05-22 | 2 | -0/+13 |
| * | net: macb: Add better comment for RXUBR handling | Nathan Sullivan | 2015-05-15 | 1 | -0/+6 |
* | | net: macb: OR vs AND typos | Dan Carpenter | 2015-05-14 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-13 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | net: macb: Handle the RXUBR interrupt on all devices | Nathan Sullivan | 2015-05-09 | 1 | -1/+10 |
* | | net: macb: Add change_mtu callback with jumbo support | Harini Katakam | 2015-05-09 | 1 | -1/+23 |
* | | net: macb: Add support for jumbo frames | Harini Katakam | 2015-05-09 | 2 | -4/+27 |
* | | net: macb: Add compatible string for Zynq Ultrascale+ MPSoC | Harini Katakam | 2015-05-09 | 1 | -0/+8 |
|/ |
|
* | net: macb: Fix race condition in driver when Rx frame is dropped | Punnaiah Choudary Kalluri | 2015-04-29 | 1 | -0/+3 |
* | net/macb: Factor out one-time assignment from loop | Ben Shelton | 2015-04-22 | 1 | -2/+2 |
* | net/macb: sqe_test_errors are TX errors, not RX errors | Wolfgang Steinwender | 2015-04-12 | 1 | -2/+2 |
* | net/macb: unify peripheral version testing | Nicolas Ferre | 2015-03-31 | 2 | -5/+7 |
* | net/macb: fix the peripheral version test | Nicolas Ferre | 2015-03-31 | 1 | -1/+1 |
* | net/macb: add the user i/o to ethtool register dump | Nicolas Ferre | 2015-03-31 | 2 | -2/+2 |
* | net/macb: fix probe sequence to setup clocks earlier | Nicolas Ferre | 2015-03-31 | 2 | -67/+104 |
* | net/macb: trivial: correct wording for caps | Nicolas Ferre | 2015-03-31 | 1 | -2/+2 |
* | net/macb: fix capabilities configuration | Nicolas Ferre | 2015-03-31 | 1 | -18/+18 |
* | net/macb: add comment in macb_probe_queues | Nicolas Ferre | 2015-03-31 | 1 | -2/+6 |
* | net/macb: only probe queues once and use stored values | Nicolas Ferre | 2015-03-31 | 2 | -4/+4 |
* | net/macb: Only adjust tx_clk on link change | Jaeden Amero | 2015-03-12 | 1 | -2/+5 |
* | macb: Fix merge error. | Stephen Rothwell | 2015-03-10 | 1 | -16/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-09 | 2 | -6/+22 |
|\ |
|
| * | net: macb: constify macb configuration data | Josh Cartwright | 2015-03-09 | 1 | -4/+4 |
| * | net: macb: Correct the MID field length value | Punnaiah Choudary Kalluri | 2015-03-05 | 1 | -1/+1 |
* | | net/macb: merge at91_ether driver into macb driver | Cyrille Pitchen | 2015-03-07 | 5 | -655/+484 |
* | | net/macb: unify clock management | Cyrille Pitchen | 2015-03-07 | 1 | -17/+14 |
* | | net: macb: remove #if defined(CONFIG_ARCH_AT91) sections | Boris BREZILLON | 2015-03-07 | 2 | -15/+19 |
* | | net: macb: Fix multi queue support for xilinx ZynqMP | Punnaiah Choudary Kalluri | 2015-03-06 | 1 | -1/+1 |
* | | net: macb: Include multi queue support for xilinx ZynqMP ethernet version | Punnaiah Choudary Kalluri | 2015-03-06 | 1 | -1/+1 |
* | | net: cadence: Remove Kconfig dependency on ARCH | Michal Simek | 2015-03-04 | 1 | -2/+2 |
* | | net: macb: Properly add DMACFG bit definitions | Arun Chandran | 2015-03-01 | 1 | -1/+2 |
* | | net: macb: Add on the fly CPU endianness detection | Arun Chandran | 2015-03-01 | 1 | -4/+18 |
* | | net: macb: Add big endian CPU support | Arun Chandran | 2015-02-20 | 2 | -13/+20 |
|/ |
|
* | net/macb: fix sparse warning | Lad, Prabhakar | 2015-02-05 | 1 | -2/+1 |
* | net: macb: Remove CONFIG_PM ifdef because of compilation warning | Michal Simek | 2015-01-26 | 1 | -4/+2 |
* | net: macb: allow deffered probe of the driver | Nicolae Rosia | 2015-01-26 | 1 | -4/+5 |
* | net/macb: Create gem_ethtool_ops for new statistics functions | Xander Huff | 2015-01-16 | 1 | -2/+13 |