index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
Age
Commit message (
Expand
)
Author
2019-02-12
bpf: offload: add priv field for drivers
Jakub Kicinski
2019-02-06
netdevsim: Implement ndo_get_port_parent_id()
Florian Fainelli
2018-12-19
drivers: net: netdevsim: use skb_sec_path helper
Florian Westphal
2018-12-12
netdevsim: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-11-16
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-10
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-10
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-10
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-10
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-26
netdevsim: make debug dirs' dentries static
Jakub Kicinski
2018-07-25
netdevsim: don't leak devlink resources
Jakub Kicinski
2018-07-18
netdevsim: allow program sharing between devices
Jakub Kicinski
2018-07-18
bpf: offload: keep the offload state per-ASIC
Jakub Kicinski
2018-07-18
bpf: offload: aggregate offloads per-device
Jakub Kicinski
2018-07-18
netdevsim: associate bound programs with shared dev
Jakub Kicinski
2018-07-18
netdevsim: add shared netdevsim devices
Jakub Kicinski
2018-07-18
netdevsim: add switch_id attribute
Jakub Kicinski
2018-07-13
netdevsim: add support for simultaneous driver and hw XDP
Jakub Kicinski
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-02
netdevsim: fix sa_idx out of bounds check
Colin Ian King
2018-06-28
netdevsim: add ipsec offload testing
Shannon Nelson
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-05
netdevsim: Add extack error message for devlink reload
David Ahern
2018-06-05
devlink: Add extack to reload and port_{un, }split operations
David Ahern
2018-04-08
devlink: convert occ_get op to separate registration
Jiri Pirko
2018-04-04
netdevsim: remove incorrect __net_initdata annotations
Arnd Bergmann
2018-03-31
netdevsim: Change nsim_devlink_setup to return error to caller
David Ahern
2018-03-29
netdevsim: Add simple FIB resource controller via devlink
David Ahern
2018-02-01
netdevsim: fix overflow on the error path
Jakub Kicinski
2018-01-25
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2018-01-23
selftests/bpf: check bpf verifier log buffer usage works for HW offload
Quentin Monnet
2018-01-23
netdevsim: don't compile BPF code if syscall not enabled
Jakub Kicinski
2018-01-23
netdevsim: add extack support for TC eBPF offload
Quentin Monnet
2018-01-18
netdevsim: bpf: support fake map offload
Jakub Kicinski
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-20
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
2017-12-20
netdevsim: bpf: remove unused variable
Jakub Kicinski
2017-12-20
netdevsim: declare struct device_type as static
Jakub Kicinski
2017-12-05
netdevsim: make functions nsim_bpf_create_prog and nsim_bpf_destroy_prog static
Colin Ian King
2017-12-03
netdevsim: add SR-IOV functionality
Jakub Kicinski
2017-12-03
netdevsim: add bpf offload support
Jakub Kicinski
2017-12-03
netdevsim: add software driver for testing offloads
Jakub Kicinski