]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Sync to p4 156093
[FreeBSD/FreeBSD.git] / sys / netinet /
2009-01-11 Robert WatsonSince we allow conditional allocation of labels on...
2009-01-09 Bjoern A. ZeebRestrict arp, ndp and theoretically the FIB listing...
2009-01-09 Adrian ChaddFix fat-fingered comment.
2009-01-09 Adrian ChaddFix indentation; add FALLTHROUGH.
2009-01-09 Adrian ChaddBetter comment what the socket option does. Thanks...
2009-01-09 Adrian ChaddComment some potentially confusing logic.
2009-01-09 Adrian ChaddImplement a new IP option (not compiled/enabled by...
2009-01-09 Bjoern A. ZeebMake SIOCGIFADDR and related, as well as SIOCGIFADDR_IN...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-09 Hartmut BrandtSet a minimum of information in the routing message...
2009-01-06 Randall StewartAddresses Roberts comments on comments. Also adds
2009-01-06 Randall StewartAdd the ability of an alternate transport protocol
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-03 Robert WatsonAllow the IP_MINTTL socket option to be set to 0 so...
2009-01-03 Qing LiSome modules such as SCTP supplies a valid route entry...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-28 Bjoern A. ZeebFor consistency use LLE_IS_VALID() in this 4th place...
2008-12-26 Qing LiThis checkin addresses a couple of issues:
2008-12-24 Kip MacyFix missed unlock and reference drop of lle
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-23 Bjoern A. ZeebRemove long unused netinet/ipprotosw.h (basically since...
2008-12-23 Qing LiDon't create a bogus ARP entry for 0.0.0.0.
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-19 Qing LiThe proxy-arp code was broken and responds to ARP
2008-12-17 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code:
2008-12-17 Bjoern A. ZeebUse inc_flags instead of the inc_isipv6 alias which...
2008-12-17 Kip Macydefault to doing lla_lookup with shared afdata lock...
2008-12-16 Robert WatsonIPFW's pfil hook/unhook code ignores the return values...
2008-12-16 Kip Macyipfw doesn't use the radix node head lock to protect...
2008-12-16 Kip Macycheck pointer against NULL
2008-12-16 Kip Macydon't unlock lle if it is NULL
2008-12-16 Kip Macyunlock and destroy an llentry's lock before freeing
2008-12-15 Bjoern A. ZeebAnother step assimilating IPv[46] PCB code - directly use
2008-12-15 Qing LiThis main goals of this project are:
2008-12-14 Bjoern A. ZeebAdd a check, that is currently under discussion for...
2008-12-13 Bjoern A. ZeebDe-virtualize the MD5 context for TCP initial seq numbe...
2008-12-13 Kip Macyversion that will compile
2008-12-13 Kip Macyradix node head lock needs to be held when calling...
2008-12-13 Kip Macydon't acquire lock recursively
2008-12-13 Bjoern A. ZeebSecond round of putting global variables, which were...
2008-12-11 Bjoern A. ZeebPut a global variables, which were virtualized but...
2008-12-11 Bjoern A. ZeebUse the correct INIT_VNET_INET() as the virtualized...
2008-12-10 Marko ZecConditionally compile out V_ globals while instantiatin...
2008-12-10 Robert WatsonRemove inconsistent white space from in_pcballoc().
2008-12-10 Robert WatsonMove syncache flag definitions below data structure...
2008-12-10 Robert WatsonMove flag definitions for t_flags and t_oobflags below...
2008-12-10 Kip Macyunlock when done
2008-12-10 Kip Macydon't reference if_addr_mtx directly
2008-12-09 Robert WatsonUpdate comment on INP_TIMEWAIT to say what it's about...
2008-12-09 Robert WatsonEnhance one comment relating to recent TCP locking...
2008-12-09 Robert WatsonMove macros defining flags and shortcus to nested struc...
2008-12-08 Robert WatsonMove from solely write-locking the global tcbinfo in...
2008-12-08 Robert WatsonAdd a reference count to struct inpcb, which may be...
2008-12-06 Christian S.J. Peronin_rtalloc1(9) returns a locked route, so make sure...
2008-12-06 Randall StewartCode from the hack-session known as the IETF (and a
2008-12-05 Gleb SmirnoffIn a case of CARP status change run through the if_link...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 Bjoern A. ZeebRather than using hidden includes (with cicular depende...
2008-12-01 Sam Lefflerimport ath hal
2008-11-29 Bjoern A. ZeebMFp4:
2008-11-28 Marko ZecAdd an essential .h file that skipped from the last...
2008-11-28 Marko ZecUnhide declarations of network stack virtualization...
2008-11-28 Dag-Erling Smørgravmissing V_
2008-11-27 Bjoern A. ZeebReplace most INP_CHECK_SOCKAF() uses checking if it...
2008-11-27 Bjoern A. ZeebMerge in6_pcbfree() into in_pcbfree() which after the...
2008-11-27 Bjoern A. ZeebUnify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.
2008-11-26 Marko ZecMerge more of currently non-functional (i.e. resolving to
2008-11-26 Bjoern A. ZeebRemove in6_pcbdetach() as it is exactly the same function
2008-11-26 Bjoern A. ZeebUnify the v4 and v6 versions of pcbdetach and pcbfree...
2008-11-19 Julian ElischerFix a scope problem in the multiple routing table code...
2008-11-19 Marko ZecChange the initialization methodology for global variab...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-11-12 Randall Stewart-Improvement: Add '\n' on debug output in sctp_lower_so...
2008-11-09 Bjoern A. ZeebFor consistency work on the local object passed into...
2008-11-06 Bjoern A. ZeebFix typo and while here another one.
2008-11-06 Bjoern A. ZeebFix a bug introduced with r182851 splitting tcp_mss...
2008-11-06 Bjoern A. ZeebAdopt the comment for tcp_maxmtu(); we are returning...
2008-11-06 Bjoern A. ZeebFix a bug introduced with r182851 splitting tcp_mss...
2008-10-28 Oleg BulyzhinType of q_time (start of queue idle time) has changed...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-27 Randall StewartMore issues with pre-blocking:
2008-10-27 Randall StewartTwo inter-related bugs.
2008-10-27 Randall StewartGet rid of ifdef for vimage on version 8 comparison...
2008-10-27 Randall StewartInvariants changes that make more sense.
2008-10-26 Robert WatsonIn both dropwithreset paths in tcp_input.c, drop the...
2008-10-26 Robert WatsonRemove endearing but syntactically unnecessary "return...
2008-10-26 Bjoern A. ZeebStyle changes only:
2008-10-23 Dag-Erling SmørgravFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-20 Bjoern A. ZeebUpdate a comment which to my reading had been misplaced...
2008-10-20 Bjoern A. ZeebBring over the change switching from using sequential...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-18 Randall StewartThe flags value was not always being copied out in...
2008-10-18 Randall StewartNew sockets (accepted) were not inheriting the proper...
2008-10-18 Randall Stewart- Peers rwnd is now available for the MIB.
next