aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko2-4/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko2-2/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko2-5/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+1
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2-4/+4
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2017-04-17sfc: limit the number of receive queuesBert Kenward1-0/+7
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-03sfc-falcon: get rid of custom busy polling codeEric Dumazet3-169/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-03sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree1-0/+1
2017-01-02net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes8-56/+74
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree29-0/+22989