Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / netinet / ip_output.c
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-27 Sepherosa ZiehauUse backtrace() instead of db_print_backtrace()
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-10-28 Sepherosa Ziehau- The assertion in ip_input, should test sizeof(struct...
2008-10-27 Sepherosa ZiehauMonir style and white space changes
2008-10-21 Sepherosa ZiehauAdd tunable net.inet.ip.mpsafe to register IP as MPSAFE...
2008-09-18 Sepherosa ZiehauIf there are no pfil hooks, just remove the dummynet...
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-13 Sepherosa Ziehau- Let caller of ip_fw_dn_io_ptr call ip_dn_queue()...
2008-09-12 Sepherosa Ziehau- Fix function parameters order bug:
2008-09-11 Sepherosa Ziehau- Add rtfree_remote(), which send rtentry to its owner...
2008-09-08 Sepherosa Ziehau- Factor out ip_localforward()
2008-09-07 Sepherosa ZiehauLet ipfw_chk() return IP_FW_{PASS,DENY,DUMMYNET,TEE...
2008-09-07 Sepherosa ZiehauCheck the mbuf returned by ip_fw_chk_ptr against NULL...
2008-09-06 Sepherosa ZiehauBreak long line
2008-09-06 Sepherosa Ziehau- Save the route struct in dummynet mbuf tag into the...
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
2008-08-28 Sepherosa ZiehauMake IPDIVERT transparent to ip reassemble code by...
2008-08-26 Sepherosa Ziehau- Consistently test pkt_dst instead of ip_dst
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sepherosa ZiehauSave 'ipfw forward' information in mtag, use m_pkthdr...
2008-08-21 Sepherosa ZiehauDon't terminate the fragment iteration upon error;...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-09 Sepherosa ZiehauParallelize in_ifaddrhashtbl
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-12-28 Sepherosa ZiehauUse M_ASSERTPKTHDR
2007-11-16 Sepherosa ZiehauCPU localize dummynet(4) step 1/2
2007-10-25 Sepherosa Ziehau- Switch dummynet(4) from mbuf based tagging to mtag.
2007-04-04 Matthew DillonAdd IP_MINTTL socket option - used to set the minimum...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-12-27 Matthew DillonFix a type-o that was causing the wrong mbuf's csum_dat...
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-08-15 Matthew DillonConvert RANDOM_IP_ID into a sysctl.
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-06-09 Jeffrey HsuThe header type of a mbuf doesn't change when appended...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-04-18 Joerg SonnenbergerSwitch IP divert from mbuf based tagging to mbuf tags.
2005-03-04 Jeffrey HsuPrefer rtlookup() to rtalloc() when not saving the...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-08 Jeffrey HsuNow that 'so_pcb' is properly declared as a 'void ...
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-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-09-25 Joerg SonnenbergerAllow ip_output to be called with rt=NULL by making...
2004-08-26 Matthew DillonBring in FreeBSD/1.218.
2004-08-26 Matthew DillonBring in FreeBSD/1.214 - UC Regent's advertising clause...
2004-08-26 Matthew DillonMerge FreeBSD/1.212 and FreeBSD/1.213. These only...
2004-07-26 Jeroen Ruigrok/asmodaiRemove stray fr_checkp() declaration.
2004-07-18 Matthew DillonDon't let packets with DF set sneak by through the...
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-04-13 Jeffrey HsuCreate another entry point into ip_input() so MT_TAGs...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2004-02-14 Matthew DillonMove <machine/in_cksum.h> to <sys/in_cksum.h>. This...
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-08-24 Jeffrey HsuAdd support for Protocol Independent Multicast.
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
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: