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