Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | skge: fix checksum byte order | Stephen Hemminger | 1 | -1/+1 |
2019-09-02 | mvpp2: percpu buffers | Matteo Croce | 2 | -23/+222 |
2019-09-02 | mvpp2: refactor BM pool functions | Matteo Croce | 1 | -19/+16 |
2019-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+7 |
2019-08-29 | sky2: Disable MSI on yet another ASUS boards (P6Xxxx) | Takashi Iwai | 1 | -0/+7 |
2019-08-21 | pxa168_eth: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -2/+1 |
2019-08-21 | net: mvneta: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-15 | net/mvpp2: Replace tasklet with softirq hrtimer | Thomas Gleixner | 2 | -38/+23 |
2019-08-11 | mvpp2: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -18/+1 |
2019-08-11 | skge: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -30/+9 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -56/+69 |
2019-08-05 | drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case | Arnaud Patard (Rtp) | 1 | -9/+22 |
2019-08-01 | mvpp2: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -7/+3 |
2019-08-01 | mvpp2: fix panic on module removal | Matteo Croce | 1 | -3/+2 |
2019-07-31 | net: Use skb_frag_off accessors | Jonathan Lemon | 1 | -1/+1 |
2019-07-29 | mvpp2: refactor the HW checksum setup | Matteo Croce | 1 | -13/+22 |
2019-07-29 | mvpp2: refactor MTU change code | Matteo Croce | 1 | -28/+13 |
2019-07-26 | net: mvneta: use devm_platform_ioremap_resource() to simplify code | Jisheng Zhang | 1 | -3/+1 |
2019-07-24 | net: marvell: Use dev_get_drvdata where possible | Chuhong Yuan | 2 | -6/+3 |
2019-07-23 | sky2: Disable MSI on ASUS P6T | Takashi Iwai | 1 | -0/+7 |
2019-07-23 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2 | -5/+6 |
2019-07-23 | net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links | Maxime Chevallier | 1 | -3/+3 |
2019-07-15 | ethernet: remove redundant memset | Fuqian Huang | 1 | -2/+0 |
2019-07-14 | sky2: Disable MSI on P5W DH Deluxe | Tasos Sahanidis | 1 | -0/+7 |
2019-07-09 | net: mvmdio: defer probe of orion-mdio if a clock is not ready | Josua Mayer | 1 | -0/+5 |
2019-07-09 | net: mvmdio: print warning when orion-mdio has too many clocks | Josua Mayer | 1 | -0/+4 |
2019-07-09 | net: mvmdio: allow up to four clocks to be specified for orion-mdio | Josua Mayer | 1 | -1/+1 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2019-07-09 | net: mvpp2: cls: Add support for ETHER_FLOW | Maxime Chevallier | 1 | -0/+2 |
2019-07-09 | net: mvpp2: cls: Report an error for unsupported flow types | Maxime Chevallier | 1 | -0/+4 |
2019-06-29 | net: mvpp2: prs: Don't override the sign bit in SRAM parser shift | Maxime Chevallier | 1 | -1/+2 |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2019-06-20 | net: mvpp2: debugfs: Add pmap to fs dump | Nathan Huckleberry | 1 | -0/+3 |
2019-06-19 | net: mvpp2: cls: Add steering based on vlan Id and priority. | Maxime Chevallier | 2 | -34/+86 |
2019-06-19 | net: mvpp2: cls: right-justify the C2 TCAM keys | Maxime Chevallier | 1 | -7/+7 |
2019-06-19 | net: mvpp2: cls: Only select applicable flows of classification offload | Maxime Chevallier | 1 | -0/+3 |
2019-06-19 | net: mvpp2: cls: Use a dedicated lu_type for the RSS lookup | Maxime Chevallier | 2 | -2/+7 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+12 |
2019-06-12 | net: mvpp2: prs: Use the correct helpers when removing all VID filters | Maxime Chevallier | 1 | -2/+4 |
2019-06-12 | net: mvpp2: prs: Fix parser range for VID filtering | Maxime Chevallier | 1 | -9/+8 |
2019-06-10 | net: mvpp2: Add support for more ethtool counters | Maxime Chevallier | 2 | -18/+132 |
2019-06-10 | net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_counters | Maxime Chevallier | 1 | -10/+11 |
2019-06-10 | net: mvpp2: Only clear the stat counters at port init | Maxime Chevallier | 1 | -6/+5 |
2019-06-10 | net: hwbm: Make the hwbm_pool lock a mutex | Sebastian Andrzej Siewior | 2 | -3/+3 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -28/+4 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+2 |
2019-06-06 | net: mvpp2: Use strscpy to handle stat strings | Maxime Chevallier | 1 | -2/+2 |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -9/+8 |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 2 | -26/+2 |
2019-05-31 | net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value | Antoine Tenart | 1 | -6/+4 |