]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Prepare for future integration between CAM and newbus. xpt_bus_register
[FreeBSD/FreeBSD.git] / sys / netinet /
2007-06-17 mjacobMake gcc4.2 happy and zero save_ip for the unlikely...
2007-06-17 rrs - For sctp_input/sctp6_input add announcment when...
2007-06-17 mjacobReplace incorrect local OFFSET_OF macro with the correc...
2007-06-17 mjacobSimplification to quiet a gcc4.2 warning. Just by setti...
2007-06-16 rrs- Better handle sending large pkt-drops. We were not...
2007-06-16 rrs- Raise max range of sctp_logging sysctl so panda does...
2007-06-16 rrs- Matthew's changes to get inlines out, plus a few...
2007-06-15 mjacobGarbage collect some debug code that not only no longer...
2007-06-15 rrsName change SCTP_KTR_SUBSYS -> KTR_SCTP
2007-06-15 rrsRemove extraneous extern (its gotten from sctp_sysctl.h)
2007-06-15 rrsWhen removing a stream from the output-stream-wheel...
2007-06-15 rrs- Update the comment lines in sctp_input.c
2007-06-15 bmsStub out imported IGMPv3 definitions which clash with...
2007-06-15 rrs- Issue one, new stack reduction left packet_drop handl...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 rrs- Add VRF id to sctp_ifa structure, needed mainly in...
2007-06-15 rrsKTR_GEN -> KTR_SUBSYS (for Kris).
2007-06-14 rrs- Fix so ifn's are properly deleted when the ref count...
2007-06-13 rrs- fix bindx to check addresses against socket's protoco...
2007-06-13 rwatsonRemove IPX over IP tunneling support, which allows...
2007-06-13 rrs- Fixed cookie handling to calc an RTO when
2007-06-12 bmsImport rewrite of IPv4 socket multicast layer to suppor...
2007-06-12 rrs- Restructure so bindx functions are not done inline...
2007-06-12 rwatsonEliminate now-unused SUSER_ALLOWJAIL arguments to priv_...
2007-06-10 andreFix a case in tcp_do_segment() where tcp_update_sack_li...
2007-06-10 andreFix style for comments, be more verbose and add some...
2007-06-09 andreMake the handling of the tcp window explicit for the...
2007-06-09 andreRemove some bogosity from the SYN_SENT case in tcp_do_s...
2007-06-09 andreDon't send pure window updates when the peer has closed...
2007-06-09 andreHandle a race condition on >2 core machines in tcp_time...
2007-06-09 rrs - Opps.. takes out debug printfs I accidentally left...
2007-06-09 rrs- fix send_failed notification contents
2007-06-08 yarReplace a constant with an already defined symbolic...
2007-06-08 yarAdd a sysctl for the purge run interval so that it can
2007-06-08 rrs- RTO was not being initialized to 0, thus the rtt...
2007-06-07 andreIn tcp_hc_insert() we may have the case where we have...
2007-06-06 andreCorrectly print SEQ and IRS in the corresponding log...
2007-06-06 glebiusDo not leak lock in the case of EEXIST error.
2007-06-06 rrs- Fixes a case where doing a sysctl would leave locks...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
2007-06-04 dwmaloneDespite several examples in the kernel, the third argum...
2007-06-04 darrenrThis commit was generated by cvs2svn to compensate...
2007-06-04 delphijThis commit was generated by cvs2svn to compensate...
2007-06-03 umeThis commit was generated by cvs2svn to compensate...
2007-06-02 dougbThis commit was generated by cvs2svn to compensate...
2007-06-02 rrs- fix initial pcb vrf setting when the initial vrf...
2007-06-01 rrs- Take out the broken table-id concept. Panda Routers...
2007-06-01 jeff - Move rusage from being per-process in struct pstats...
2007-05-31 rwatson(1) In tcp_usrclosed(), tp can never become NULL, so...
2007-05-30 rrs- Fixed (Apple) compiler warnings in sctp_input.c,...
2007-05-30 rrs- Fix a memory overwrite when the mapping array
2007-05-29 rrsAdds gcc attribute to prevent inlining of a function. If
2007-05-29 rrs- Fix spelling errors in comments per Ruslan (.. thanks...
2007-05-29 rrs- Fixes so we won't try to start a timer when we
2007-05-28 andreMake log messages more verbose and simpler to understan...
2007-05-28 andreFix indentation of the syncache_expand() section in...
2007-05-28 rrs- fixed autclose to not allow setting on 1-2-1 model.
2007-05-28 andreRefactor and rewrite in parts the SYN handling code...
2007-05-27 rwatsonNormalize spelling and grammar in TCP hostcache comments.
2007-05-27 rwatsonIn tcp_timer_2msl(), tp can never become NULL, so don...
2007-05-27 rwatsonDon't assign sp to the value of s when we're about...
2007-05-25 andreThe printf %b list in PRINT_TH_FLAGS has to be in octal...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-24 obrienThis commit was generated by cvs2svn to compensate...
2007-05-23 andreAdd CWR back into the PRINT_TH_FLAGS list as gcc42...
2007-05-23 andreIn tcp_log_addrs():
2007-05-21 wollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 muxThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-19 kanThis commit was generated by cvs2svn to compensate...
2007-05-18 andreBe more restrictive with segment validity checks in...
2007-05-18 andreo Add syslog logging under LOG_DEBUG to various failure...
2007-05-18 andreAdd tcp_log_addrs() function to generate and standardiz...
2007-05-18 jhbFix statistical accounting for bytes and packets during...
2007-05-17 jinmei- Disabled responding to NI queries from a global addre...
2007-05-17 rrs- Fixed 1-2-1 model to not worry about associd in sockopts
2007-05-17 olegUnbreak IPv4 kernel build.
2007-05-16 rwatsonRemove leading spaces before tabs spotted thanks to...
2007-05-16 andreRemove now unused stuff forgotten in the previous commit.
2007-05-16 andreMove TIME_WAIT related functions and timer handling...
2007-05-16 dwmaloneWhen verifying the IPv4 UDP checksum, don't overwrite...
2007-05-13 andreComplete the (mechanical) move of the TCP reassembly...
2007-05-11 andreDrop everything that doesn't belong into this new file.
2007-05-11 andreDrop everything that doesn't belong into this new file.
2007-05-11 andreMake the TCP timer callout obtain Giant if the network...
2007-05-11 andreAdd the timestamp offset to struct tcptw so we can...
2007-05-11 rwatsonCoalesce two identical UCB licenses into a single licen...
2007-05-11 rwatsonMinor white space and style cleanups.
2007-05-11 rwatsonWhite space and style cleanup.
2007-05-11 rwatsonMinor white space/style normalization.
2007-05-11 rwatsonNormalize style a bit: reduce pseudo-randomness of...
2007-05-11 rwatsonReduce network stack oddness: implement .pru_sockaddr...
2007-05-11 rwatsonRemove unneeded wrappers for in_setsockaddr() and in_se...
2007-05-10 andreFix an incorrect replace of a timer reference made...
2007-05-10 rwatsonMove universally to ANSI C function declarations, with...
2007-05-09 rrsTwo major items here:
next