]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-08-13 aeSave ip_ttl value and restore it after checksum calcula...
2019-08-13 rrsPlace back in the dependency on HPTS via module depends...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 thjRename IPPROTO 33 from SEP to DCCP
2019-08-08 tuexenFix a typo.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 tuexenFix a locking issue in sctp_accept.
2019-08-06 tuexenFix build issues for the userland stack on Raspbian.
2019-08-05 tuexenImprove consistency. No functional change.
2019-08-02 delphijFix !INET build.
2019-08-02 rrsFix one more atomic for i86
2019-08-02 bzIPv6 cleanup: kernel
2019-08-01 rrsOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 tuexenFix the reporting of multiple unknown parameters in...
2019-08-01 tuexenWhen responding with an ABORT to an INIT chunk containing a
2019-08-01 rrsThis adds the third step in getting BBR into the tree...
2019-07-31 tuexenSmall cleanup, no functional change intended.
2019-07-31 tuexenConsistently cleanup mbufs in case of other memory...
2019-07-30 asomersMFHead @350426
2019-07-29 tuexenWhen performing after_idle() or post_recovery(), don...
2019-07-29 tuexen* Improve input validation of sysctl parameters for...
2019-07-28 asomersMFHead @r350386
2019-07-23 tuexenAdd a sysctl variable ts_offset_per_conn to change...
2019-07-23 tuexenDon't hold a mutex while calling sbwait. This was found...
2019-07-23 tuexenFix a LOR in SCTP which was found by running syzkaller.
2019-07-22 tuexenWakeup the application when doing PD-API for unordered...
2019-07-16 tuexenFix compilation on platforms using gcc.
2019-07-15 tuexenDon't free read control entries, which are still on...
2019-07-15 tuexenAdd support for MSG_EOR and MSG_EOF in sendmsg() for...
2019-07-15 tuexenFix socket state handling when freeing an SCTP endpoint.
2019-07-14 rrsThis is the second in a number of patches needed to
2019-07-14 tuexenWhen calling sctp_initialize_auth_params(), the inp...
2019-07-12 rrsadd back the comment around the pending DSACK fixes.
2019-07-11 rrsUpdate to jhb's other suggestion, use #error when
2019-07-11 rrsUpdate copyright per JBH's suggestions.. thanks.
2019-07-10 rrsThis commit updates rack to what is basically being...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-27 jhbReject attempts to register a TCP stack being unloaded.
2019-06-25 hselaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-21 aeAdd "tcpmss" opcode to match the TCP MSS value.
2019-06-21 kpip_output: pass PFIL_FWD in the slow path
2019-06-20 asomersMFHead @349234
2019-06-19 jtlAdd the ability to limit how much the code will fragmen...
2019-06-17 delphijSeparate kernel crc32() implementation to its own heade...
2019-06-17 mmMFV r349134:
2019-06-11 jhbSort opt_foo.h #includes and add a missing blank line...
2019-06-08 bzFix dpcpu and vnet panics with complex types at the...
2019-06-06 asomersMFHead @348740
2019-06-06 tuexenr347382 added receiver side DSACK support for the TCP...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 bzAfter parts of the locking fixes in r346595, syzkaller...
2019-05-31 markjnetdump: Buffer pages to avoid calling netdump_send...
2019-05-26 tuexenWhen an ACK segment as the third message of the three...
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-21 bzMassively blow up the locking-related KASSERTs used...
2019-05-21 bzSimilarly to r338257,338306 try to fold the two consecutive
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-13 asomersMFHead @347527
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-05 ngieFix the branch build
2019-04-04 rgrimesUse IN_foo() macros from sys/netinet/in.h inplace of...
next