]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-05-21 cemAdd two missing eventhandler.h headers
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 tuexenAllow sending on demand SCTP HEARTBEATS only in the...
2019-05-19 tuexenImprove input validation for the IPPROTO_SCTP level...
2019-05-16 markjRevert r347582 for now.
2019-05-14 markjClose some races in multicast socket option handling.
2019-05-10 cemnetdump: Ref the interface we're attached to
2019-05-10 cemnetdump: Fix boot-time configuration typo
2019-05-10 cemnetdump: Don't store sensitive key data we don't need
2019-05-10 glebiusFix regression from r347375: do not panic when sending...
2019-05-10 gallatinBind TCP HPTS (pacer) threads to NUMA domains
2019-05-09 tuexenDon't use C++ style comments.
2019-05-09 tuexenReceiver side DSACK implemenation.
2019-05-09 tuexenPrevent cwnd to collapse down to 1 MSS after exiting...
2019-05-08 glebiusExistense of PCB route caching doesn't allow us to...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 cemList-ify kernel dump device configuration
2019-04-29 mavip multicast debug: fix strings vs defines
2019-04-25 gallatinTrack TCP connection's NUMA domain in the inpcb
2019-04-24 aeAdd GRE-in-UDP encapsulation support as defined in...
2019-04-23 cemnetdump: Fix !COMPAT_FREEBSD11 unused variable warning
2019-04-23 bziFix udp_output() lock inconsistency.
2019-04-23 cyMFV r346563:
2019-04-22 hselaskyRevert r346530 until further.
2019-04-22 bzr297225 move the assignment of sin from add to the...
2019-04-22 bzRemove some excessive brackets.
2019-04-22 hselaskyFix build for mips and powerpc after r346530.
2019-04-22 hselaskyFix panic in network stack due to memory use after...
2019-04-20 cemnetdump: Fix 11 compatibility DIOCSKERNELDUMP ioctl
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-18 jhbPush down INP_WLOCK slightly in tcp_ctloutput.
2019-04-13 tuexenWhen sending IPv4 packets on a SOCK_RAW socket using...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-11 tuexenFix an SCTP related locking issue. Don't report that...
2019-04-11 markjReinitialize multicast source filter structures after...
2019-04-10 rrsFix a small bug in the tcp_log_id where the bucket
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-04 rgrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
2019-04-03 philImport libxo-1.0.2
2019-04-03 rrsUndo my previous erroneous commit changing the tcp_outp...
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 nptcp_autorcvbuf_inc was removed in r344433.
2019-03-29 jhbDon't check the inp socket pointer in in_pcboutput_eagain.
2019-03-26 markjAdd CTLFLAG_VNET to the net.inet.icmp.tstamprepl defini...
2019-03-26 rrsFix a small bug in the tcp_log_id where the bucket
2019-03-26 tuexenFix a double free of an SCTP association in an error...
2019-03-25 tuexenInitialize scheduler specific data for the FCFS scheduler.
2019-03-25 tuexenImprove locking when tearing down an SCTP association.
2019-03-25 mmMFV r345495:
2019-03-25 tuexenFix the handling of fragmented unordered messages when...
2019-03-24 tuexenFix build issue for the userland stack.
2019-03-24 tuexenFox more signed unsigned issues. This time on the send...
2019-03-24 tuexenFix a signed/unsigned bug when receiving SCTP messages.
2019-03-23 tuexenLimit the size of messages sent on 1-to-many style...
2019-03-23 tuexenLimit the number of bytes which can be queued for SCTP...
2019-03-23 tuexenAdd sysctl variable net.inet.tcp.rexmit_initial for...
2019-03-23 tuexenFix a KASSERT() in tcp_output().
2019-03-18 asomersMFHead@r345275
2019-03-18 aeAdd NAT64 CLAT implementation as defined in RFC6877.
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-14 glebiusRemove 'dir' argument from dummynet_io(). This makes...
2019-03-14 glebiusRemove 'dir' argument in ng_ipfw_input, since ip_fw_arg...
2019-03-14 glebiusMake second argument of ip_divert(), that specifies...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-09 bzImprove ARP logging.
2019-03-08 tuexenFix locking bug.
2019-03-08 tuexenSome cleanup and consistency improvements.
2019-03-07 cyMFV r344878:
2019-03-07 tuexenAfter removing an entry from the stream scheduler list...
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-03 tuexenAllocate an assocition id and register the stcb with...
2019-03-02 tuexenRemove debug output.
2019-03-02 tuexenAllow SCTP stream reconfiguration operations only in...
2019-03-02 tuexenHandle the case when calling the IPPROTO_SCTP level...
2019-03-02 tuexenReport the correct length when using the IPPROTO_SCTP...
2019-03-01 tuexenHonor the memory limits provided when processing the...
2019-03-01 tuexenImprove consistency, not functional change.
2019-02-27 jhbVarious cleanups to the management of multiple TCP...
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-24 bzMake arp code return (more) errors.
2019-02-23 glebiusSupport struct ip_mreqn as argument for IP_ADD_MEMBERSH...
2019-02-21 tuexenThe receive buffer autoscaling for TCP is based on...
2019-02-21 tuexenThis patch addresses an issue brought up by bz@ in...
2019-02-20 tuexenReduce the TCP initial retransmission timeout from...
2019-02-20 tuexenUse exponential backoff for retransmitting SYN segments...
2019-02-19 ngieMFhead@r344270
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-15 tuexenFix a byte ordering issue for the advertised receiver...
2019-02-13 aeIn r335015 PCB destroing was made deferred using epoch_...
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 kpgarp: Fix vnet related panic for gratuitous arp
2019-02-12 tuexenImprove input validation for raw IPv4 socket using...
next