summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Remove unused variable in nsim_bpfNathan Chancellor2018-11-171-1/+0
* bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-112-9/+7
* bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-112-4/+3
* bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-8/+3
* bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-13/+12
* bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-112-21/+22
* bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-114-7/+7
* nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet2018-11-113-8/+12
* nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang2018-11-091-4/+5
* net: hns3: Remove set but not used variable 'reset_level'YueHaibing2018-11-071-10/+3
* nfp: flower: use the common netdev notifierJakub Kicinski2018-11-074-55/+30
* nfp: register a notifier handler in a central location for the deviceJakub Kicinski2018-11-072-15/+57
* nfp: flower: make nfp_fl_lag_changels_event() voidJakub Kicinski2018-11-071-8/+5
* nfp: flower: don't try to nack device unregister eventsJakub Kicinski2018-11-071-9/+12
* nfp: flower: remove unnecessary iteration over devicesJakub Kicinski2018-11-071-7/+0
* nfp: flower: add ipv6 set flow label and hop limit offloadPieter Jansen van Vuuren2018-11-072-4/+75
* nfp: flower: add ipv4 set ttl and tos offloadPieter Jansen van Vuuren2018-11-072-6/+73
* net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan2018-11-073-65/+91
* net: hns3: add error handler for hclge_reset()Huazhong Tan2018-11-072-22/+120
* net: hns3: call roce's reset notify callback when resettingHuazhong Tan2018-11-071-0/+33
* net: hns3: adjust the process of PF resetHuazhong Tan2018-11-071-2/+36
* net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong Tan2018-11-077-34/+28
* net: hns3: ignore new coming low-level reset while doing high-level resetHuazhong Tan2018-11-071-11/+16
* net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan2018-11-074-0/+48
* net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan2018-11-074-44/+41
* net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan2018-11-071-10/+10
* net: hns3: provide some interface & information for the clientHuazhong Tan2018-11-075-0/+68
* net: hns3: add set_default_reset_request in the hnae3_ae_opsHuazhong Tan2018-11-075-1/+45
* net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...Huazhong Tan2018-11-072-1/+18
* net: systemport: Unmap queues upon DSA unregister eventFlorian Fainelli2018-11-071-6/+50
* net: systemport: Simplify queue mapping logicFlorian Fainelli2018-11-072-9/+9
* net: dsa: bcm_sf2: Turn on PHY to allow successful registrationFlorian Fainelli2018-11-071-0/+4
* net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli2018-11-072-0/+13
* net: dsa: bcm_sf2: Get rid of unmarshalling functionsFlorian Fainelli2018-11-071-310/+0
* net: dsa: bcm_sf2: Restore CFP rules during system resumeFlorian Fainelli2018-11-073-0/+41
* net: dsa: bcm_sf2: Split rule handling from HW operationFlorian Fainelli2018-11-071-35/+54
* net: dsa: bcm_sf2: Keep copy of inserted rulesFlorian Fainelli2018-11-073-11/+137
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-074-4/+4
* ISDN: eicon: Remove driverOlof Johansson2018-11-0684-41748/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0617-277/+250
|\
| * net: alx: make alx_drv_name staticRasmus Villemoes2018-11-062-2/+1
| * bonding/802.3ad: fix link_failure_count trackingJarod Wilson2018-11-051-2/+2
| * net: phy: realtek: fix RTL8201F sysfs nameHolger Hoffstätte2018-11-051-1/+1
| * mlxsw: spectrum: Fix IP2ME CPU policer configurationShalom Toledo2018-11-041-1/+0
| * qed: fix link config error handlingArnd Bergmann2018-11-041-2/+5
| * net: hns3: Fix for out-of-bounds access when setting pfc back pressureYunsheng Lin2018-11-031-6/+4
| * net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet2018-11-031-2/+4
| * s390/qeth: report 25Gbit link speedJulian Wiedmann2018-11-032-2/+20
| * s390/qeth: sanitize ARP requestsJulian Wiedmann2018-11-034-79/+34
| * s390/qeth: fix initial operstateJulian Wiedmann2018-11-034-10/+25