summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Do not leak the pcbinfohash lock in the case where in6_pcbladdr() returnsrwatson2011-06-021-1/+1
* O_FORWARD_IP is only action which depends from the result of lookup ofae2011-06-011-1/+2
* Hide some debug messages under debug macro.ae2011-06-011-5/+5
* Hide useless warning under debug macro.ae2011-06-011-1/+2
* Unbreak NOINET kernels after r222488.bz2011-05-301-2/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-3012-369/+424
* Wrap long line.ae2011-05-301-1/+2
* Add tablearg support for ipfw setfib.ae2011-05-302-4/+11
* Get rid of unused functions.tuexen2011-05-294-127/+0
* Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interfaceqingli2011-05-291-8/+17
* Add FEATURE() definitions for IPv4 and IPv6 so that we can usebz2011-05-251-0/+2
* An inpcb lock is no longer required in in_pcbref() since the move torwatson2011-05-241-2/+0
* Continue to refine inpcb reference counting and locking, in preparation forrwatson2011-05-232-63/+93
* Move from passing a wildcard boolean to a general set up lookup flags intorwatson2011-05-231-12/+18
* A number of quite incremental refinements to struct inpcbinfo's definition:rwatson2011-05-231-20/+41
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-203-18/+33
* Unbreak INET-less build.tuexen2011-05-181-1/+1
* Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.tuexen2011-05-171-0/+1
* Fix whitespacing.tuexen2011-05-171-23/+23
* Fix the source address selection for boundall socketstuexen2011-05-142-44/+153
* Oops, fix order of sequence numbers in KASSERT()'s to catch negativejhb2011-05-142-2/+2
* Refactor TCP ISN increment logic. Instead of firing callout at 100Hz tomav2011-05-091-32/+9
* Fix a locking issue showing up on Mac OS X when subscribing totuexen2011-05-0812-81/+112
* Change the name of an internal structure, since the nametuexen2011-05-061-2/+2
* Convert delay parameter back to ms when reporting to user.ae2011-05-062-1/+2
* Implement Resource Pooling V2 and an MPTCP like congestiontuexen2011-05-044-30/+217
* Remove code with any effect.tuexen2011-05-033-8/+0
* Add a missing break. This bug was introduced in r221249.tuexen2011-05-031-0/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-023-6/+22
* Some more cleanups related to an kernel without INET.tuexen2011-05-022-40/+96
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.bz2011-04-301-1/+5
* Remove some leftover debug code.tuexen2011-04-301-2/+0
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-306-83/+264
* Improve compilation of SCTP code without INET support.tuexen2011-04-3010-1291/+2054
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-9/+25
* Make the PCB code compile without INET support by adding #ifdef INETsbz2011-04-301-4/+20
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-294-2/+9
* MfP4 CH=192029:bz2011-04-271-12/+17
* MfP4 CH=192004:bz2011-04-272-5/+5
* Make various (pseudo) interfaces compile without INET in the kernelbz2011-04-271-7/+46
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-254-8/+179
* Be less strict on includes than in r220746. We need in.h for bothbz2011-04-251-0/+5
* Use size_t for sopt_valsize.glebius2011-04-211-1/+2
* MFp4 CH=191760:bz2011-04-201-8/+17
* MFp4 CH=191470:bz2011-04-204-20/+28
* MFp4 CH=191466:bz2011-04-202-2/+1
* - Rewrite functions that copyin/out NAT configuration, so that theyglebius2011-04-193-55/+74
* Add sysctl handlers for net.inet.ip.dummynet.hash_size, .pipe_byte_limitae2011-04-191-8/+52
* ipdn_bound_var() functions is designed to bound a variable betweenae2011-04-191-1/+5
* Use M_WAITOK instead M_WAIT for malloc. Remove unneded checks.ae2011-04-191-7/+1
OpenPOWER on IntegriCloud