Age | Commit message (Expand) | Author |
2019-10-31 | netdevsim: Fix use-after-free during device dismantle | Ido Schimmel |
2019-10-13 | netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit | YueHaibing |
2019-09-16 | netdevsim: Set offsets to various protocol layers | Ido Schimmel |
2019-09-13 | net: devlink: split reload op into two | Jiri Pirko |
2019-08-20 | netdevsim: Fix build error without CONFIG_INET | YueHaibing |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-17 | Documentation: Add description of netdevsim traps | Ido Schimmel |
2019-08-17 | netdevsim: Add devlink-trap support | Ido Schimmel |
2019-08-15 | netdevsim: implement support for devlink region and snapshots | Jiri Pirko |
2019-08-11 | netdevsim: register couple of devlink params | Jiri Pirko |
2019-08-11 | netdevsim: Restore per-network namespace accounting for fib entries | David Ahern |
2019-07-09 | drivers: net: use flow block API | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso |
2019-06-04 | netdevsim: implement fake flash updating with notifications | Jiri Pirko |
2019-05-05 | netdevsim: Make nsim_num_vf static | YueHaibing |
2019-05-01 | netdevsim: fix fall-through annotation | Gustavo A. R. Silva |
2019-04-26 | netdevsim: implement ndo_get_devlink_port | Jiri Pirko |
2019-04-26 | netdevsim: move netdev creation/destruction to dev probe | Jiri Pirko |
2019-04-26 | netdevsim: extend device attrs to support port addition and deletion | Jiri Pirko |
2019-04-26 | netdevsim: implement dev probe/remove skeleton with port initialization | Jiri Pirko |
2019-04-26 | netdevsim: change debugfs tree topology | Jiri Pirko |
2019-04-26 | netdevsim: generate random switch id instead of using dev id | Jiri Pirko |
2019-04-26 | netdevsim: merge sdev into dev | Jiri Pirko |
2019-04-26 | netdevsim: rename dev_init/exit() functions and make them independent on ns | Jiri Pirko |
2019-04-26 | netdevsim: add bus attributes to add new and delete devices | Jiri Pirko |
2019-04-26 | netdevsim: use ida for bus device ids | Jiri Pirko |
2019-04-26 | netdevsim: add stub netdevsim driver implementation | Jiri Pirko |
2019-04-26 | netdevsim: move device registration and related code to bus.c | Jiri Pirko |
2019-04-26 | netdevsim: put netdevsim bus code into separate file | Jiri Pirko |
2019-04-26 | netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items | Jiri Pirko |
2019-04-26 | netdevsim: create devlink instance per netdevsim instance | Jiri Pirko |
2019-04-26 | netdevsim: move device registration on bus to be done earlier in init | Jiri Pirko |
2019-04-12 | netdevsim: move sdev-specific init/uninit code into separate functions | Jiri Pirko |
2019-04-12 | netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns | Jiri Pirko |
2019-04-12 | netdevsim: move sdev specific bpf debugfs files to sdev dir | Jiri Pirko |
2019-04-12 | netdevsim: move shared dev creation and destruction into separate file | Jiri Pirko |
2019-04-09 | netdevsim: assume CONFIG_NET_DEVLINK is always enabled | Jiri Pirko |
2019-04-09 | netdevsim: let net core to free netdevsim netdev | Jiri Pirko |
2019-04-09 | netdevsim: remove nsim_dellink() implementation | Jiri Pirko |
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 |