aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-05-07staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR checkPetr Štetiar1-1/+1
2019-05-05staging: octeon-ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-30staging: octeon-ethernet: add TODOAaro Koskinen1-0/+9
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-01Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman3-7/+39
2019-03-26staging: octeon-ethernet: fix incorrect PHY modeAaro Koskinen3-7/+39
2019-03-18staging: octeon: Lines should not end with a '('Branden Bonaby1-9/+11
2019-01-30staging: octeon: fix broken phylib usageAaro Koskinen1-1/+1
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-7/+5
2018-12-24staging: octeon: fix build failure with XFRM enabledFlorian Westphal1-2/+1
2018-12-06staging: octeon-ethernet: delete redundant includeAaro Koskinen2-2/+0
2018-11-05staging: octeon: Fix style issuesIoannis Valasakis1-5/+5
2018-01-15staging: octeon: remove redundant license textGreg Kroah-Hartman16-63/+0
2018-01-15staging: octeon: add SPDX identifiers.Greg Kroah-Hartman16-0/+16
2017-08-18staging: octeon: fix line over 80 charactersJohn Smith1-38/+41
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-8/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-6/+4
2017-05-15staging: octeon: use __func__ instead of func nameCraig Kewley1-1/+1
2017-03-08staging: octeon: remove unused variableArnd Bergmann1-1/+0
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-20/+19
2017-02-16staging: octeon: Use net_device_stats from struct net_deviceTobias Klauser4-19/+17
2017-02-05staging: octeon: Fix line over 80 charactersKamal Heib1-1/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-3/+2
2017-01-03staging: octeon: Call SET_NETDEV_DEV()Florian Fainelli1-0/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-12/+10
2016-09-20Staging: octeon: Add missing of_node_put after calling of_parse_phandle.Sandhya Bankar1-0/+1
2016-09-18Staging: octeon: ethernet-rx: fixed three redundant blank line style issuesCathal Mullaney1-3/+0
2016-09-16staging: octeon: remove multiple blank linesGargi Sharma1-2/+0
2016-09-15staging: octeon: use defines instead of magic numbersAsbjoern Sloth Toennesen1-6/+12
2016-09-12staging: octeon: stop using cvmx_helper_link_autoconf()Aaro Koskinen2-3/+8
2016-09-02staging: octeon: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-02staging: octeon: prevent poll during rx initAaro Koskinen1-0/+6
2016-09-02staging: octeon: set up pknd for all interfacesAaro Koskinen1-0/+2
2016-09-02staging: octeon: enable taking multiple rx groups into useAaro Koskinen1-2/+47
2016-09-02staging: octeon: support enabling multiple rx groupsAaro Koskinen3-53/+81
2016-09-02staging: octeon: move group number into rx group dataAaro Koskinen1-9/+11
2016-09-02staging: octeon: move irq into rx group specific dataAaro Koskinen1-7/+10
2016-09-02staging: octeon: create a struct for rx group specific dataAaro Koskinen1-6/+9
2016-09-02staging: octeon: move common poll code into a separate functionAaro Koskinen1-10/+19
2016-09-02staging: octeon: pass the NAPI instance reference to irq handlerAaro Koskinen1-4/+4
2016-09-02staging: octeon: use passed interrupt number in the handlerAaro Koskinen1-3/+3
2016-09-02staging: octeon: disable rx interrupts in oct_rx_shutdownAaro Koskinen2-9/+9
2016-09-01staging: octeon: configure rx-delay/tx-delayAaro Koskinen1-1/+13
2016-08-21net: ethernet: octeon: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-08-21net: ethernet: octeon: use phydev from struct net_devicePhilippe Reynes4-37/+26
2016-08-21staging: octeon: delete redundant log messageAaro Koskinen1-1/+0