summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable repliesmarkj2014-10-011-0/+6
* Remove lock init from radix.c.melifaro2014-10-011-1/+3
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-011-1/+1
* UDPLite requires a checksum. Therefore, discard a received packet iftuexen2014-09-301-2/+10
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-301-2/+3
* Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.jhb2014-09-301-3/+3
* Checksum coverage values larger than 65535 for UDPLite are invalid.tuexen2014-09-281-1/+1
* * Split tcp_signature_compute() into 2 pieces:melifaro2014-09-273-54/+116
* Remove an un-needed bit of pre-processor work - it all lives insideadrian2014-09-271-2/+0
* drop unnecessary ifdef IPSEC's. This file is only compiled when IPSECjmg2014-09-261-13/+0
* Catch up with r271119.np2014-09-241-1/+0
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-224-13/+109
* Add a change missing in r271916.hrs2014-09-211-2/+2
* - Virtualize interface cloner for gre(4). This fixes a panic when destroyinghrs2014-09-211-4/+4
* Mechanically convert to if_inc_counter().glebius2014-09-191-4/+4
* Remove disabled code, that is very unlikely to be ever enabled again,glebius2014-09-191-37/+0
* Fix source address selection on unbound sockets in the presence of multipleasomers2014-09-162-8/+9
* Add a explict cast to silence a warning when buildingtuexen2014-09-161-2/+2
* Use a consistent type for the number of HMAC algorithms.tuexen2014-09-164-8/+9
* Small cleanup which addresses a warning regaring the truncationtuexen2014-09-161-7/+4
* FreeBSD-SA-14:19.tcp raised attention to the state of our stackglebius2014-09-161-101/+78
* Make a type conversion explicit. When compiling this code ontuexen2014-09-161-1/+1
* Fix Denial of Service in TCP packet processing.delphij2014-09-161-5/+1
* The MTU is handled as a 32-bit entity within the SCTP stack.tuexen2014-09-161-1/+1
* Ensure the correct software IPv4 hash is done based on the configuredadrian2014-09-161-3/+10
* Chunk IDs are 8 bit entities, not 16 bit.tuexen2014-09-151-2/+2
* Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*.hrs2014-09-151-5/+5
* Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, andhrs2014-09-153-18/+22
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-74/+3
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-3/+74
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-113-10/+20
* Add scope zone id to the in_endpoints and hc_metrics structures.ae2014-09-103-3/+9
* Make in6_pcblookup_hash_locked and in6_pcbladdr static.ae2014-09-101-37/+4
* Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part ofae2014-09-103-3/+4
* Calculate the RSS hash for outbound UDPv4 frames.adrian2014-09-091-0/+45
* Update the IPv4 input path to handle reassembled frames and incoming framesadrian2014-09-092-0/+132
* Implement IPv4 RSS software hash functions to use during packet ingressadrian2014-09-092-8/+294
* Add support for receiving and setting flowtype, flowid and RSS bucketadrian2014-09-095-0/+105
* Add a flag to ip_output() - IP_NODEFAULTFLOWID - which prevents it fromadrian2014-09-092-1/+3
* Address warnings generated by the clang analyzer.tuexen2014-09-073-5/+4
* Address another warnings reported by Patrick Laimbock when compilingtuexen2014-09-072-29/+15
* Use union sctp_sockstore instead of struct sockaddr_storage. Thistuexen2014-09-077-107/+75
* Use SYSCTL_PROC instead of SYSCTL_VNET_PROC.tuexen2014-09-071-9/+9
* Fix a leak of an address, if the address is scheduled for removaltuexen2014-09-061-0/+3
* Fix the handling of sysctl variables when used with VIMAGE.tuexen2014-09-064-501/+188
* Satisfy assertion in m_demote().glebius2014-09-041-0/+1
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNjhb2014-09-042-15/+15
* Fixes for tcp_respond() comment.glebius2014-09-041-3/+3
* Improve r265338. When inserting mbufs into TCP reassembly queue,glebius2014-09-041-7/+20
* Clean up unused CSUM_FRAGMENT.glebius2014-09-032-4/+2
OpenPOWER on IntegriCloud