]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
riscv: Remove unused variable "code"
[FreeBSD/FreeBSD.git] / sys / netinet /
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
2018-06-19 rrsMove the tp set back to where it was before
2018-06-19 mmacyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-18 rrsMove to using the inp->vnet pointer has suggested by...
2018-06-16 aeSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-15 tuexenWhen retransmitting TCP SYN-ACK segments with the TCP...
2018-06-14 glebiusTCPOUTFLAGS no longer exists since r334843.
2018-06-14 tuexenProvide the ip6_plen in network byte order when calling...
2018-06-14 tuexenWhitespace changes.
2018-06-14 aeIn m_megapullup() use m_getjcl() to allocate 9k or...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-14 rrsThis fixes several bugs that Larry Rosenman helped...
2018-06-13 mmacyFix PCBGROUPS build post CK conversion of pcbinfo
2018-06-13 aeRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-13 mmacyHandle INP_FREED when looking up an inpcb
2018-06-12 rrsThis fixes missing VNET sets in the hpts system. Basically
2018-06-12 mmacyDefer inpcbport free in in_pcbremlists as well
2018-06-12 mmacyDefer inpcbport free until after a grace period has...
2018-06-12 mmacymechanical CK macro conversion of inpcbinfo lists
2018-06-12 mmacyDefer inpcb deletion until after a grace period has...
2018-06-11 jtlChange RACK dependency on TCPHPTS from a build-time...
2018-06-08 mmacyavoid 'tcp_outflags defined but not used'
2018-06-08 mmacyhpts: remove redundant decl breaking gcc build
2018-06-07 rrsThis commit brings in a new refactored TCP stack called...
2018-06-06 tuexenImprove compliance with RFC 4895 and RFC 6458.
2018-06-06 sbrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 aeMake in_delayed_cksum() be similar to IPv6 implementation.
2018-06-06 thjUse UDP len when calculating UDP checksums
2018-06-05 aeRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 aeRework IP encapsulation handling code.
2018-06-02 mjgmalloc: try to use builtins for zeroing at the callsite
2018-06-02 tuexenDon't overflow a buffer if we receive an INIT or INIT...
2018-06-01 tuexenLimit the retransmission timer for SYN-ACKs by TCPTV_RE...
2018-06-01 tuexenEnsure net.inet.tcp.syncache.rexmtlimit is limited...
2018-05-29 aeRemove empty encap_init() function.
2018-05-28 tuexenUse correct mask.
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-27 mmacyin_pcbladdr: remove debug code that snuck in with ifa...
2018-05-24 mmacyCK: update consumers to use CK macros across the board
2018-05-24 mmacyconvert allocations to INVARIANTS M_ZERO
2018-05-23 mmacyUDP: further performance improvements on tx
2018-05-23 mmacyudp: assign flowid to udp sockets round-robin
2018-05-23 mmacyepoch: allow for conditionally asserting that the epoch...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 markjInitialize the dumper struct before calling set_dumper().
2018-05-21 mmacyinpcb: revert deferred inpcb free pending further review
2018-05-21 tuexenOnly fillin data srucuture when actually stored.
2018-05-21 tuexenDo the appropriate accounting when ip_output() fails.
2018-05-21 tuexenMake clear why there is an assignment, which is not...
2018-05-21 emastePair CURVNET_SET and CURVNET_RESTORE in a block
2018-05-21 emasteRevert r333968, it broke all archs but i386 and amd64
2018-05-21 mmacyin(6)_mcast: Expand out vnet set / restore macro so...
2018-05-21 mmacyensure that vnet is set when doing in_leavegroup
2018-05-20 mmacyin(s)_moptions: free before tearing down inpcb
2018-05-20 eadlerMFV: file 5.33
2018-05-20 mmacyinpcb: defer destruction of inpcb until after a grace...
2018-05-20 mmacyinpcb: consolidate possible deletion in pcblist functio...
2018-05-20 mmacyin_pcb: add helper for deferring inpcb rele calls from...
2018-05-20 mmacyip(6)_freemoptions: defer imo destruction to epoch...
2018-05-19 mmacynetinet silence warnings
2018-05-19 mmacytcp sysctl fix may be uninitialized
2018-05-19 mmacytcp fastopen: fix may be uninitialized
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-17 markjFix netdump configuration when VIMAGE is enabled.
2018-05-17 lstewartPlug a memory leak and potential NULL-pointer dereferen...
2018-05-15 brooksUnwrap a line that no longer requires wrapping.
2018-05-15 brooksRemove stray tabs from in_lltable_dump_entry().
2018-05-15 shurdCheck that ifma_protospec != NULL in inm_lookup
2018-05-14 tuexensctp_get_mbuf_for_msg() should honor the allinone param...
2018-05-14 tuexenEnsure that the MTU's used are multiple of 4.
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 shurdFix LORs in in6?_leave_group()
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-09 impUse the full year, for real this time.
2018-05-09 impMinor style nits
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 tuexenFix two typos reported by N. J. Mann, which were introd...
next