]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add initial GICv2m support to the arm GIC driver. This will be used to
[FreeBSD/FreeBSD.git] / sys / netinet /
2016-04-14 aeAdd External Actions KPI to ipfw(9).
2016-04-14 tuexenAllow the handling of ICMP messages sent in response...
2016-04-14 tuexenWhen delivering an ICMP packet to the ctlinput function...
2016-04-14 loosDo not overwrite the dchg variable.
2016-04-12 philMerge libxo 0.4.6
2016-04-12 tuexenRefactor the handling of ICMP/IPv4 packets for SCTP...
2016-04-12 tuexenWhen processing an ICMP packet containing an SCTP packe...
2016-04-09 bzMfp: r296310,r296343
2016-04-09 bzMfp: r296260
2016-04-09 bzMfp: r296259
2016-04-09 bzMfp: r296309
2016-04-09 bzMfp: r296345
2016-04-09 bzMfp: r296346
2016-04-07 rrsA couple of minor changes that I missed that Michael...
2016-04-07 rrsThis is work done by Michael Tuexen and myself at the...
2016-04-01 tuexenSet the chunk id for ERROR chunks.
2016-04-01 sephetcp/lro: Change SLIST to LIST, so that removing an...
2016-04-01 sephetcp/lro: Use tcp_lro_flush_all in device drivers to...
2016-03-31 gnnUnbreak the RSS/PCBGROUp build.
2016-03-29 traszRemove some NULL checks for M_WAITOK allocations.
2016-03-28 tuexenDon't allow the user to set a peer primary which is...
2016-03-28 tuexenRestrict local addresses until they are acked by the...
2016-03-28 tuexenTrigger sending of queued ASCONF chunks if outstanding...
2016-03-27 tuexenImprove compilation on windows 64-bit (for the userland...
2016-03-25 sephetcp/lro: Return TCP_LRO_NO_ENTRIES if we are short...
2016-03-24 bzFix compile errors after r297225:
2016-03-24 gnnFreeBSD previously provided route caching for TCP ...
2016-03-23 tuexenAdd const to several constants. Thanks to Nicholas...
2016-03-22 jtlto_flags is currently a 64-bit integer; however, we...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 hselaskyFix kernel build after adding new sysctl asserts in...
2016-03-15 glebiusRedo r294869. The array of counters for TCP states...
2016-03-14 glebiusComment fix: statistics are not read-only.
2016-03-13 bzRemove duplicate external declaration of tcprexmtthresh...
2016-03-11 jhbUse SI_SUB_LAST instead of SI_SUB_SMP as the "catch...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-10 tuexenActually send a asconf chunk, not only queue one.
2016-03-08 rrsFix a sneaky bug where we were missing an extern
2016-03-07 jtlAs reported on the transport@ and current@ mailing...
2016-03-07 jtlSome cleanup in tcp_respond() in preparation for anothe...
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 gnnFix dtrace probes (introduced in 287759): debug__input...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 bdreweryFix build after r29592.
2016-02-23 rrsThis fixes the fastpath code to have a better module...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 tuexenUse the SCTP level pointer, not the interface level.
2016-02-18 tuexenAdd protection code.
2016-02-18 tuexenAdd some protection code.
2016-02-18 sephetcp/lro: Allow drivers to set the TCP ACK/data segment...
2016-02-17 tuexenAdd protection code for issues reported by PVS / D5245.
2016-02-17 tuexenCode cleanup which will silence a warning in PVS /...
2016-02-17 tuexenAddress a warning reported by D5245 / PVS.
2016-02-16 tuexenWhitespace changes.
2016-02-16 tuexenImprove the teardown of the SCTP stack.
2016-02-13 dimMerge ^/head r295544 through r295600.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 tuexenLoopback addresses are 127.0.0.0/8, not 127.0.0.1/32.
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 tuexenUse 4 spaces instead of a tab.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 dteskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-11 hselaskyUse a pair of ifs when comparing the 32-bit flowid...
2016-02-10 glebiusGarbage collect unused arguments of m_init().
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-02 alfredIncrease max allowed backlog for listen sockets
2016-02-01 glebiusThese files were getting sys/malloc.h and vm/uma.h...
2016-01-30 tuexenAdd missing parentheses. This was reported by ccaughie...
2016-01-30 tuexenUpdate the path mtu when turning on/off UDP encapsulati...
2016-01-30 tuexenDon't allow a remote encapsulation port change during the
2016-01-30 tuexenDon't change the remote UDP encapsulation port for...
2016-01-30 tuexenIgnore peer addresses in a consistent way also when...
2016-01-28 tuexenRemove debug output which was committed by accident.
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 tuexenAlways look in the TCP pool.
2016-01-27 dimMerge ^/head r294777 through r294960.
2016-01-27 glebiusRename netinet/tcp_cc.h to netinet/cc/cc.h.
2016-01-27 glebiusFix issues with TCP_CONGESTION handling after r294540:
2016-01-27 glebiusGrab a snap amount of TCP connections in syncache from...
2016-01-27 glebiusAugment struct tcpstat with tcps_states[], which is...
2016-01-27 glebiusProvide TCPSTAT_DEC() and TCPSTAT_FETCH() macros.
2016-01-26 hirenPersist timers TCPTV_PERSMIN and TCPTV_PERSMAX are...
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 melifaroConvert TCP mtu checks to the new routing KPI.
2016-01-25 melifaroMFP r287070,r287073: split radix implementation and...
2016-01-22 dimMerge ^/head r294169 through r294598.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 glebiusProvide new socket option TCP_CCALGOOPT, which stands...
2016-01-21 glebiusRefactor TCP_CONGESTION setsockopt handling:
2016-01-21 glebius- Rename cc.h to more meaningful tcp_cc.h.
2016-01-21 glebiusCleanup TCP files from unnecessary interface related...
2016-01-21 bzThe variable is write once only and not used.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-19 hselaskyAdd optimizing LRO wrapper:
next