.. |
Kconfig
|
sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix.
|
2019-01-27 11:02:56 -06:00 |
Make.defs
|
net/netdev: Add signal notification for the case where the network goes down.
|
2018-09-09 10:39:25 -06:00 |
netdev.h
|
net/netlink: Redesign the logic that handles notifications of when response data is available. Signal handlers are sub-optimal inside the OS (especially after the preceding change which forces the hand). Instead, use the work queue notifiers as is done with all other network notifiers.
|
2019-11-28 14:20:40 -06:00 |
netdev_carrier.c
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
netdev_count.c
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
netdev_default.c
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
netdev_findbyaddr.c
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
netdev_findbyindex.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
netdev_findbyname.c
|
Fix condition logic: The setup seems to support a network without sockets. That is not the case.
|
2019-02-11 15:47:25 -06:00 |
netdev_foreach.c
|
Update some comments and README files.
|
2019-08-24 13:06:43 -06:00 |
netdev_ifconf.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
netdev_indextoname.c
|
Squashed commit of the following:
|
2018-06-25 12:41:28 -06:00 |
netdev_ioctl.c
|
net: complement wireless handling as ethernet
|
2020-01-11 08:04:18 -03:00 |
netdev_lladdrsize.c
|
net: complement wireless handling as ethernet
|
2020-01-11 08:04:18 -03:00 |
netdev_nametoindex.c
|
Squashed commit of the following:
|
2018-06-25 12:41:28 -06:00 |
netdev_register.c
|
net/: Run nxstyle against all C files.
|
2019-10-25 11:31:42 -06:00 |
netdev_txnotify.c
|
Fix wait loop and void cast (#24)
|
2020-01-02 10:54:43 -06:00 |
netdev_unregister.c
|
net/: Fix alignment and spacing problems found by tools/nxstyle.
|
2019-07-02 18:02:23 -06:00 |
netdev_verify.c
|
…
|
|
netdown_notifier.c
|
net/netlink: Redesign the logic that handles notifications of when response data is available. Signal handlers are sub-optimal inside the OS (especially after the preceding change which forces the hand). Instead, use the work queue notifiers as is done with all other network notifiers.
|
2019-11-28 14:20:40 -06:00 |