]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
install bssid for ahdemo mode too
[FreeBSD/FreeBSD.git] / sys / netinet /
2008-10-27 rrsMore issues with pre-blocking:
2008-10-27 rrsTwo inter-related bugs.
2008-10-27 rrsGet rid of ifdef for vimage on version 8 comparison...
2008-10-27 rrsInvariants changes that make more sense.
2008-10-26 rwatsonIn both dropwithreset paths in tcp_input.c, drop the...
2008-10-26 rwatsonRemove endearing but syntactically unnecessary "return...
2008-10-26 bzStyle changes only:
2008-10-23 desFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 desRetire the MALLOC and FREE macros. They are an abomina...
2008-10-20 bzUpdate a comment which to my reading had been misplaced...
2008-10-20 bzBring over the change switching from using sequential...
2008-10-18 rrsThe flags value was not always being copied out in...
2008-10-18 rrsNew sockets (accepted) were not inheriting the proper...
2008-10-18 rrs- Peers rwnd is now available for the MIB.
2008-10-18 rrs- Adapt layer indication was always being given (it...
2008-10-18 rrsReported by Yehuda Weinraub (yehudasa@gamil.com) -...
2008-10-17 bzAdd cr_canseeinpcb() doing checks using the cached...
2008-10-16 zecRemove a useless global static variable.
2008-10-14 maximo Remove unnecessary parentheses and restore identation.
2008-10-14 maximo Reformat ipfw nat get|setsockopt code to look it...
2008-10-10 rwatsonFix content and spelling of comment on _ipfw_insn.len...
2008-10-07 rwatsonDon't pass curthread to sbreserve_locked() in tcp_do_se...
2008-10-04 bzRemove an INP_RUNLOCK() missed in SVN r183606, cvs...
2008-10-04 bzCache so_cred as inp_cred in the inpcb.
2008-10-03 bzImplement IPv4 source address selection for unbound...
2008-10-02 zecStep 1.5 of importing the network stack virtualization...
2008-09-29 rwatsonExpand comments relating various detach/free/drop inpcb...
2008-09-29 rwatsonFix typo in comment.
2008-09-27 rwatsonWhen an inpcb doesn't have a socket but the inpcb is...
2008-09-27 rwatsonRather than shadowing global variable 'lookup' in check...
2008-09-26 emasteMove CTASSERT from header file to source file, per...
2008-09-25 rwatsonAs a follow-on to r183323, correct another case where...
2008-09-24 rwatsonWhen dropping a packet and issuing a reset during TCP...
2008-09-21 rikExport IPFW_TABLES_MAX value for compiled in defaults.
2008-09-14 rikExport IPFW_TABLES_MAX via sysctl. Part of PR: 127058.
2008-09-14 julianoops commit the version that compiles
2008-09-14 julianRevert a part of the MRT commit that proved un-needed.
2008-09-14 rikMake the commet for the default rule number more clear.
2008-09-13 bzImplement IPv6 support for TCP MD5 Signature Option...
2008-09-09 bzWork around an integer division resulting in 0 and...
2008-09-07 bzTo my reading there are no real consumers of ip6_plen...
2008-09-07 bzSplit tcp_mss() in tcp_mss() and tcp_mss_update() where...
2008-09-07 bzV_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt proce...
2008-09-07 bzConvert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt to
2008-09-07 bzAdd a second KASSERT checking for len >= 0 in the tcp...
2008-09-06 rikExport the IPFW_DEFAULT_RULE outside ip_fw2.c. This...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 keramidaSlightly reword comment and remove typos.
2008-09-03 julianwhitespace nit
2008-09-01 brooksWrap an 81 column SYSCTL_NODE decleration.
2008-09-01 kmacyDon't check if an interface can do tcp offload if there...
2008-08-31 julianfix tiny nti in comment
2008-08-30 csjpImprove the entropy of the source port randomization...
2008-08-29 gnnFix a bug whereby multicast packets that are looped...
2008-08-28 rpauloFix typo in comment.
2008-08-28 rrsok, non static the function and put in the .h so
2008-08-28 rrsFixes compile error when INVARIANTs is on. Adds an
2008-08-28 rrs- Make strict-sacks be the default.
2008-08-27 csjpFix a panic in MAC kernels that was a result of un...
2008-08-27 rrs- When we close a socket with pending assoc's that...
2008-08-25 julianAnother missed V_ instance
2008-08-25 julianAnother V_ forgotten
2008-08-25 julianWe left out V_static_len from ip_fw2.c
2008-08-25 julianMove some struct defs around. This is a prep step for...
2008-08-24 bzMake the kernel compile with SCTP and SCTP_DEBUG but
2008-08-24 kmacyDon't calculate checksum if it has already been validated
2008-08-23 bzCache the cred locally in _syncache_add() while holding...
2008-08-23 bzAdd an explicit comment why we NULLify the two variables.
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-21 rwatsonRemove comments and #ifdef notyet'd code relating to...
2008-08-20 julianFix some of the formatting fixes.. It's amazing how...
2008-08-20 julianA bunch of formatting fixes brough to light by, or...
2008-08-18 philipFix ARP in bridging scenarios where the bridge shares its
2008-08-17 bzCommit step 1 of the vimage project, (network stack)
2008-08-16 bzFix a regression introduced in r179289 splitting up...
2008-08-09 desNit
2008-08-07 rwatsonMinor white space tweaks.
2008-08-07 rwatsonCorrect comment typo.
2008-08-05 jhbMinor style tweaks.
2008-08-01 julianThe IPFW code accepts the use of the tablearg keyword...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-31 rpauloMFp4 (//depot/projects/tcpecn/):
2008-07-31 rrsAdds support for the SCTP_PORT_REUSE option
2008-07-29 rrsFix build breakage - kthread_exit() in 8 now has no...
2008-07-29 rrs- Out with some printfs.
2008-07-28 mavSome style and assertion fixes to the previous commits...
2008-07-27 mavAccording to in_pcb.h protocol binding information...
2008-07-26 mavIncrease UDBHASHSIZE from 16 to 128 items.
2008-07-26 mavAccording to in_pcb.h protocol binding information...
2008-07-26 mavAdd hash table lookup for a fully connected raw sockets.
2008-07-22 avatarTrying to fix compilation bustage:
2008-07-21 kmacymake new accessor functions consistent with existing...
2008-07-21 kmacy- Switch to INP_WLOCK macro from inp_wlock
2008-07-21 kmacyAdd versions of tcp_twstart, tcp_close, and tcp_drop...
2008-07-21 kmacyadd interface for external consumers to syncache_expand...
2008-07-21 kmacyAdd accessor functions for socket fields.
2008-07-21 kmacyadd inpcb accessor functions for fields needed by TOE...
2008-07-20 trhodesDocument a few sysctls.
2008-07-20 bzia is a pointer thus use NULL rather then 0 for initial...
2008-07-20 kmacyremove unused toedev functions and add comments for...
next