kernel - Major bridging functionality completed
[dragonfly.git] / sys / netinet / if_ether.c
2011-02-24 Matthew Dillonkernel - Major bridging functionality completed
2011-02-22 Matthew Dillonkernel - More if_bridge work + misc fixes
2010-09-15 Matthew Dillonnetwork - Major netmsg retooling, part 1
2010-09-09 Matthew Dillonnetwork - Completely revamp the netisr / dispatch code
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-04-13 Sepherosa ZiehauAllow users to turn off certain arp logging.
2009-04-13 Sepherosa ZiehauAdd description about sysctl nodes under net.link.ether...
2009-03-20 Sepherosa Ziehaunetisr: Add pktinfo struct; add new netisr method to...
2009-03-14 Sepherosa ZiehauAdd static ARP support.
2009-03-10 Sepherosa Ziehaunetwork: Turn on adaptive MPSAFE for network threads...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs on ARP input path.
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs generated by rtlookup...
2008-12-27 Sepherosa ZiehauFactor out 'curnetport'
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-12-20 Sepherosa ZiehauUse priority message for arp holding mbufs
2008-12-06 Sepherosa ZiehauConstify the tip/sip parameters of arprequest/arpreques...
2008-11-22 Sepherosa ZiehauRemove MSGF_PRIORITY support. The flag testing and...
2008-11-09 Sepherosa Ziehau- During ARP resolving, current thread msgport or curre...
2008-10-07 Thomas Nikolajsen - fix UP build
2008-10-04 Sepherosa Ziehau- Add tunable (net.link.ether.inet.arp_mpsafe) to regis...
2008-10-01 Sepherosa ZiehauSplit arprequest() into two parts, arpreq_alloc() and...
2008-10-01 Sepherosa Ziehau- Constify 'enaddr'
2008-09-27 Sepherosa ZiehauFor SMP kernel
2008-09-25 Sepherosa Ziehau- Minor style and white space changes
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-05-31 Sepherosa Ziehau- Avoid excessive goto
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-11 Nuno AntunesFix arprequest serialization.
2007-09-08 Sepherosa ZiehauKill token ring remainder.
2007-08-27 Hasso TepperNuke FDDI support.
2007-08-27 Hasso TepperNuke token ring support. This also means one blob less...
2007-08-27 Hasso TepperNuke ARCnet support.
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2007-05-24 Matthew DillonAdd lwkt_sleep() to formalize a shortcut numerous bits...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-03-04 Sascha WildnerRemove weird license clause which has expired.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-07-20 Simon SchubertFix bug introduced in rev 1.33 and make a clearer code...
2006-06-25 Simon SchubertRemove OLDBRIDGE
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-12-21 Simon SchubertBring in if_bridge from Open-/Net-/FreeBSD
2005-12-19 Simon SchubertAdjust sources to accomodate for repo copy of our bridg...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-03-04 Jeffrey HsuCosmetic changes only.
2005-01-23 Jeffrey HsuNow that we generate the ethernet header in place in...
2005-01-06 Jeffrey HsuNow that I understand the poorly written BSD routing...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-28 Jeffrey HsuClean up the networking code before I parallelize the...
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-12-14 Jeffrey HsuClean up routing code before I parallelize it.
2004-12-11 Jeffrey HsuMerge from FreeBSD:
2004-11-20 Matthew DillonFix a conditional. sdl was not unconditionally being...
2004-11-17 Joerg SonnenbergerNormally we want to warn if the local IP address is...
2004-11-02 Matthew DillonFix 'route add -host <target> -interface <interface_nam...
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-01-06 Matthew Dillonif_xname support Part 2/2: Convert remaining netif...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-25 Matthew DillonApply FreeBSD Security Advisory FreeBSD-SA-03:14.arp...
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: