kernel: IFCAP_TSO is really IPv4-specific
[dragonfly.git] / sys / net / if.h
2012-08-27 François Tigeotkernel: IFCAP_TSO is really IPv4-specific
2012-07-30 Sepherosa Ziehautcp: Add TSO support for IPv4
2012-07-02 Sascha Wildnerkernel/net: On i386, make the interface baudrate 64...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-21 Sascha Wildnerkernel: Remove some old ISA only drivers.
2010-08-08 Jan Lentferpf: Update packet filter to the version that comes...
2010-03-05 Michael NeumannUnbreak buildkernel / mxge(4)
2010-02-22 Michael Neumannnet - Add some #defines from FreeBSD
2009-07-08 Aggelos Economopoulosget mxge to build, stage 20/many
2009-04-29 Sascha WildnerAs per POSIX, unconstify if_name in <net/if.h>.
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-03-14 Sepherosa ZiehauAdd static ARP support.
2009-03-14 Sepherosa Ziehaurss: Add RSS kernel option; Add IFCAP_RSS iface capability
2008-08-30 Hasso TepperRemove dhcp-3.0 from base and import dhclient from...
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2007-09-30 Sepherosa ZiehauSupport polling(4) on multiple CPUs, i.e. each NIC...
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2006-12-19 Matthew DillonAdd IFF_MONITOR support.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-05-25 Matthew DillonGet rid of IFCAP_POLLING for now.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-07-06 Joerg SonnenbergerAdd IFCAP_POLLING for per-interface polling support.
2004-04-16 Joerg SonnenbergerMove IFF_PROMISC and IFF_POLLING from ifnet.ipending...
2004-03-16 Joerg SonnenbergerMerge FreeBSD's rev. 1.81:
2003-12-30 Matthew DillonBump the network interface cloning API to what is in...
2003-11-22 Jeroen Ruigrok/asmodaiProperly spell compatible and compatibility.
2003-11-14 Hiten PandyaAdd a prototype for if_indextoname().
2003-08-26 Robert Garrett__P() removal
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: