]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
- Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition
[FreeBSD/FreeBSD.git] / sys / netinet /
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...
2008-07-18 dwmaloneAdd an accept filter for TCP based DNS requests. It...
2008-07-18 rwatsonEliminate use of the global ripsrc which was being...
2008-07-16 rwatsonFix error in comment.
2008-07-15 rwatsonMerge last of a series of rwlock conversion changes...
2008-07-15 rpauloFix commment in typo.
2008-07-14 eriFix carp(4) panics that can occur during carp interface...
2008-07-10 rwatsonSlightly rearrange validation of UDP arguments and...
2008-07-10 bzPass the ucred along into in{,6}_pcblookup_local for...
2008-07-10 bzFor consistency take lport as u_short in in{,6}_pcblook...
2008-07-10 rwatsonApply the MAC label to an outgoing UDP packet when...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-09 bzFor consistency with the rest of the function use the...
2008-07-09 rrs1) Adds the rest of the VIMAGE change macros
2008-07-08 rwatsonProvide some initial chicken-scratching annotations...
2008-07-07 rwatsonAllow udp_notify() to accept read, as well as write...
2008-07-07 rwatsonAdd additional udbinfo and inpcb locking assertions...
2008-07-07 rwatsonFirst step towards parallel transmit in UDP: if neither...
2008-07-07 rwatsonDrop read lock on udbinfo earlier during delivery to...
2008-07-05 rwatsonRename raw_append() to rip_append(): the raw_ prefix...
2008-07-05 rwatsonImprove approximation of style(9) in raw socket code.
2008-07-04 gonzoEnqueue de-capsulated packet instead of performing...
2008-07-04 rwatsonRemove NETISR_MPSAFE, which allows specific netisr...
2008-07-03 bzRemove a bogusly introduced rtalloc_ign() in rev. 1...
2008-07-02 rwatsonAdd soreceive_dgram(9), an optimized socket receive...
2008-06-30 rwatsonIn udp_append() and udp_input(), make use of read locki...
2008-06-24 gonzoIn case of interface initialization failure remove...
2008-06-22 mavPartially revert previous commit. DeleteLink() does...
2008-06-21 mavImplement UDP transparent proxy support.
2008-06-21 mavAdd support for PORT/EPRT FTP commands in lowercase.
2008-06-16 upsChange incorrect stale cookie detection in syncookie_lo...
2008-06-16 upsFix a check in SYN cache expansion (syncache_expand...
2008-06-15 rrs More prep for Vimage:
next