Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / netinet / in.c
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-31 Sepherosa ZiehauCall if_up(), if in_ifinit() brings interface up (via...
2008-12-31 Sepherosa ZiehauBring in in_{add,scrub}prefix() from OpenBSD.
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-08-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-06-14 Sepherosa ZiehauIn the final code block of in_control_internal, remove...
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-06-09 Sepherosa ZiehauMove stack variable near its usage
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2008-06-08 Sepherosa Ziehau- oia is no longer used
2008-05-26 Sepherosa ZiehauFix following possible bugs for SIOCSIFADDR, if in_ifin...
2008-05-24 Sepherosa ZiehauAvoid possible memory leakage.
2008-05-24 Sepherosa Ziehau- Put inaddr hash table alterations in crit section
2008-05-24 Sepherosa Ziehau- Add blank lines between code segments
2008-05-24 Sepherosa ZiehauNo need to cast
2008-05-24 Sepherosa ZiehauHold ifnet.if_serializer around ifnet.if_ioctl; rtinit...
2008-05-24 Sepherosa ZiehauMinor style change. Add blank line between two 'switch...
2008-05-24 Sepherosa ZiehauMinor white space and style changes
2008-05-24 Sepherosa ZiehauAdd comment
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-01-03 Sepherosa ZiehauUse NULL for pointers
2007-12-28 Sepherosa Ziehaukmalloc(M_WAITOK) will not return NULL
2007-12-28 Sepherosa Ziehau- Use NULL
2007-12-28 Sepherosa Ziehau- Use M_ZERO
2007-11-16 Sepherosa ZiehauNuke net/intrq.[ch] and ipintrq related bits; they...
2006-09-30 Sascha WildnerFix redefinition of M_IPMADDR malloc type.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-06-04 Joerg SonnenbergerInstead of checking for ifnet_addrs[ifp->index - 1...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2004-03-06 Jeffrey HsuChange the "struct inpcbhead *listhead" field in "struc...
2003-08-23 Robert Garrettif ipv6 doesnt need oldstyle prototypes maybe its time...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-24 Matthew DillonFix NULL td crash in net/if.c when detaching a net...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: