Add ifpoll, which support hardware TX/RX queues based polling.
[dragonfly.git] / sbin / ifconfig / ifconfig.c
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-03-14 Sepherosa ZiehauAdd static ARP support.
2009-03-14 Sepherosa Ziehauifconfig(8): Remove string of if_flags, which will...
2009-03-14 Sepherosa Ziehaurss: Add RSS kernel option; Add IFCAP_RSS iface capability
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-01-01 Sepherosa ZiehauFix an off-by-one which could mean writing beyond the...
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-05-05 Sepherosa Ziehaucorrect "polling" support
2006-04-02 Sepherosa ZiehauBring in new ifconfig(8) from FreeBSD6. It is more...
2005-11-06 Sascha WildnerCleanup:
2005-05-26 Matthew DillonRemove some debugging that crept int othe last commit.
2005-05-25 Matthew DillonChange ifconfig 'poll' to ifconfig 'polling', the same...
2005-05-25 Matthew DillonRewrite the polling code. Instead of trying to do...
2005-04-25 Sascha WildnerRemove inactive code for the maclabel parameter. Dragon...
2005-03-06 Matthew DillonBring in the IWI driver from FreeBSD and merge in ALTQ...
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-04 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-03-03 Chris PresseyReduce warnings as part of WARNS=6 cleaning, stage...
2005-01-05 Joerg SonnenbergerMerge FreeBSD rev 1.70:
2004-12-18 Sascha WildnerClean (void) casts from sbin
2004-07-07 Joerg SonnenbergerAdd support for setting polling on a per-interface...
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-17 Matthew DillonMerge FreeBSD ifconfig.c rev 1.94, strlcpy() cannot...
2004-03-17 Matthew DillonAn strlcpy() in the last commit was unconditionally...
2004-03-15 Hiten PandyaIntegrate the remaining parts of the network interface...
2004-02-04 Joerg SonnenbergerFix various warnings.
2003-11-03 Eirik NygaardRemove some __P macros in sbin that my script missed.
2003-11-01 David Rhodus* Nuke ~771 __P()'s from our tree.
2003-09-28 Hiten PandyaK...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: