index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
link_watch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: linkwatch: use system_unbound_wq
Eric Dumazet
2024-08-06
1
-2
/
+2
*
net: add netdev_set_operstate() helper
Eric Dumazet
2024-02-14
1
-7
/
+2
*
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
2024-02-14
1
-2
/
+2
*
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
2023-12-11
1
-3
/
+12
*
net: rtnetlink: remove local list in __linkwatch_run_queue()
Johannes Berg
2023-12-07
1
-9
/
+4
*
net: core: synchronize link-watch when carrier is queried
Johannes Berg
2023-12-06
1
-1
/
+1
*
net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually down
Vladimir Oltean
2022-11-16
1
-3
/
+17
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-1
/
+1
*
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-04-08
1
-0
/
+1
*
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
2022-02-05
1
-3
/
+3
*
net: linkwatch: be more careful about dev->linkwatch_dev_tracker
Eric Dumazet
2021-12-15
1
-1
/
+12
*
net: linkwatch: add net device refcount tracker
Eric Dumazet
2021-12-07
1
-2
/
+2
*
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
2021-11-29
1
-2
/
+2
*
net: linkwatch: fix failure to restore device state across suspend/resume
Willy Tarreau
2021-08-11
1
-2
/
+3
*
net: Add IF_OPER_TESTING
Andrew Lunn
2020-04-20
1
-2
/
+10
*
net: link_watch: prevent starvation when processing linkwatch wq
Yunsheng Lin
2019-07-02
1
-1
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
net: linkwatch: add check for netdevice being present to linkwatch_do_dev
Heiner Kallweit
2018-09-20
1
-1
/
+1
*
net: link_watch: mark bonding link events urgent
Roopa Prabhu
2018-01-24
1
-1
/
+1
*
dev: introduce dev_get_iflink()
Nicolas Dichtel
2015-04-02
1
-2
/
+2
*
net/core: include linux/types.h instead of asm/types.h
Fabian Frederick
2014-11-18
1
-1
/
+1
*
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-04-18
1
-1
/
+1
*
net: make all team port device link events urgent
Flavio Leitner
2013-06-13
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
1
-0
/
+8
|
\
|
*
net: Set device operstate at registration time
Ben Hutchings
2012-08-24
1
-0
/
+8
*
|
workqueue: use mod_delayed_work() instead of __cancel + queue
Tejun Heo
2012-08-21
1
-15
/
+6
|
/
*
net: linkwatch: allow vlans to get carrier changes faster
Eric Dumazet
2011-09-15
1
-2
/
+7
*
net: allow netif_carrier to be called safely from IRQ
stephen hemminger
2011-07-23
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-07-12
1
-1
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
linkwatch: linkwatch_forget_dev() to speedup device dismantle
Eric Dumazet
2009-11-18
1
-37
/
+57
*
net: Clean up explicit ->tx_queue references in link watch.
David S. Miller
2008-07-09
1
-10
/
+5
*
netdev: Move rest of qdisc state into struct netdev_queue
David S. Miller
2008-07-09
1
-2
/
+6
*
[NET] link_watch: Always schedule urgent events
Herbert Xu
2007-05-11
1
-19
/
+41
*
[NET] link_watch: Eliminate potential delay on wrap-around
Herbert Xu
2007-05-11
1
-1
/
+3
*
[NET]: Remove link_watch delay for up even when we're down
Herbert Xu
2007-05-11
1
-23
/
+67
*
[NET] link_watch: Move link watch list into net_device
Herbert Xu
2007-05-11
1
-35
/
+15
*
[NET]: cleanup extra semicolons
Stephen Hemminger
2007-04-26
1
-1
/
+1
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-11
1
-2
/
+2
*
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
1
-3
/
+3
*
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-11-22
1
-5
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] list: use list_replace_init() instead of list_splice_init()
Oleg Nesterov
2006-06-23
1
-3
/
+2
*
[NET] linkwatch: Handle jiffies wrap-around
Herbert Xu
2006-05-10
1
-5
/
+5
*
[NET]: Convert RTNL to mutex.
Stephen Hemminger
2006-03-21
1
-2
/
+2
*
[NET] core: add RFC2863 operstate
Stefan Rompf
2006-03-21
1
-0
/
+40
*
[NET]: Disable queueing when carrier is lost.
Tommy S. Christensen
2005-05-04
1
-0
/
+7
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-17
1
-0
/
+137