Bring in some changes to bsd.sys.mk from FreeBSD.
[dragonfly.git] / sys / netinet /
2008-10-30 Sepherosa ZiehauDon't use listen socket's route cache, it is not MPSAFE...
2008-10-28 Sepherosa ZiehauIn ip_lengthcheck(), make sure that pkthdr.len is not...
2008-10-28 Sepherosa ZiehauAdd comment about ip_lengthcheck()
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-27 Sepherosa Ziehau- Move unlinking ipflow from table/list out of ipflow_f...
2008-10-27 Sepherosa Ziehau- All of the ipflow table/list read/write operations...
2008-10-27 Sepherosa ZiehauWe obviously do not want protocol threads to be block...
2008-10-27 Sepherosa ZiehauBreak long line
2008-10-27 Sepherosa Ziehau- In addition to the IP flow hash table, put the flows...
2008-10-27 Sepherosa Ziehaupr_ctlinput is usually called when certains types of...
2008-10-26 Sepherosa ZiehauUpdate ips_total
2008-10-26 Sepherosa Ziehau- If a packet came in as link-level broadcast or link...
2008-10-26 Sepherosa Ziehau- ip_mport() will make sure following things for us:
2008-10-26 Sepherosa ZiehauPerform ipflow timeout, only if the CPU has active...
2008-10-26 Sepherosa ZiehauBring in following changes from NetBSD ip_flow.c
2008-10-26 Sepherosa Ziehau- Move ipflow definition from ip_flow.h to ip_flow...
2008-10-21 Sepherosa ZiehauAdd tunable net.inet.ip.mpsafe to register IP as MPSAFE...
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-29 Matthew DillonDo not return an EINVAL error for certain abort and...
2008-09-27 Peter AvalosMerge from vendor branch OPENSSH:
2008-09-27 Peter AvalosMerge from vendor branch OPENSSL:
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-24 Sepherosa ZiehauInclude necessary head file for {get,rel}_mplock()...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-20 Sepherosa ZiehauAdd TDF_NETWORK lwkt flag, so various assertion could...
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 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:
next