Save flags pass by caller
[dragonfly.git] / sys / netinet /
2008-09-13 Sepherosa ZiehauMove ipfw(4) code for ip_{input,output}() into ip_fw2...
2008-09-13 Sepherosa ZiehauMove ipfw(4) related bits into ip_fw2_glue.c
2008-09-13 Sepherosa Ziehaupf(4) may reassemble ip fragments, so we probably shoul...
2008-09-13 Sepherosa Ziehau- Move IPDIVERT related bits into netinet/ip_divert.c
2008-09-13 Sepherosa ZiehauAdd FW_MBUF_REDISPATCH, which should be set by various...
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 ZiehauMove next_hop (tranparent forwarding) testing and extra...
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 Peter AvalosMerge from vendor branch OPENSSL:
2008-09-06 Sepherosa ZiehauBreak long line
2008-09-06 Sepherosa Ziehau- Save the route struct in dummynet mbuf tag into the...
2008-09-06 Sepherosa ZiehauMove dummynet tag extraction and ipfw args setup into...
2008-09-06 Matthew DillonIncrease sockbuf send and receive buffers to 57344...
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2008-09-02 Matthew DillonContinue working the abort path. Move SS_ABORTING...
2008-08-28 Sepherosa ZiehauMove IPDIVERT related declaration from netinet/ip_var...
2008-08-28 Sepherosa ZiehauFix comment
2008-08-28 Sepherosa ZiehauMake IPDIVERT transparent to ip reassemble code by...
2008-08-28 Sepherosa ZiehauMove IPDIVERT processing from ip_input() normal code...
2008-08-27 Sepherosa ZiehauPrepare to make IPDIVERT transparent to ip reassemble...
2008-08-26 Sepherosa Ziehau- Consistently test pkt_dst instead of ip_dst
2008-08-23 Sepherosa ZiehauWhite space
2008-08-23 Sepherosa ZiehauSave srcroute options in a mtag associated the mbuf...
2008-08-23 Sepherosa ZiehauStaticize save_rte()
2008-08-23 Sepherosa Ziehau- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED...
2008-08-22 Sepherosa ZiehauMove ip fragments reassemble related code from ip_input...
2008-08-22 Sepherosa ZiehauMove ipstat.ips_reassembled updating from ip_input...
2008-08-22 Sepherosa ZiehauWhite space
2008-08-22 Sepherosa Ziehaunext_hop information is now saved in mtag, so the netms...
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-17 Sepherosa ZiehauPass cpuid to ifa_domsg()
2008-08-15 Nicolas TheryAllocate sackblock structs with kmalloc() instead of...
2008-08-05 Nuno Antunes* Don't call ifp->if_output() from inside mpls_output...
2008-07-28 Sepherosa ZiehauDispatch ipfw control to netisr0. To avoid possible...
2008-07-28 Sepherosa ZiehauUse seperate variable to indicate whether ipfw has...
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-12 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-03 Simon SchubertMake ip_forward public, so that it can be used from...
2008-07-01 Hasso TepperFix [gs]etsockopt(IP_HDRINCL) which allows mere mortals...
2008-06-30 Hasso TepperMerge from vendor branch GCC:
2008-06-26 Matthew DillonMerge from vendor branch NETGRAPH:
2008-06-17 Aggelos Economopoulosdo early copyin / delayed copyout for socket options
2008-06-16 Peter AvalosMerge from vendor branch LIBARCHIVE:
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-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-31 Sepherosa Ziehau- Avoid excessive goto
2008-05-28 Sepherosa Ziehau- ifnet.if_output() should be called without ifnet...
2008-05-27 Matthew Dillon* Implement SOCK_SEQPACKET sockets for local communicat...
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-05-17 Peter AvalosMerge from vendor branch LIBARCHIVE:
2008-05-17 Peter AvalosMerge from vendor branch TNFTP:
2008-05-17 Matthew DillonSyntax cleanup and also commit a missing piece of the...
2008-05-17 Peter AvalosMerge from vendor branch LESS:
2008-05-17 Matthew DillonAdd a sysctl jail.allow_raw_sockets (default to diabled...
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-04-26 Sepherosa ZiehauDon't do following optimization in udp_disconnect():
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-04-06 Peter AvalosMerge from vendor branch OPENSSH:
2008-04-03 Sepherosa ZiehauUnbreak UP building
2008-04-03 Sepherosa ZiehauParallelize ip_flow:
2008-03-30 Matthew DillonIt's frankly long past time that we turn net.inet.tcp...
2008-03-30 Sepherosa ZiehauClean it up a little bit
2008-03-29 Sepherosa ZiehauAdd two tunables to run netisr and udp_thread without...
2008-03-26 Sepherosa ZiehauFix bugs concerning cached route entry in UDP inpcb.
2008-03-20 Peter AvalosMerge from vendor branch BZIP:
2008-03-12 Dave HayesMerge from vendor branch BSDINSTALLER:
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-02-11 Nuno AntunesFix arprequest serialization.
2008-02-10 Sepherosa Ziehautcp_output_dispatch() is only used by SMP kernel
2008-02-09 Peter AvalosMerge from vendor branch TNFTP:
2008-02-09 Sepherosa ZiehauIn TCP PRU_CONNECT handling, install inp's route with...
2008-02-03 Matthew DillonMake sure scb->lastfound is NULLed out when it matches...
2008-01-31 Simon SchubertMerge from vendor branch GDB:
2008-01-30 Hasso TepperMerge from vendor branch LIBEVENT:
2008-01-19 Peter AvalosMerge from vendor branch FILE:
2008-01-15 Matthias SchmidtMerge from vendor branch TCSH:
2008-01-15 Simon SchubertMerge from vendor branch GDB:
2008-01-14 Simon SchubertMerge from vendor branch GDB:
2008-01-11 Sepherosa Ziehau- Split if_clone.c out of if.c, license in if.c is...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-03 Sepherosa ZiehauUse NULL for pointers
2007-12-28 Sepherosa ZiehauUse M_ASSERTPKTHDR
next