]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
fix 335919 - check "last" not "inp" where appropriate
[FreeBSD/FreeBSD.git] / sys / netinet /
2018-07-04 Hiroki Sato- Fix a double unlock in inp_block_unblock_source(...
2018-07-04 Matt Macyepoch(9): allow preemptible epochs to compose
2018-07-02 Matt Macyinpcb: don't gratuitously defer frees
2018-07-01 Kristof Provostcarp: Set DSCP value CS7
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-28 Andrey V. ElsukovAdd NULL pointer check.
2018-06-27 Gleb SmirnoffCheck the inp_flags under inp lock. Looks like the...
2018-06-24 Sean BrunoEnable TCP_FASTOPEN by default for FreeBSD 12.
2018-06-24 Sean BrunoReap unused variable and assignment that had no effect...
2018-06-23 Gleb SmirnoffRevert r334843, and partially revert r335180.
2018-06-21 Randall StewartThis adds in an optimization so that we only walk one
2018-06-21 Matt Macyraw_ip: validate inp in both loops
2018-06-21 Matt Macyin_pcblookup_hash: validate inp before return
2018-06-21 Matt Macyraw_ip: validate inp
2018-06-21 Matt Macyudp_ctlinput: don't refer to unpcb after we drop the...
2018-06-19 Randall StewartMake sure that the t_peakrate_thr is not compiled in
2018-06-19 Randall StewartMove the tp set back to where it was before
2018-06-19 Matt Macyconvert inpcbinfo hash and info rwlocks to epoch +...
2018-06-18 Randall StewartMove to using the inp->vnet pointer has suggested by...
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-15 Michael TuexenWhen retransmitting TCP SYN-ACK segments with the TCP...
2018-06-14 Gleb SmirnoffTCPOUTFLAGS no longer exists since r334843.
2018-06-14 Michael TuexenProvide the ip6_plen in network byte order when calling...
2018-06-14 Michael TuexenWhitespace changes.
2018-06-14 Andrey V. ElsukovIn m_megapullup() use m_getjcl() to allocate 9k or...
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-14 Randall StewartThis fixes several bugs that Larry Rosenman helped...
2018-06-13 Matt MacyFix PCBGROUPS build post CK conversion of pcbinfo
2018-06-13 Andrey V. ElsukovRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-13 Matt MacyHandle INP_FREED when looking up an inpcb
2018-06-12 Randall StewartThis fixes missing VNET sets in the hpts system. Basically
2018-06-12 Matt MacyDefer inpcbport free in in_pcbremlists as well
2018-06-12 Matt MacyDefer inpcbport free until after a grace period has...
2018-06-12 Matt Macymechanical CK macro conversion of inpcbinfo lists
2018-06-12 Matt MacyDefer inpcb deletion until after a grace period has...
2018-06-11 Jonathan T. LooneyChange RACK dependency on TCPHPTS from a build-time...
2018-06-08 Matt Macyavoid 'tcp_outflags defined but not used'
2018-06-08 Matt Macyhpts: remove redundant decl breaking gcc build
2018-06-07 Randall StewartThis commit brings in a new refactored TCP stack called...
2018-06-06 Michael TuexenImprove compliance with RFC 4895 and RFC 6458.
2018-06-06 Sean BrunoLoad balance sockets with new SO_REUSEPORT_LB option.
2018-06-06 Andrey V. ElsukovMake in_delayed_cksum() be similar to IPv6 implementation.
2018-06-06 Tom JonesUse UDP len when calculating UDP checksums
2018-06-05 Andrey V. ElsukovRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 Andrey V. ElsukovRework IP encapsulation handling code.
2018-06-04 Jung-uk KimMFV: r334448
2018-06-02 Mateusz Guzikmalloc: try to use builtins for zeroing at the callsite
2018-06-02 Michael TuexenDon't overflow a buffer if we receive an INIT or INIT...
2018-06-01 Michael TuexenLimit the retransmission timer for SYN-ACKs by TCPTV_RE...
2018-06-01 Michael TuexenEnsure net.inet.tcp.syncache.rexmtlimit is limited...
2018-05-29 Andrey V. ElsukovRemove empty encap_init() function.
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Michael TuexenUse correct mask.
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-27 Matt Macyin_pcbladdr: remove debug code that snuck in with ifa...
2018-05-24 Matt MacyCK: update consumers to use CK macros across the board
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Matt Macyconvert allocations to INVARIANTS M_ZERO
2018-05-23 Matt MacyUDP: further performance improvements on tx
2018-05-23 Matt Macyudp: assign flowid to udp sockets round-robin
2018-05-23 Matt Macyepoch: allow for conditionally asserting that the epoch...
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Mark JohnstonInitialize the dumper struct before calling set_dumper().
2018-05-21 Matt Macyinpcb: revert deferred inpcb free pending further review
2018-05-21 Michael TuexenOnly fillin data srucuture when actually stored.
2018-05-21 Michael TuexenDo the appropriate accounting when ip_output() fails.
2018-05-21 Michael TuexenMake clear why there is an assignment, which is not...
2018-05-21 Ed MastePair CURVNET_SET and CURVNET_RESTORE in a block
2018-05-21 Ed MasteRevert r333968, it broke all archs but i386 and amd64
2018-05-21 Matt Macyin(6)_mcast: Expand out vnet set / restore macro so...
2018-05-21 Matt Macyensure that vnet is set when doing in_leavegroup
2018-05-20 Matt Macyin(s)_moptions: free before tearing down inpcb
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-20 Matt Macyinpcb: defer destruction of inpcb until after a grace...
2018-05-20 Matt Macyinpcb: consolidate possible deletion in pcblist functio...
2018-05-20 Matt Macyin_pcb: add helper for deferring inpcb rele calls from...
2018-05-20 Matt Macyip(6)_freemoptions: defer imo destruction to epoch...
2018-05-19 Matt Macynetinet silence warnings
2018-05-19 Matt Macytcp sysctl fix may be uninitialized
2018-05-19 Matt Macytcp fastopen: fix may be uninitialized
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Matt Macyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-17 Mark JohnstonFix netdump configuration when VIMAGE is enabled.
2018-05-17 Lawrence StewartPlug a memory leak and potential NULL-pointer dereferen...
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-15 Brooks DavisUnwrap a line that no longer requires wrapping.
2018-05-15 Brooks DavisRemove stray tabs from in_lltable_dump_entry().
2018-05-15 Stephen HurdCheck that ifma_protospec != NULL in inm_lookup
2018-05-14 Michael Tuexensctp_get_mbuf_for_msg() should honor the allinone param...
2018-05-14 Michael TuexenEnsure that the MTU's used are multiple of 4.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
next