]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix file descriptor reference count leak.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-06-19 gordonAdd ability to limit split map entries to prevent resource
2019-02-05 emasteMFS12 r343454: Fix an LLE lookup race
2019-01-09 emasteMFS12 r342378: Fix a regression in the TCP handling...
2019-01-09 emasteMFS12 r342181: Revert CC Cubic: fix underflow for cubic...
2018-11-29 markjMFstable/12 r341259:
2018-11-26 markjMFstable/12 r340921:
2018-11-13 markjMFC r340313:
2018-11-08 gjbMFC r340260 (emaste):
2018-11-04 bzMFC r340009:
2018-10-29 tuexenMFC r339791:
2018-10-18 tuexenThe handling of RST segments in the SYN-RCVD state...
2018-10-16 jtlIn r338102, the TCP reassembly code was substantially...
2018-10-12 bzIn udp_input() when walking the pcblist we can come...
2018-10-12 bzr217592 moved the check for imo in udp_input() into...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 gjbMFH r338661 through r339253.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-09 jtlThere are three places where we return from a function...
2018-10-08 gjbMFH r339206-r339212, r339215-r339239
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-07 tuexenAvoid truncating unrecognised parameters when reporting...
2018-10-07 tuexenEnsure that the ips_localout counter is incremented for
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-05 thjConvert UDP length to host byte order
2018-10-04 rstoneHold a write lock across udp_notify()
2018-10-01 tuexenMitigate providing a timing signal if the COOKIE or...
2018-10-01 tuexenAfter allocating chunks set the fields in a consistent...
2018-10-01 aeAdd INP_INFO_WUNLOCK_ASSERT() macro and use it instead of
2018-09-30 tuexenPlug mbuf leak in the SCTP input path in an error case.
2018-09-30 tuexenPlug mbuf leaks in the SCTP output path in error cases.
2018-09-30 tuexenFix the handling of ancillary data for SCTP socket...
2018-09-30 tuexenIncrement the corresponding UDP stats counter (udps_opa...
2018-09-28 tuexenFix typo in comment.
2018-09-26 tuexenWhitespace changes and fixing a typo. No functional...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-23 tuexenRemove the unused parameter 'locked' from the function
2018-09-20 aeAdd new field max_hdrsize to struct encap_config.
2018-09-20 baptImport mandoc 1.14.4
2018-09-18 tuexenRemove unused code.
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
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...
next