index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-12
netdevsim: Update dummy reporter's devlink binary interface
Aya Levin
1
-7
/
+1
2019-11-08
devlink: disallow reload operation during device cleanup
Jiri Pirko
1
-0
/
+3
2019-11-06
netdevsim: drop code duplicated by a merge
Jakub Kicinski
1
-39
/
+8
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+17
2019-10-31
netdevsim: Fix use-after-free during device dismantle
Ido Schimmel
1
-0
/
+5
2019-10-13
netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
YueHaibing
1
-1
/
+2
2019-10-11
netdevsim: implement couple of testing devlink health reporters
Jiri Pirko
4
-3
/
+354
2019-10-08
netdevsim: fix spelling mistake "forbidded" -> "forbid"
Colin Ian King
1
-1
/
+1
2019-10-07
netdevsim: implement devlink dev_info op
Jiri Pirko
1
-0
/
+8
2019-10-06
netdevsim: add couple of debugfs bools to debug devlink reload
Jiri Pirko
2
-0
/
+22
2019-10-05
netdevsim: create devlink and netdev instances in namespace
Jiri Pirko
3
-0
/
+5
2019-10-04
net: devlink: allow to change namespaces during reload
Jiri Pirko
1
-1
/
+1
2019-10-04
netdevsim: take devlink net instead of init_net
Jiri Pirko
1
-2
/
+2
2019-10-04
netdevsim: register port netdevices into net of device
Jiri Pirko
2
-0
/
+6
2019-10-04
netdevsim: implement proper devlink reload
Jiri Pirko
3
-57
/
+99
2019-10-04
netdevsim: add all ports in nsim_dev_create() and del them in destroy()
Jiri Pirko
1
-82
/
+93
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
1
-1
/
+1
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
1
-5
/
+3
2019-10-04
netdevsim: change fib accounting and limitations to be per-device
Jiri Pirko
4
-128
/
+114
2019-09-16
netdevsim: Set offsets to various protocol layers
Ido Schimmel
1
-0
/
+3
2019-09-13
net: devlink: split reload op into two
Jiri Pirko
1
-3
/
+10
2019-08-20
netdevsim: Fix build error without CONFIG_INET
YueHaibing
1
-1
/
+2
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-86
/
+98
2019-08-17
Documentation: Add description of netdevsim traps
Ido Schimmel
1
-0
/
+3
2019-08-17
netdevsim: Add devlink-trap support
Ido Schimmel
2
-1
/
+279
2019-08-15
netdevsim: implement support for devlink region and snapshots
Jiri Pirko
2
-1
/
+63
2019-08-11
netdevsim: register couple of devlink params
Jiri Pirko
2
-1
/
+73
2019-08-11
netdevsim: Restore per-network namespace accounting for fib entries
David Ahern
4
-86
/
+98
2019-07-09
drivers: net: use flow block API
Pablo Neira Ayuso
1
-1
/
+4
2019-07-09
net: flow_offload: add flow_block_cb_setup_simple()
Pablo Neira Ayuso
1
-21
/
+5
2019-06-04
netdevsim: implement fake flash updating with notifications
Jiri Pirko
2
-0
/
+45
2019-05-05
netdevsim: Make nsim_num_vf static
YueHaibing
1
-1
/
+1
2019-05-01
netdevsim: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2019-04-26
netdevsim: implement ndo_get_devlink_port
Jiri Pirko
1
-0
/
+8
2019-04-26
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
6
-118
/
+85
2019-04-26
netdevsim: extend device attrs to support port addition and deletion
Jiri Pirko
3
-4
/
+92
2019-04-26
netdevsim: implement dev probe/remove skeleton with port initialization
Jiri Pirko
4
-30
/
+160
2019-04-26
netdevsim: change debugfs tree topology
Jiri Pirko
3
-15
/
+11
2019-04-26
netdevsim: generate random switch id instead of using dev id
Jiri Pirko
3
-2
/
+5
2019-04-26
netdevsim: merge sdev into dev
Jiri Pirko
5
-115
/
+116
2019-04-26
netdevsim: rename dev_init/exit() functions and make them independent on ns
Jiri Pirko
3
-28
/
+30
2019-04-26
netdevsim: add bus attributes to add new and delete devices
Jiri Pirko
3
-4
/
+99
2019-04-26
netdevsim: use ida for bus device ids
Jiri Pirko
1
-3
/
+10
2019-04-26
netdevsim: add stub netdevsim driver implementation
Jiri Pirko
1
-1
/
+20
2019-04-26
netdevsim: move device registration and related code to bus.c
Jiri Pirko
4
-163
/
+207
2019-04-26
netdevsim: put netdevsim bus code into separate file
Jiri Pirko
4
-13
/
+38
2019-04-26
netdevsim: rename devlink.c to dev.c to contain per-dev(asic) items
Jiri Pirko
4
-59
/
+56
2019-04-26
netdevsim: create devlink instance per netdevsim instance
Jiri Pirko
4
-202
/
+124
2019-04-26
netdevsim: move device registration on bus to be done earlier in init
Jiri Pirko
1
-13
/
+13
2019-04-12
netdevsim: move sdev-specific init/uninit code into separate functions
Jiri Pirko
1
-25
/
+38
[next]