]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
hyperv/hn: Fix typo in comment
[FreeBSD/FreeBSD.git] / sys / netinet /
2016-03-01 Jung-uk KimMerge OpenSSL 1.0.2g.
2016-02-29 Jung-uk KimMerge byacc 20150711.
2016-02-29 Pedro F. GiffuniMFV r296164:
2016-02-29 Pedro F. GiffuniMFV r296159
2016-02-23 Bryan DreweryFix build after r29592.
2016-02-23 Randall StewartThis fixes the fastpath code to have a better module...
2016-02-23 Xin LIMFV r295913:
2016-02-19 Michael TuexenUse the SCTP level pointer, not the interface level.
2016-02-18 Michael TuexenAdd protection code.
2016-02-18 Michael TuexenAdd some protection code.
2016-02-18 Sepherosa Ziehautcp/lro: Allow drivers to set the TCP ACK/data segment...
2016-02-17 Michael TuexenAdd protection code for issues reported by PVS / D5245.
2016-02-17 Michael TuexenCode cleanup which will silence a warning in PVS /...
2016-02-17 Michael TuexenAddress a warning reported by D5245 / PVS.
2016-02-16 Michael TuexenWhitespace changes.
2016-02-16 Michael TuexenImprove the teardown of the SCTP stack.
2016-02-12 Ed MasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 Michael TuexenLoopback addresses are 127.0.0.0/8, not 127.0.0.1/32.
2016-02-11 Michael TuexenUse 4 spaces instead of a tab.
2016-02-11 Dag-Erling SmørgravUse the new insecure-lan-zones option instead of listin...
2016-02-11 Devin TeskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-11 Hans Petter SelaskyUse a pair of ifs when comparing the 32-bit flowid...
2016-02-10 Gleb SmirnoffGarbage collect unused arguments of m_init().
2016-02-09 Andrew TurnerUpdate our copy of the Linux dts files to be in sync...
2016-02-07 Pedro F. GiffuniMFV r295360
2016-02-03 Bjoern A. ZeebCode duplication but rib_head is special. Not found...
2016-02-03 Bjoern A. ZeebMfH @r295202
2016-02-02 Pedro F. GiffuniMFV r295109:
2016-02-02 Alfred PerlsteinIncrease max allowed backlog for listen sockets
2016-02-01 Gleb SmirnoffThese files were getting sys/malloc.h and vm/uma.h...
2016-02-01 Andriy GaponMFV r294821: 6529 Properly handle updates of variably...
2016-01-30 Michael TuexenAdd missing parentheses. This was reported by ccaughie...
2016-01-30 Michael TuexenUpdate the path mtu when turning on/off UDP encapsulati...
2016-01-30 Michael TuexenDon't allow a remote encapsulation port change during the
2016-01-30 Michael TuexenDon't change the remote UDP encapsulation port for...
2016-01-30 Michael TuexenIgnore peer addresses in a consistent way also when...
2016-01-29 Alexander MotinMFV 295046: 6358 A faulted pool with only unavailable...
2016-01-28 Michael TuexenRemove debug output which was committed by accident.
2016-01-28 Jung-uk KimMerge OpenSSL 1.0.2f.
2016-01-28 Michael TuexenAlways look in the TCP pool.
2016-01-27 Gleb SmirnoffRename netinet/tcp_cc.h to netinet/cc/cc.h.
2016-01-27 Gleb SmirnoffFix issues with TCP_CONGESTION handling after r294540:
2016-01-27 Gleb SmirnoffGrab a snap amount of TCP connections in syncache from...
2016-01-27 Gleb SmirnoffAugment struct tcpstat with tcps_states[], which is...
2016-01-27 Gleb SmirnoffProvide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.
2016-01-26 Hiren PanchasaraPersist timers TCPTV_PERSMIN and TCPTV_PERSMAX are...
2016-01-26 Alexander MotinMFV r294819: 6495 Fix mutex leak in dmu_objset_find_dp
2016-01-26 Alexander MotinMFV r294816: 4986 receiving replication stream fails...
2016-01-26 Alexander MotinMFV r294814: 6393 zfs receive a full send as a clone
2016-01-26 Alexander MotinMFV r294812: 6434 sa_find_sizes() may compute wrong...
2016-01-26 Alexander MotinMFV r294810: 6414 vdev_config_sync could be simpler
2016-01-26 Alexander MotinMFV r294808: 6421 Add missing multilist_destroy calls...
2016-01-26 Alexander MotinMFV r294806: 6388 Failure of userland copy should retur...
2016-01-26 Alexander MotinMFV r294804: 6386 Fix function call with uninitialized...
2016-01-26 Alexander MotinMFV r294802: 6334 Cannot unlink files when over quota
2016-01-26 Alexander MotinMFV r294800: 6385 Fix unlocking order in zfs_zget
2016-01-26 Alexander MotinMFV r294798:
2016-01-26 Alexander MotinMFV r294796: 6319 assertion failed in zio_ddt_write...
2016-01-26 Alexander MotinMFV r294793:
2016-01-25 Alexander V. ChernikovConvert TCP mtu checks to the new routing KPI.
2016-01-25 Alexander V. ChernikovMFP r287070,r287073: split radix implementation and...
2016-01-23 Bjoern A. Zeebsctp_asconf_iterator_end() has an unused second argumen...
2016-01-23 Bjoern A. ZeebNoisy comments (not sure if the static would be valid...
2016-01-23 Bjoern A. ZeebTry to prevent an address (assoc) leak in one way or...
2016-01-23 Bjoern A. ZeebUse sctp_asconf_iterator_end() rather than doing the...
2016-01-23 Bjoern A. ZeebTry to catch a couple of SCTP teardown race conditions.
2016-01-22 Bjoern A. ZeebFix build and avoid a double-free in the VIMAGE case.
2016-01-22 Bjoern A. ZeebCorrect function arguments for SYSUNINITs.
2016-01-22 Bjoern A. ZeebCorrect function arguments for SYSUNINITs.
2016-01-22 Bjoern A. ZeebCorrect function arguments for SYSUNINITs.
2016-01-22 Bjoern A. ZeebCorrect function arguments for SYSUNINITs.
2016-01-22 Bjoern A. ZeebCorrect function arguments for SYSUNINITs.
2016-01-22 Bjoern A. ZeebMFp4 @180887:
2016-01-22 Bjoern A. ZeebMFH @r294567
2016-01-22 Bjoern A. ZeebJust checkpoint the WIP in order to be able to make...
2016-01-22 Xin LIMFV r294491: ntp 4.2.8p6.
2016-01-22 Gleb SmirnoffProvide new socket option TCP_CCALGOOPT, which stands...
2016-01-21 Gleb SmirnoffRefactor TCP_CONGESTION setsockopt handling:
2016-01-21 Gleb Smirnoff- Rename cc.h to more meaningful tcp_cc.h.
2016-01-21 Gleb SmirnoffCleanup TCP files from unnecessary interface related...
2016-01-21 Bjoern A. ZeebThe variable is write once only and not used.
2016-01-21 Dag-Erling SmørgravUpgrade to OpenSSH 7.1p2.
2016-01-20 Dag-Erling SmørgravUpgrade to OpenSSH 7.0p1.
2016-01-20 Dag-Erling SmørgravMFV (r285035): fix props (no content changes)
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.9p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.8p1.
2016-01-19 Dag-Erling SmørgravUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-19 Hans Petter SelaskyAdd optimizing LRO wrapper:
2016-01-18 Xin LIMFV r294260:
2016-01-15 Baptiste DaroussinUpdate mandoc to 20160116
2016-01-15 Michael TuexenFix a bug in INIT handling on accepted 1-to-1 style...
2016-01-14 Michael TuexenFail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LIST
2016-01-14 Gleb SmirnoffThere is a bug in tcp_output()'s implementation of...
2016-01-14 Alexander V. ChernikovRemove now-unused wrappers for various routing functions.
2016-01-13 Michael TuexenStore the timer type for logging, because the timer...
2016-01-11 Alexander V. ChernikovBring RADIX_MPATH support to new routing KPI to ease...
2016-01-09 Alexander V. ChernikovFinish r275196: do not dereference rtentry in if_output...
2016-01-09 Alexander V. ChernikovRemove sys/eventhandler.h from net/route.h
2016-01-09 Alexander V. Chernikov(Temporarily) remove route_redirect_event eventhandler.
2016-01-08 Xin LIMFV r293415:
next