Sign in
android-kvm
/
linux
/
7008ee121089b8193aea918b98850fe87d996508
/
drivers
/
net
/
netdevsim
b0efcae
devlink: correct misspelling of snapshot
by Jacob Keller
· 5 years ago
8fdcd8f
netdevsim: Update dummy reporter's devlink binary interface
by Aya Levin
· 5 years ago
a0c7634
devlink: disallow reload operation during device cleanup
by Jiri Pirko
· 5 years ago
bfcccfe
netdevsim: drop code duplicated by a merge
by Jakub Kicinski
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
6d6f038
netdevsim: Fix use-after-free during device dismantle
by Ido Schimmel
· 5 years ago
33902b4
netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
by YueHaibing
· 5 years ago
82c93a8
netdevsim: implement couple of testing devlink health reporters
by Jiri Pirko
· 5 years ago
f9867b5
netdevsim: fix spelling mistake "forbidded" -> "forbid"
by Colin Ian King
· 5 years ago
8e23cc0
netdevsim: implement devlink dev_info op
by Jiri Pirko
· 5 years ago
155ddfc
netdevsim: add couple of debugfs bools to debug devlink reload
by Jiri Pirko
· 5 years ago
7b60027
netdevsim: create devlink and netdev instances in namespace
by Jiri Pirko
· 5 years ago
070c63f
net: devlink: allow to change namespaces during reload
by Jiri Pirko
· 5 years ago
4f174bb
netdevsim: take devlink net instead of init_net
by Jiri Pirko
· 5 years ago
90d2991
netdevsim: register port netdevices into net of device
by Jiri Pirko
· 5 years ago
75ba029
netdevsim: implement proper devlink reload
by Jiri Pirko
· 5 years ago
7f36a77
netdevsim: add all ports in nsim_dev_create() and del them in destroy()
by Jiri Pirko
· 5 years ago
b7a5955
net: fib_notifier: propagate extack down to the notifier block callback
by Jiri Pirko
· 5 years ago
7c550da
net: fib_notifier: make FIB notifier per-netns
by Jiri Pirko
· 5 years ago
a5facc4
netdevsim: change fib accounting and limitations to be per-device
by Jiri Pirko
· 5 years ago
58a406d
netdevsim: Set offsets to various protocol layers
by Ido Schimmel
· 5 years ago
9769106
net: devlink: split reload op into two
by Jiri Pirko
· 5 years ago
d9bd6d2
netdevsim: Fix build error without CONFIG_INET
by YueHaibing
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
9e08745
Documentation: Add description of netdevsim traps
by Ido Schimmel
· 5 years ago
da58f90
netdevsim: Add devlink-trap support
by Ido Schimmel
· 5 years ago
4418f86
netdevsim: implement support for devlink region and snapshots
by Jiri Pirko
· 5 years ago
150e8f8
netdevsim: register couple of devlink params
by Jiri Pirko
· 5 years ago
59c84b9
netdevsim: Restore per-network namespace accounting for fib entries
by David Ahern
· 5 years ago
955bcb6
drivers: net: use flow block API
by Pablo Neira Ayuso
· 5 years ago
4e95bc2
net: flow_offload: add flow_block_cb_setup_simple()
by Pablo Neira Ayuso
· 5 years ago
fa4dfc4
netdevsim: implement fake flash updating with notifications
by Jiri Pirko
· 6 years ago
69bbbdc
netdevsim: Make nsim_num_vf static
by YueHaibing
· 6 years ago
6d1474a
netdevsim: fix fall-through annotation
by Gustavo A. R. Silva
· 6 years ago
a62fdbb
netdevsim: implement ndo_get_devlink_port
by Jiri Pirko
· 6 years ago
e05b2d1
netdevsim: move netdev creation/destruction to dev probe
by Jiri Pirko
· 6 years ago
794b2c0
netdevsim: extend device attrs to support port addition and deletion
by Jiri Pirko
· 6 years ago
8320d14
netdevsim: implement dev probe/remove skeleton with port initialization
by Jiri Pirko
· 6 years ago
ab1d0cc
netdevsim: change debugfs tree topology
by Jiri Pirko
· 6 years ago
514cf64
netdevsim: generate random switch id instead of using dev id
by Jiri Pirko
· 6 years ago
d514f41
netdevsim: merge sdev into dev
by Jiri Pirko
· 6 years ago
a60f9e4
netdevsim: rename dev_init/exit() functions and make them independent on ns
by Jiri Pirko
· 6 years ago
f9d9db4
netdevsim: add bus attributes to add new and delete devices
by Jiri Pirko
· 6 years ago
57ce977
netdevsim: use ida for bus device ids
by Jiri Pirko
· 6 years ago
23d415d
netdevsim: add stub netdevsim driver implementation
by Jiri Pirko
· 6 years ago
40e4fe4
netdevsim: move device registration and related code to bus.c
by Jiri Pirko
· 6 years ago
925f5af
netdevsim: put netdevsim bus code into separate file
by Jiri Pirko
· 6 years ago
8fb4bc6
netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items
by Jiri Pirko
· 6 years ago
5fc4942
netdevsim: create devlink instance per netdevsim instance
by Jiri Pirko
· 6 years ago
1daf36c
netdevsim: move device registration on bus to be done earlier in init
by Jiri Pirko
· 6 years ago
4b3a84b
netdevsim: move sdev-specific init/uninit code into separate functions
by Jiri Pirko
· 6 years ago
b26b694
netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns
by Jiri Pirko
· 6 years ago
38f58c9
netdevsim: move sdev specific bpf debugfs files to sdev dir
by Jiri Pirko
· 6 years ago
af9095f
netdevsim: move shared dev creation and destruction into separate file
by Jiri Pirko
· 6 years ago
027d4ca
netdevsim: assume CONFIG_NET_DEVLINK is always enabled
by Jiri Pirko
· 6 years ago
c3d9a43
netdevsim: let net core to free netdevsim netdev
by Jiri Pirko
· 6 years ago
7d1df2c
netdevsim: remove nsim_dellink() implementation
by Jiri Pirko
· 6 years ago
dd27c2e
bpf: offload: add priv field for drivers
by Jakub Kicinski
· 6 years ago
e58df56
netdevsim: Implement ndo_get_port_parent_id()
by Florian Fainelli
· 6 years ago
56d1ac3
drivers: net: netdevsim: use skb_sec_path helper
by Florian Westphal
· 6 years ago
e6652f0
netdevsim: convert to DEFINE_SHOW_ATTRIBUTE
by Yangtao Li
· 6 years ago
ac8acec
bpf: Remove unused variable in nsim_bpf
by Nathan Chancellor
· 6 years ago
16a8cb5c
bpf: do not pass netdev to translate() and prepare() offload callbacks
by Quentin Monnet
· 6 years ago
a40a263
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
by Quentin Monnet
· 6 years ago
eb91194
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
by Quentin Monnet
· 6 years ago
b07ade2
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
by Quentin Monnet
· 6 years ago
00db12c
bpf: call verifier_prep from its callback in struct bpf_offload_dev
by Quentin Monnet
· 6 years ago
1385d75
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
by Quentin Monnet
· 6 years ago
c941ce9
bpf: add verifier callback to get stack usage info for offloaded progs
by Quentin Monnet
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f61b6db
netdevsim: make debug dirs' dentries static
by Jakub Kicinski
· 6 years ago
c259b4f
netdevsim: don't leak devlink resources
by Jakub Kicinski
· 6 years ago
9d1b66b8
netdevsim: allow program sharing between devices
by Jakub Kicinski
· 6 years ago
602144c
bpf: offload: keep the offload state per-ASIC
by Jakub Kicinski
· 6 years ago
9fd7c55
bpf: offload: aggregate offloads per-device
by Jakub Kicinski
· 6 years ago
d6d6071
netdevsim: associate bound programs with shared dev
by Jakub Kicinski
· 6 years ago
eeeaaf1
netdevsim: add shared netdevsim devices
by Jakub Kicinski
· 6 years ago
5f07655
netdevsim: add switch_id attribute
by Jakub Kicinski
· 6 years ago
799e173
netdevsim: add support for simultaneous driver and hw XDP
by Jakub Kicinski
· 6 years ago
a25717d
xdp: support simultaneous driver and hw XDP attachment
by Jakub Kicinski
· 6 years ago
0529662
xdp: factor out common program/flags handling from drivers
by Jakub Kicinski
· 6 years ago
6b86758
xdp: don't make drivers report attachment mode
by Jakub Kicinski
· 6 years ago
c02462d
netdevsim: fix sa_idx out of bounds check
by Colin Ian King
· 6 years ago
7699353
netdevsim: add ipsec offload testing
by Shannon Nelson
· 7 years ago
60513bd
net: sched: pass extack pointer to block binds and cb registration
by John Hurley
· 7 years ago
7fa76d7
netdevsim: Add extack error message for devlink reload
by David Ahern
· 7 years ago
ac0fc8a
devlink: Add extack to reload and port_{un, }split operations
by David Ahern
· 7 years ago
fc56be4
devlink: convert occ_get op to separate registration
by Jiri Pirko
· 7 years ago
87248d3
netdevsim: remove incorrect __net_initdata annotations
by Arnd Bergmann
· 7 years ago
ef81710
netdevsim: Change nsim_devlink_setup to return error to caller
by David Ahern
· 7 years ago
37923ed
netdevsim: Add simple FIB resource controller via devlink
by David Ahern
· 7 years ago
e029f54
netdevsim: fix overflow on the error path
by Jakub Kicinski
· 7 years ago
a2b212a
netdevsim: use tc_cls_can_offload_and_chain0()
by Jakub Kicinski
· 7 years ago
9045bdc
selftests/bpf: check bpf verifier log buffer usage works for HW offload
by Quentin Monnet
· 7 years ago
7c5db7e
netdevsim: don't compile BPF code if syscall not enabled
by Jakub Kicinski
· 7 years ago
728461f
netdevsim: add extack support for TC eBPF offload
by Quentin Monnet
· 7 years ago
395cacb
netdevsim: bpf: support fake map offload
by Jakub Kicinski
· 7 years ago
cae1927
bpf: offload: allow netdev to disappear while verifier is running
by Jakub Kicinski
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9ee1942
netdevsim: correctly check return value of debugfs_create_dir
by Prashant Bhole
· 7 years ago
Next »