]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Virtualize if_edsc(4).
[FreeBSD/FreeBSD.git] / sys / netinet /
2014-10-05 tuexenRemove unused MC_ALIGN macro as suggested by Robert.
2014-10-05 rwatsonEliminate use of M_EXT in IP6_EXTHDR_CHECK() by trimmin...
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 hrsAdd an additional routing table lookup when m->m_pkthdr...
2014-10-01 markjAdd a sysctl, net.inet.icmp.tstamprepl, which can be...
2014-10-01 melifaroRemove lock init from radix.c.
2014-10-01 tuexenThe default for UDPLITE_RECV_CSCOV is zero. RFC 3828...
2014-09-30 tuexenUDPLite requires a checksum. Therefore, discard a recei...
2014-09-30 tuexenIf the checksum coverage field in the UDPLITE header...
2014-09-30 jhbOnly define the full inm_print() if KTR_IGMPV3 is enabl...
2014-09-28 tuexenChecksum coverage values larger than 65535 for UDPLite...
2014-09-27 melifaro* Split tcp_signature_compute() into 2 pieces:
2014-09-27 adrianRemove an un-needed bit of pre-processor work - it...
2014-09-26 jmgdrop unnecessary ifdef IPSEC's. This file is only...
2014-09-24 npCatch up with r271119.
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-22 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-21 hrsAdd a change missing in r271916.
2014-09-21 hrs- Virtualize interface cloner for gre(4). This fixes...
2014-09-19 glebiusMechanically convert to if_inc_counter().
2014-09-19 glebiusRemove disabled code, that is very unlikely to be ever...
2014-09-16 asomersFix source address selection on unbound sockets in...
2014-09-16 tuexenAdd a explict cast to silence a warning when building
2014-09-16 tuexenUse a consistent type for the number of HMAC algorithms.
2014-09-16 tuexenSmall cleanup which addresses a warning regaring the...
2014-09-16 glebiusFreeBSD-SA-14:19.tcp raised attention to the state...
2014-09-16 tuexenMake a type conversion explicit. When compiling this...
2014-09-16 delphijFix Denial of Service in TCP packet processing.
2014-09-16 tuexenThe MTU is handled as a 32-bit entity within the SCTP...
2014-09-16 adrianEnsure the correct software IPv4 hash is done based...
2014-09-15 tuexenChunk IDs are 8 bit entities, not 16 bit.
2014-09-15 hrsUse generic SYSCTL_* macro instead of deprecated SYSCTL...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-15 hrsMake net.inet.ip.sourceroute, net.inet.ip.accept_source...
2014-09-13 hselaskyRevert r271504. A new patch to solve this issue will...
2014-09-13 hselaskyImprove transmit sending offload, TSO, algorithm in...
2014-09-11 asomersRevisions 264905 and 266860 added a "int fib" argument...
2014-09-10 aeAdd scope zone id to the in_endpoints and hc_metrics...
2014-09-10 aeMake in6_pcblookup_hash_locked and in6_pcbladdr static.
2014-09-10 aeIntroduce INP6_PCBHASHKEY macro. Replace usage of hardc...
2014-09-09 adrianCalculate the RSS hash for outbound UDPv4 frames.
2014-09-09 adrianUpdate the IPv4 input path to handle reassembled frames...
2014-09-09 adrianImplement IPv4 RSS software hash functions to use durin...
2014-09-09 adrianAdd support for receiving and setting flowtype, flowid...
2014-09-09 adrianAdd a flag to ip_output() - IP_NODEFAULTFLOWID - which...
2014-09-07 tuexenAddress warnings generated by the clang analyzer.
2014-09-07 tuexenAddress another warnings reported by Patrick Laimbock...
2014-09-07 tuexenUse union sctp_sockstore instead of struct sockaddr_sto...
2014-09-07 tuexenUse SYSCTL_PROC instead of SYSCTL_VNET_PROC.
2014-09-06 tuexenFix a leak of an address, if the address is scheduled...
2014-09-06 tuexenFix the handling of sysctl variables when used with...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 glebiusSatisfy assertion in m_demote().
2014-09-04 jhbIn tcp_input(), don't acquire the pcbinfo global write...
2014-09-04 glebiusFixes for tcp_respond() comment.
2014-09-04 glebiusImprove r265338. When inserting mbufs into TCP reassemb...
2014-09-03 glebiusClean up unused CSUM_FRAGMENT.
2014-09-01 glebiusMake SOCK_RAW sockets to be truly raw, not modifying...
2014-08-31 glebiusUse macros instead of referencing struct if_data that...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-26 tuexenAnnounce SCTP support in the kern.features sysctl varia...
2014-08-22 delphijRestore historical behavior of in_control, which, when...
2014-08-19 lstewartDestroy the "qdiffsample_zone" UMA zone on unload to...
2014-08-15 kevloChange pr_output's prototype to avoid the need for...
2014-08-13 tuexenAdd support for the SCTP_PR_STREAM_STATUS and SCTP_PR_A...
2014-08-12 tuexenChange SCTP sysctl from auth_disable to auth_enable...
2014-08-12 tuexenAdd support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 hselaskyFix string length argument passed to "sysctl_handle_str...
2014-08-09 hirenImprove comments by listing a criteria for automatic...
2014-08-09 tuexenSmall modification of the sctp_input() cleanup to avoid...
2014-08-08 kibFix one more compiler warning, m is not initialized.
2014-08-08 bzFix argument to KTR after r269699 to unbreak LINT builds.
2014-08-08 kevloMerge 'struct ip6protosw' and 'struct protosw' into...
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-04 tuexenAdd support for the SCTP_RECONFIG_SUPPORTED and the...
2014-08-04 hirenAdd a comment for easier code understanding.
2014-08-03 tuexenAdd support for the SCTP_PKTDROP_SUPPORTED socket optio...
2014-08-03 tuexenUse consistent names for SCTP sysctls. Rename
2014-08-03 tuexenAdd SCTP socket option SCTP_NRSACK_SUPPORTED to control the
2014-08-02 tuexenAdd support for the SCTP_PR_SUPPORTED socket option...
2014-08-02 tuexenFix a copy and paste error.
2014-08-02 tuexenCleanup the ECN configuration handling and provide...
2014-08-01 tuexenRemove the asconf_auth_nochk sysctl. This was off by...
2014-08-01 grehanFix byte ordering in default RSS key.
2014-08-01 tuexenCleanup sctp_send_initiate() and sctp_send_initiate_ack...
2014-07-31 smhEnsure that IP's added to CARP always use the CARP MAC
2014-07-31 smhOnly check error if one could have been generated
2014-07-29 hirenAdd a comment and while there, fix trailing whitespace.
2014-07-29 glebiusGarbage collect couple of unused fields from struct...
2014-07-26 marcelThe accept filter code is not specific to the FreeBSD...
2014-07-24 tuexenInitialize notification strucuture. This was missed...
2014-07-24 hrsFix EtherIP. TOS field must be initialized when the...
2014-07-22 tuexenCleanup the definition of two structures which are
2014-07-20 adrianMake the PCBGROUPS code aware of IPv4 UDP 4-tuple.
2014-07-20 adrianAdd hash awareness of the IPv4 and IPv6 UDP 4-tuple.
next