Age | Commit message (Expand) | Author | Files | Lines |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT |  Lorenzo Bianconi | 1 | -18/+12 |
2021-03-10 | bpf, xdp: Restructure redirect actions |  Björn Töpel | 1 | -1/+0 |
2021-03-10 | bpf, xdp: Make bpf_redirect_map() a map operation |  Björn Töpel | 1 | -2/+14 |
2021-02-13 | bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation |  Jun'ichi Nomura | 1 | -3/+1 |
2020-12-02 | bpf: Eliminate rlimit-based memory accounting for devmap maps |  Roman Gushchin | 1 | -16/+2 |
2020-12-02 | bpf: Refine memcg-based memory accounting for devmap maps |  Roman Gushchin | 1 | -3/+4 |
2020-09-01 | bpf: {cpu,dev}map: Change various functions return type from int to void |  Björn Töpel | 1 | -8/+7 |
2020-08-28 | bpf: Add map_meta_equal map ops |  Martin KaFai Lau | 1 | -0/+2 |
2020-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -0/+6 |
2020-06-22 | bpf: Set map_btf_{name, id} for all map types |  Andrey Ignatov | 1 | -0/+6 |
2020-06-17 | devmap: Use bpf_map_area_alloc() for allocating hash buckets |  Toke Høiland-Jørgensen | 1 | -4/+6 |
2020-06-09 | bpf: Devmap adjust uapi for attach bpf program |  Jesper Dangaard Brouer | 1 | -13/+4 |
2020-06-09 | bpf: Reset data_meta before running programs attached to devmap entry |  David Ahern | 1 | -0/+1 |
2020-06-01 | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame |  Lorenzo Bianconi | 1 | -1/+1 |
2020-06-01 | xdp: Add xdp_txq_info to xdp_buff |  David Ahern | 1 | -0/+3 |
2020-06-01 | bpf: Add support to attach bpf program to a devmap entry |  David Ahern | 1 | -4/+84 |
2020-06-01 | devmap: Formalize map value as a named struct |  David Ahern | 1 | -17/+28 |
2020-04-22 | xdp: export the DEV_MAP_BULK_SIZE macro |  Ioana Ciornei | 1 | -1/+0 |
2020-01-27 | bpf, xdp: Remove no longer required rcu_read_{un}lock() |  John Fastabend | 1 | -2/+3 |
2020-01-27 | bpf, xdp: Update devmap comments to reflect napi/rcu usage |  John Fastabend | 1 | -10/+11 |
2020-01-23 | bpf, devmap: Pass lockdep expression to RCU lists |  Amol Grover | 1 | -1/+2 |
2020-01-16 | devmap: Adjust tracepoint for map-less queue flush |  Jesper Dangaard Brouer | 1 | -1/+1 |
2020-01-16 | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths |  Toke Høiland-Jørgensen | 1 | -10/+22 |
2020-01-16 | xdp: Move devmap bulk queue into struct net_device |  Toke Høiland-Jørgensen | 1 | -36/+27 |
2019-12-19 | xdp: Make devmap flush_list common for all map instances |  Björn Töpel | 1 | -22/+13 |
2019-12-19 | xdp: Simplify devmap cleanup |  Björn Töpel | 1 | -38/+5 |
2019-11-24 | xdp: Fix cleanup on map free for devmap_hash map type |  Toke Høiland-Jørgensen | 1 | -28/+46 |
2019-10-21 | xdp: Handle device unregister for devmap_hash map type |  Toke Høiland-Jørgensen | 1 | -0/+31 |
2019-10-18 | xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds |  Toke Høiland-Jørgensen | 1 | -1/+1 |
2019-09-16 | xdp: Fix race in dev_map_hash_update_elem() when replacing element |  Toke Høiland-Jørgensen | 1 | -5/+12 |
2019-07-29 | xdp: Add devmap_hash map type for looking up devices by hashed index |  Toke Høiland-Jørgensen | 1 | -0/+200 |
2019-07-29 | xdp: Refactor devmap allocation code for reuse |  Toke Høiland-Jørgensen | 1 | -53/+83 |
2019-06-29 | devmap: Allow map lookups from eBPF |  Toke Høiland-Jørgensen | 1 | -0/+5 |
2019-06-29 | devmap/cpumap: Use flush list instead of bitmap |  Toke Høiland-Jørgensen | 1 | -60/+47 |
2019-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -1/+1 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -11/+8 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -2/+7 |
2019-06-15 | bpf, devmap: Add missing RCU read lock on flush |  Toshiaki Makita | 1 | -0/+4 |
2019-06-15 | bpf, devmap: Add missing bulk queue free |  Toshiaki Makita | 1 | -0/+1 |
2019-06-15 | bpf, devmap: Fix premature entry free on destroying map |  Toshiaki Makita | 1 | -2/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 |  Thomas Gleixner | 1 | -9/+1 |
2019-06-04 | bpf: remove redundant assignment to err |  Colin Ian King | 1 | -1/+1 |
2019-05-31 | bpf: move memory size checks to bpf_map_charge_init() |  Roman Gushchin | 1 | -4/+1 |
2019-05-31 | bpf: rework memlock-based memory accounting for maps |  Roman Gushchin | 1 | -6/+7 |
2019-05-31 | bpf: group memory related fields in struct bpf_map_memory |  Roman Gushchin | 1 | -2/+2 |
2019-05-14 | bpf: devmap: fix use-after-free Read in __dev_map_entry_free |  Eric Dumazet | 1 | -0/+3 |
2018-10-26 | bpf: devmap: fix wrong interface selection in notifier_call |  Taehee Yoo | 1 | -2/+1 |
2018-08-17 | bpf: fix redirect to map under tail calls |  Daniel Borkmann | 1 | -0/+1 |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -0/+1 |
2018-08-13 | bpf: decouple btf from seq bpf fs dump and enable more maps |  Daniel Borkmann | 1 | -0/+1 |