aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28nfp: bpf: improve wrong FW response warningsJakub Kicinski1-6/+6
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski6-2/+47
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski5-15/+88
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski1-29/+24
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski6-3/+212
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski4-0/+17
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski4-0/+21
2018-03-28nfp: bpf: add helper for basic map call checksJakub Kicinski1-15/+25
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski3-27/+50
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski1-3/+3
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2-0/+145
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang1-3/+70
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang3-2/+88
2018-03-28net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov4-33/+21
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov1-3/+3
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher168-0/+168
2018-03-23virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUSJay Vosburgh1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller105-751/+1114
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds104-763/+1146
2018-03-22net: hns3: Changes required in PF mailbox to support VF resetSalil Mehta3-1/+44
2018-03-22net: hns3: Add *Asserting Reset* mailbox message & handling in VFSalil Mehta2-0/+13
2018-03-22net: hns3: Changes to support ARQ(Asynchronous Receive Queue)Salil Mehta5-14/+111
2018-03-22net: hns3: Add support to re-initialize the hclge deviceSalil Mehta2-14/+106
2018-03-22net: hns3: Add support to reset the enet/ring mgmt layerSalil Mehta2-4/+102
2018-03-22net: hns3: Add support to request VF Reset to PFSalil Mehta1-0/+19
2018-03-22net: hns3: Add VF Reset device state and its handlingSalil Mehta3-5/+68
2018-03-22net: hns3: Add VF Reset Service Task to support event handlingSalil Mehta2-0/+35
2018-03-22net: hns3: Changes to make enet watchdog timeout func common for PF/VFSalil Mehta5-43/+46
2018-03-22liquidio: Added support for trusted VFIntiyaz Basha3-0/+125
2018-03-22net: qualcomm: rmnet: Implement fill_infoSubash Abhinov Kasiviswanathan1-0/+30
2018-03-22net: qualcomm: rmnet: Export mux_id and flags to netlinkSubash Abhinov Kasiviswanathan5-29/+32
2018-03-22net: qualcomm: rmnet: Remove unnecessary device assignmentSubash Abhinov Kasiviswanathan1-1/+0
2018-03-22net: qualcomm: rmnet: Update copyright year to 2018Subash Abhinov Kasiviswanathan8-8/+8
2018-03-22net: qualcomm: rmnet: Fix casting issuesSubash Abhinov Kasiviswanathan1-3/+3
2018-03-22net: mvpp2: use correct index on array mvpp2_poolsColin Ian King1-1/+1
2018-03-22macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter1-2/+3
2018-03-22Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-0/+2
2018-03-22mlxsw: spectrum: Add support for auto-negotiation disable modeTal Bar3-9/+18
2018-03-22mlxsw: spectrum: Update the supported firmware to version 13.1620.192Tal Bar1-2/+2
2018-03-22net: hns3: fix for not returning problem in get_link_ksettings when phy existsFuyun Liang1-2/+6
2018-03-22net: hns3: add querying speed and duplex support to VFFuyun Liang4-2/+37
2018-03-22net: hns3: add get_link support to VFFuyun Liang2-0/+9
2018-03-22net: hns3: fix for getting wrong link mode problemFuyun Liang5-89/+107
2018-03-22net: hns3: change the time interval of int_gl calculatingFuyun Liang2-17/+30
2018-03-22net: hns3: change GL update rateFuyun Liang2-0/+10
2018-03-22net: hns3: increase the max time for IMP handle commandPeng Li2-2/+2
2018-03-22net: hns3: export pci table of hclge and hclgevf to userspaceYunsheng Lin2-0/+4
2018-03-22net: hns3: fix for vlan table lost problem when resettingYunsheng Lin2-0/+29
2018-03-22net: hns3: fix the VF queue reset flow errorPeng Li4-6/+53
2018-03-22net: hns3: reallocate tx/rx buffer after changing mtuFuyun Liang1-14/+22