summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-11-10selftests/bpf: rename flow dissector section to flow_dissectorStanislav Fomichev-2/+2
2018-11-10Merge branch 'device-ops-as-cb'Alexei Starovoitov-118/+85
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet-13/+11
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet-10/+9
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet-36/+5
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet-22/+21
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet-41/+32
2018-11-10bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet-2/+2
2018-11-10bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet-1/+4
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet-9/+13
2018-11-10nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet-8/+12
2018-11-09bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande-19/+90
2018-11-09bpftool: Improve handling of ENOENT on map dumpsDavid Ahern-4/+14
2018-11-09selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan-1/+303
2018-11-09bpf: add perf event notificaton support for sock_opsSowmini Varadhan-0/+22
2018-11-09Merge branch 'bpf-max-pkt-offset'Daniel Borkmann-4/+18
2018-11-09nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang-4/+5
2018-11-09bpf: let verifier to calculate and record max_pkt_offsetJiong Wang-0/+13
2018-11-07bpf_load: add map name to load_maps error messageShannon Nelson-2/+2
2018-11-07tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet-0/+14
2018-11-07selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet-10/+14
2018-11-07net: hns3: Remove set but not used variable 'reset_level'YueHaibing-10/+3
2018-11-07Merge branch 'nfp-more-set-actions-and-notifier-refactor'David S. Miller-104/+252
2018-11-07nfp: flower: use the common netdev notifierJakub Kicinski-55/+30
2018-11-07nfp: register a notifier handler in a central location for the deviceJakub Kicinski-15/+57
2018-11-07nfp: flower: make nfp_fl_lag_changels_event() voidJakub Kicinski-8/+5
2018-11-07nfp: flower: don't try to nack device unregister eventsJakub Kicinski-9/+12
2018-11-07nfp: flower: remove unnecessary iteration over devicesJakub Kicinski-7/+0
2018-11-07nfp: flower: add ipv6 set flow label and hop limit offloadPieter Jansen van Vuuren-4/+75
2018-11-07nfp: flower: add ipv4 set ttl and tos offloadPieter Jansen van Vuuren-6/+73
2018-11-07Merge branch 'hns3-next'David S. Miller-180/+544
2018-11-07net: hns3: fix for cmd queue memory not freed problem during resetHuazhong Tan-65/+91
2018-11-07net: hns3: add error handler for hclge_reset()Huazhong Tan-22/+120
2018-11-07net: hns3: call roce's reset notify callback when resettingHuazhong Tan-0/+33
2018-11-07net: hns3: adjust the process of PF resetHuazhong Tan-2/+36
2018-11-07net: hns3: move some reset information from hnae3_handle into hclge_dev/hclge...Huazhong Tan-34/+28
2018-11-07net: hns3: ignore new coming low-level reset while doing high-level resetHuazhong Tan-11/+16
2018-11-07net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resettingHuazhong Tan-0/+48
2018-11-07net: hns3: enable/disable ring in the enet while doing UP/DOWNHuazhong Tan-44/+41
2018-11-07net: hns3: adjust the location of clearing the table when doing resetHuazhong Tan-10/+10
2018-11-07net: hns3: provide some interface & information for the clientHuazhong Tan-0/+68
2018-11-07net: hns3: add set_default_reset_request in the hnae3_ae_opsHuazhong Tan-1/+45
2018-11-07net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of ...Huazhong Tan-1/+18
2018-11-06Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'David S. Miller-14/+62
2018-11-06net: systemport: Unmap queues upon DSA unregister eventFlorian Fainelli-6/+50
2018-11-06net: systemport: Simplify queue mapping logicFlorian Fainelli-9/+9
2018-11-06net: dsa: bcm_sf2: Turn on PHY to allow successful registrationFlorian Fainelli-0/+4
2018-11-06Merge branch 'net-dsa-bcm_sf2-Store-rules-in-lists'David S. Miller-315/+204
2018-11-06net: systemport: Restore Broadcom tag match filters upon resumeFlorian Fainelli-0/+13
2018-11-06net: dsa: bcm_sf2: Get rid of unmarshalling functionsFlorian Fainelli-310/+0