]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Import mandoc 1.14.4
[FreeBSD/FreeBSD.git] / sys / netinet /
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 tuexenRemove unused code.
2018-09-12 tuexenFix TCP Fast Open for the TCP RACK stack.
2018-09-10 markjFix synchronization of LB group access.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-07 markjUse ratecheck(9) in in_pcbinslbgrouphash().
2018-09-06 bzThe inp_lle field to struct inpcb, along with two ...
2018-09-06 bzMake tcp_hpts.c compile a LINT kernel with options...
2018-09-06 markjDefine sctp probes only when SCTP is configured.
2018-09-05 markjFix style bugs in in_pcblookup_lbgroup().
2018-09-05 eugenFix "ipfw fwd" to work for incoming IPv4 packets when...
2018-09-03 markjUse the correct malloc type in in_pcblbgroup_free().
2018-08-24 tuexenFix a shadowed variable warning.
2018-08-23 tuexenUse arc4rand() instead of read_random() in the SCTP...
2018-08-23 manudts: Import DTS for arm64
2018-08-23 tuexenDon't use the explicit number 32 for the length of...
2018-08-22 tuexenAdd support for send, receive and state-change DTrace...
2018-08-22 mmacyin_mcast: fix copy paste error when clearing flag
2018-08-21 tuexenEnabling the IPPROTO_IPV6 level socket option IPV6_USE_...
2018-08-21 tuexenFix the inheritance of IPv6 level socket options on...
2018-08-21 tuexenWhitespace change.
2018-08-21 tuexenRefactor the SHUTDOWN_PENDING state handling.
2018-08-20 bzGC inc_isipv6; it was added for "temp" compatibility...
2018-08-20 rrsThis change represents a substantial restructure of...
2018-08-19 tuexenDon't expose the uptime via the TCP timestamps.
2018-08-16 npAdd the ability to look up the 3b PCP of a VLAN interfa...
2018-08-15 mmacyFix in6_multi double free
2018-08-15 loosLate style follow up on r312770.
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 jtlLower the default limits on the IPv4 reassembly queue.
2018-08-14 jtlImplement a limit on on the number of IPv4 reassembly...
2018-08-14 jtlAdd a global limit on the number of IPv4 fragments.
2018-08-14 jtlImprove hashing of IPv4 fragments.
2018-08-14 tuexenRemove a set but not used warning showing up in usrsctp.
2018-08-14 aeRestore ability to send ICMP and ICMPv6 redirects.
2018-08-13 tuexenUse the stacb instead of the asoc in state macros.
2018-08-13 tuexenUse consistently the macors to modify the assoc state.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-12 tuexenAdd explicit cast to silence a warning for the userland...
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-10 dteskeFix misspellings of transmitter/transmitted
2018-08-10 aeRemove unneeded ipsec-related includes.
2018-08-09 luporl[ppc] Fix kernel panic when using BOOTP_NFSROOT
2018-08-08 rrsFix a small bug in rack where it will
2018-08-08 eadlerfile: update to 5.34
2018-08-06 jtlAddress concerns about CPU usage while doing TCP reasse...
2018-08-06 rrsThis fixes a bug in Rack where we were
2018-08-04 glebiusNow that after r335979 the kernel addresses in API...
2018-07-31 tuexenAdd a dtrace provider for UDP-Lite.
2018-07-31 mavMFV r336991, r337001:
2018-07-31 tuexenFix INET only builds.
2018-07-30 tuexenAllow implicit TCP connection setup for TCP/IPv6.
2018-07-30 tuexenSend consistent SEG.WIN when using timewait codepath...
2018-07-30 tuexenFix some TCP fast open issues.
2018-07-30 tuexenAdd missing send/recv dtrace probes for TCP.
2018-07-30 asomersMake timespecadd(3) and friends public
2018-07-30 rrsThis fixes a hole where rack could end up
2018-07-29 mmMFV r336851:
2018-07-24 andrewicmp_quotelen was accidentially changes in r336676...
2018-07-24 andrewUse the new VNET_DEFINE_STATIC macro when we are defini...
2018-07-24 rrsDelete the example tcp stack "fastpath" which
2018-07-22 mmacyFix a potential use after free in getsockopt() access...
2018-07-22 mmacyNULL out cc_data in pluggable TCP {cc}_cb_destroy
2018-07-21 tuexenSet the IPv4 version in the IP header for UDP and UDPLite.
2018-07-20 tuexenAdd missing dtrace probes for received UDP packets.
2018-07-19 tuexenWhitespace changes due to changes in ident.
2018-07-19 tuexenRevert https://svnweb.freebsd.org/changeset/base/336503
2018-07-19 tuexenWhitespace changes due to change if ident.
2018-07-18 rrsBump the ICMP echo limits to match the RFC
2018-07-17 aeMove invoking of callout_stop(&lle->lle_timer) into...
2018-07-14 sbrunoThere was quite a bit of feedback on r336282 that has...
2018-07-14 sbrunoFixup memory management for fetching options in ip_ctlo...
2018-07-11 cyMFV r324714:
2018-07-11 markjRemove a duplicate check.
2018-07-10 brooksUse uintptr_t alone when assigning to kvaddr_t variables.
2018-07-10 tuexenAdd support for printing the TCP FO client-side cookie...
2018-07-10 tuexenUse appropriate MSS value when populating the TCP FO...
2018-07-10 smhRemoved pointless NULL check
2018-07-09 aeAdd "record-state", "set-limit" and "defer-action"...
2018-07-07 tuexenAllow alternate TCP stack to populate the TCP FO client...
2018-07-07 tuexenWhen initializing the TCP FO client cookie cache, take...
2018-07-06 brooksOne more 32-bit fix for r335979.
2018-07-06 brooksCorrect breakage on 32-bit platforms from r335979.
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 brooksMake struct xinpcb and friends word-size independent.
2018-07-04 hrs- Fix a double unlock in inp_block_unblock_source(...
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-02 mmacyinpcb: don't gratuitously defer frees
2018-07-01 kpcarp: Set DSCP value CS7
2018-06-28 aeAdd NULL pointer check.
2018-06-27 glebiusCheck the inp_flags under inp lock. Looks like the...
2018-06-24 sbrunoEnable TCP_FASTOPEN by default for FreeBSD 12.
2018-06-24 sbrunoReap unused variable and assignment that had no effect...
2018-06-23 glebiusRevert r334843, and partially revert r335180.
2018-06-21 rrsThis adds in an optimization so that we only walk one
2018-06-21 mmacyraw_ip: validate inp in both loops
2018-06-21 mmacyin_pcblookup_hash: validate inp before return
2018-06-21 mmacyraw_ip: validate inp
2018-06-21 mmacyudp_ctlinput: don't refer to unpcb after we drop the...
2018-06-19 rrsMake sure that the t_peakrate_thr is not compiled in
next