openssl: Adjust manual pages for 1.0.1l.
[dragonfly.git] / sys / netinet /
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
2015-01-05 Sepherosa Ziehauinet/inet6: Merge SIOC[ADG]LIFADDR into {in,in6}_contro...
2014-12-30 Sepherosa Ziehauin_control: Merge two switch blocks and fix comment...
2014-12-27 Sepherosa Ziehauinet: Merge in_control() and in_control_redispatch()
2014-12-27 Sepherosa Ziehautcp: Enable path mtu discovery by default
2014-12-27 Sepherosa Ziehauinet/inet6: Don't allow different users to bind to...
2014-12-27 Sepherosa Ziehauinet/inet6: Remove the v4-mapped address support
2014-12-19 Sepherosa Ziehauinet6: Don't allow setting net.inet6.ip6.v6only to 0
2014-12-19 Sepherosa Ziehautcp: Increase default IW to 4.
2014-12-17 Sepherosa Ziehauicmp: Asynchonize ctlinput/mtudisc/redirect processing
2014-12-17 Sepherosa Ziehauroute/inet: Set the mtu if it is _not_ configured,...
2014-11-25 Matthew Dillonkernel - Implement new callout*() core
2014-11-24 Sepherosa Ziehauigmp: IGMP processing mpsafe
2014-11-23 Sepherosa Ziehauipdemux: Remove 'direction' parameter
2014-11-23 Sepherosa Ziehauudp: Don't mess w/ hardware RSS for IP fragments
2014-11-23 Sepherosa Ziehauudp: udp_cport() has already been nuked
2014-11-23 Sepherosa Ziehautcp: Unitfy ctlinput and ctlport cmd/faddr/icmp_ip...
2014-11-23 Sepherosa Ziehauudp: Fix parameter order of udp_addrcpu()
2014-11-23 Sepherosa Ziehauudp: Unify ctlinput and ctlport cmd/faddr/icmp_ip proce...
2014-11-23 Sepherosa Ziehauinpcb: Define inp_notify_t
2014-11-20 Sepherosa Ziehaucarp: ctlinput method only processes PRC_IFDOWN and...
2014-11-18 Sepherosa Ziehauudp: Minor udp_ctlinput cleanup
2014-11-18 Sepherosa Ziehautcp: Minor tcp_ctlinput cleanup
2014-11-18 Sepherosa Ziehautcp: Discard non-error cmd after PRC_IS_REDIRECT(cmd...
2014-11-17 Sepherosa Ziehauicmp: Don't convert saved ip header's length into host...
2014-11-17 Sepherosa Ziehauicmp: Fix wrong icmp header cast
2014-11-17 Sepherosa Ziehauicmp: Use inet_ntop() to log ip addresses
2014-11-17 Sepherosa Ziehauproto: ctlinput is a pr method; not a pru method
2014-11-16 Sepherosa Ziehauicmp: Use inet_ntop() instead of inet_ntoa()
2014-11-16 Sepherosa Ziehaubuild: Add ICMPPRINTFS as global option
2014-11-16 Sepherosa Ziehaulibkern: Add inet_ntop()
2014-11-16 Sepherosa Ziehauicmp: Utilize in_cksum_skip()
2014-11-16 Sepherosa Ziehauincsum: Const-fy mbuf parameter
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-13 Markus Pfeiffernetinet: Remove check for jailed process
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-03 Sepherosa Ziehauudp: Add assertion for preconditions for direct detach
2014-10-03 Sepherosa Ziehauudp: Add NOTINHASH assertion to udp_inswildcardhash()
2014-10-03 Sepherosa Ziehauinpcb: Factor out ASSERT_INP_NOTINHASH
2014-10-03 Sepherosa Ziehauudp: Use ncpus2 instead of ncpus, since udp uses ncpus2...
2014-10-03 Sepherosa Ziehauinpcb: Factor out in_pcbresetroute()
2014-09-29 Sepherosa Ziehauudp: Optimize detach path
2014-09-29 Sepherosa Ziehauinpcb: Define INP_WASBOUND_NOTANY as protocol specific...
2014-09-29 Sepherosa Ziehauinpcb: Revoke INP_WILDCARD_MP, which serves no purpose now
2014-09-29 Sepherosa Ziehautcp: Check multicast sopt name after sopt level is...
2014-09-28 Sepherosa Ziehausocket: Provide socket owner cpuid hint
2014-09-28 Sepherosa Ziehauudp: Redistribute SO_REUSEPORT socket based on local...
2014-09-28 Sepherosa Ziehauinpcb: Add in_pcb{link,unlink}_flags() to bypass INP_WI...
2014-09-28 Sepherosa Ziehauinpcb: Save local group index
2014-09-22 Sepherosa Ziehauudp: Factor out function to reset inpcb route cache
2014-09-21 Sepherosa Ziehauinpcb: Remove the code that does hash-threshold wildcar...
2014-09-21 Sepherosa Ziehauudp: Prepare for re-redispatching for SO_REUSEPORT...
2014-09-18 Sepherosa Ziehaurip: All processing should only happens in netisr0
2014-09-18 Sepherosa Ziehaudivert: Don't call abort method in disconnect method
2014-09-11 Sepherosa Ziehaudivert: All processing should only happens in netisr0
2014-09-10 Sepherosa Ziehauroute/inet: Dispatch in_rtqdrain to netisrs to run
2014-09-10 Sepherosa Ziehausyncache: Remove syncache_null_rport; use netisr_adone_...
2014-09-08 Sepherosa Ziehausyncache: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauarp: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauroute/inet: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauigmp: Prioritize fast and slow timeout netmsgs
2014-09-08 Sepherosa Ziehauipflow: Prioritize timeout netmsgs
2014-09-08 Sepherosa Ziehauip: Prioritize drain and timeout netmsgs
2014-09-08 Sepherosa Ziehautcp: Dispatch tcp_drain to netisrs to run
2014-09-04 Sepherosa Ziehautcp: Fix tcp_drain_oncpu()
2014-09-03 Sepherosa Ziehauudp: Simplify getcred
2014-09-03 Sepherosa Ziehautcp: Fix getcred
2014-09-02 Sascha WildnerFix buildkernel without INVARIANTS.
2014-09-02 Sepherosa Ziehauudp: For connected socket, don't rehash sending datagram
2014-08-31 Sepherosa Ziehauudp: Make udp pcbinfo and portinfo per-cpu; greatly...
2014-08-10 Sepherosa Ziehautcp: Fix upper half (socket code) and so_port switching...
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-07-18 Matthew Dillonkernel - Adjust ssb_space_prealloc() use cases
2014-07-18 Sepherosa Ziehautcp: Set upper limit for the DupThresh generated by...
2014-07-18 Matthew Dillonkernel - network adjustments (netisr, tcp, and socket...
2014-07-16 Matthew Dillonkernel - Add feature to allow sendbuf_auto to decrease...
2014-07-16 Matthew Dillonkernel - Improve TCP socket handling at high speeds
2014-07-14 Matthew Dillonkernel - Fix stability issue with net.inet.tcp.inflight*
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-02 Sascha Wildnerkernel: Fix some -Wundef warnings.
2014-07-01 Sepherosa Ziehauinet: Make ip fragments reassemble queue per-cpu and...
2014-06-29 Sepherosa Ziehauinpcb: Rework insertion of local group
2014-06-27 Matthew Dillonkernel - Force manual hash calculation for IP fragments
2014-06-26 Sepherosa Ziehauinet: Handle IP fragments in netisr0
2014-06-25 Sepherosa Ziehauinpcb: Reorganize localgroup manages functions.
2014-06-18 Sepherosa Ziehautcp: White space cleanup; no functional changes.
2014-06-18 Sepherosa Ziehauip/demux: Remove no longer applied comment
2014-06-18 Sepherosa Ziehauudp: Fix "unconnect" and cleanup connect
2014-06-18 Sepherosa Ziehaunet: Add initport protosw method to init socket's defau...
2014-06-18 Sepherosa Ziehautcp: Avoid unnecessary calling of in_pcbladdr() in...
2014-06-16 Sepherosa Ziehauinpcb: Remove inp_cpcbinfo, which serves no purpose now
2014-06-16 Sepherosa Ziehauinpcb: Cache align inpcbinfo
2014-06-16 Sepherosa Ziehauinet: in_pcbsetlport_remote -> in_pcbbind_remote
next