summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-115-36/+5Star
| * bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-115-22/+21Star
| * bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-115-41/+32Star
| * bpf: call finalize() from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-2/+2
| * bpf: call verify_insn from its callback in struct bpf_offload_devQuentin Monnet2018-11-112-1/+4
| * bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-116-9/+13
| * nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet2018-11-113-8/+12
|/
* bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-092-19/+90
* bpftool: Improve handling of ENOENT on map dumpsDavid Ahern2018-11-091-4/+14
* selftests/bpf: add a test case for sock_ops perf-event notificationSowmini Varadhan2018-11-094-1/+303
* bpf: add perf event notificaton support for sock_opsSowmini Varadhan2018-11-091-0/+22
* Merge branch 'bpf-max-pkt-offset'Daniel Borkmann2018-11-093-4/+18
|\
| * nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang2018-11-091-4/+5
| * bpf: let verifier to calculate and record max_pkt_offsetJiong Wang2018-11-092-0/+13
|/
* bpf_load: add map name to load_maps error messageShannon Nelson2018-11-071-2/+2
* tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet2018-11-074-0/+14
* selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet2018-11-072-10/+14
* net: hns3: Remove set but not used variable 'reset_level'YueHaibing2018-11-071-10/+3Star
* Merge branch 'nfp-more-set-actions-and-notifier-refactor'David S. Miller2018-11-078-104/+252
|\
| * nfp: flower: use the common netdev notifierJakub Kicinski2018-11-074-55/+30Star
| * 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/+5Star
| * 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/+0Star
| * 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
|/
* Merge branch 'hns3-next'David S. Miller2018-11-0712-180/+544
|\
| * 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/+28Star
| * 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/+41Star
| * 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
|/
* Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'David S. Miller2018-11-073-14/+62
|\
| * 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
|/
* Merge branch 'net-dsa-bcm_sf2-Store-rules-in-lists'David S. Miller2018-11-075-315/+204Star
|\
| * 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/+0Star
| * 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
|/
* Merge branch 'net-More-extack-messages'David S. Miller2018-11-0711-25/+48
|\