| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable replies | markj | 2014-10-01 | 1 | -0/+6 |
* | Remove lock init from radix.c. | melifaro | 2014-10-01 | 1 | -1/+3 |
* | The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend | tuexen | 2014-10-01 | 1 | -1/+1 |
* | UDPLite requires a checksum. Therefore, discard a received packet if | tuexen | 2014-09-30 | 1 | -2/+10 |
* | If the checksum coverage field in the UDPLITE header is the length | tuexen | 2014-09-30 | 1 | -2/+3 |
* | Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time. | jhb | 2014-09-30 | 1 | -3/+3 |
* | Checksum coverage values larger than 65535 for UDPLite are invalid. | tuexen | 2014-09-28 | 1 | -1/+1 |
* | * Split tcp_signature_compute() into 2 pieces: | melifaro | 2014-09-27 | 3 | -54/+116 |
* | Remove an un-needed bit of pre-processor work - it all lives inside | adrian | 2014-09-27 | 1 | -2/+0 |
* | drop unnecessary ifdef IPSEC's. This file is only compiled when IPSEC | jmg | 2014-09-26 | 1 | -13/+0 |
* | Catch up with r271119. | np | 2014-09-24 | 1 | -1/+0 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 4 | -13/+109 |
* | Add a change missing in r271916. | hrs | 2014-09-21 | 1 | -2/+2 |
* | - Virtualize interface cloner for gre(4). This fixes a panic when destroying | hrs | 2014-09-21 | 1 | -4/+4 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -4/+4 |
* | Remove disabled code, that is very unlikely to be ever enabled again, | glebius | 2014-09-19 | 1 | -37/+0 |
* | Fix source address selection on unbound sockets in the presence of multiple | asomers | 2014-09-16 | 2 | -8/+9 |
* | Add a explict cast to silence a warning when building | tuexen | 2014-09-16 | 1 | -2/+2 |
* | Use a consistent type for the number of HMAC algorithms. | tuexen | 2014-09-16 | 4 | -8/+9 |
* | Small cleanup which addresses a warning regaring the truncation | tuexen | 2014-09-16 | 1 | -7/+4 |
* | FreeBSD-SA-14:19.tcp raised attention to the state of our stack | glebius | 2014-09-16 | 1 | -101/+78 |
* | Make a type conversion explicit. When compiling this code on | tuexen | 2014-09-16 | 1 | -1/+1 |
* | Fix Denial of Service in TCP packet processing. | delphij | 2014-09-16 | 1 | -5/+1 |
* | The MTU is handled as a 32-bit entity within the SCTP stack. | tuexen | 2014-09-16 | 1 | -1/+1 |
* | Ensure the correct software IPv4 hash is done based on the configured | adrian | 2014-09-16 | 1 | -3/+10 |
* | Chunk IDs are 8 bit entities, not 16 bit. | tuexen | 2014-09-15 | 1 | -2/+2 |
* | Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*. | hrs | 2014-09-15 | 1 | -5/+5 |
* | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | hrs | 2014-09-15 | 3 | -18/+22 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -74/+3 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -3/+74 |
* | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | asomers | 2014-09-11 | 3 | -10/+20 |
* | Add scope zone id to the in_endpoints and hc_metrics structures. | ae | 2014-09-10 | 3 | -3/+9 |
* | Make in6_pcblookup_hash_locked and in6_pcbladdr static. | ae | 2014-09-10 | 1 | -37/+4 |
* | Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part of | ae | 2014-09-10 | 3 | -3/+4 |
* | Calculate the RSS hash for outbound UDPv4 frames. | adrian | 2014-09-09 | 1 | -0/+45 |
* | Update the IPv4 input path to handle reassembled frames and incoming frames | adrian | 2014-09-09 | 2 | -0/+132 |
* | Implement IPv4 RSS software hash functions to use during packet ingress | adrian | 2014-09-09 | 2 | -8/+294 |
* | Add support for receiving and setting flowtype, flowid and RSS bucket | adrian | 2014-09-09 | 5 | -0/+105 |
* | Add a flag to ip_output() - IP_NODEFAULTFLOWID - which prevents it from | adrian | 2014-09-09 | 2 | -1/+3 |
* | Address warnings generated by the clang analyzer. | tuexen | 2014-09-07 | 3 | -5/+4 |
* | Address another warnings reported by Patrick Laimbock when compiling | tuexen | 2014-09-07 | 2 | -29/+15 |
* | Use union sctp_sockstore instead of struct sockaddr_storage. This | tuexen | 2014-09-07 | 7 | -107/+75 |
* | Use SYSCTL_PROC instead of SYSCTL_VNET_PROC. | tuexen | 2014-09-07 | 1 | -9/+9 |
* | Fix a leak of an address, if the address is scheduled for removal | tuexen | 2014-09-06 | 1 | -0/+3 |
* | Fix the handling of sysctl variables when used with VIMAGE. | tuexen | 2014-09-06 | 4 | -501/+188 |
* | Satisfy assertion in m_demote(). | glebius | 2014-09-04 | 1 | -0/+1 |
* | In tcp_input(), don't acquire the pcbinfo global write lock for SYN | jhb | 2014-09-04 | 2 | -15/+15 |
* | Fixes for tcp_respond() comment. | glebius | 2014-09-04 | 1 | -3/+3 |
* | Improve r265338. When inserting mbufs into TCP reassembly queue, | glebius | 2014-09-04 | 1 | -7/+20 |
* | Clean up unused CSUM_FRAGMENT. | glebius | 2014-09-03 | 2 | -4/+2 |