aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/link_watch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-23net: link_watch: mark bonding link events urgentRoopa Prabhu1-1/+1
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-2/+2
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2013-06-13net: make all team port device link events urgentFlavio Leitner1-0/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+8
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-15/+6
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet1-37/+57
2008-07-08net: Clean up explicit ->tx_queue references in link watch.David S. Miller1-10/+5
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-2/+6
2007-05-10[NET] link_watch: Always schedule urgent eventsHerbert Xu1-19/+41
2007-05-10[NET] link_watch: Eliminate potential delay on wrap-aroundHerbert Xu1-1/+3
2007-05-10[NET]: Remove link_watch delay for up even when we're downHerbert Xu1-23/+67
2007-05-10[NET] link_watch: Move link watch list into net_deviceHerbert Xu1-35/+15
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-5/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov1-3/+2
2006-05-09[NET] linkwatch: Handle jiffies wrap-aroundHerbert Xu1-5/+5
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger1-2/+2
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf1-0/+40
2005-05-03[NET]: Disable queueing when carrier is lost.Tommy S. Christensen1-0/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+137