summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Use SCTP_PR_SCTP_TTL when the user provides a positivetuexen2013-11-161-5/+9
* Remove a stray write operation.tuexen2013-11-161-1/+0
* When determining if an address belongs to an stcb, take the address familytuexen2013-11-161-0/+3
* Cleanups which result in fixes which have been made upstreamtuexen2013-11-162-36/+23
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-232/+0
* Make TCP_KEEP* socket options readable. At least PostgreSQL wantsglebius2013-11-081-0/+21
* Get rid of the artification limitation enforced bytuexen2013-11-072-31/+12
* Make sure that we don't try to build an ASCONF-ACK chunktuexen2013-11-071-1/+2
* Use htons()/ntohs() appropriately.tuexen2013-11-072-3/+3
* Provide compat layer for OSIOCAIFADDR.glebius2013-11-061-4/+5
* Fix my braino in r257692. For SIOCG*ADDR we don't need exact match onglebius2013-11-061-9/+16
* Fix build on GCC.nwhitehorn2013-11-061-1/+2
* netinet code no longer uses IFA_RTSELF.glebius2013-11-051-4/+0
* Rewrite in_control(), so that it is comprehendable without getting mad.glebius2013-11-051-447/+373
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-052-6/+1
* Unlock the lock before destroying it.tuexen2013-11-031-0/+2
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-025-21/+108
* in_ifadown() can be void.glebius2013-11-012-5/+4
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-014-18/+7
* Terminate a debug output with a \n.tuexen2013-10-291-1/+1
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceglebius2013-10-292-43/+45
* Fis the value of *optlen when calling getsockopt() fortuexen2013-10-281-1/+1
* Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.tuexen2013-10-281-1/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-284-0/+5
* Provide includes that are needed in these files, and before were readglebius2013-10-261-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2626-0/+26
* Finish r254925 and remove the last remaining sysctl name list macro. Thejhb2013-10-231-72/+0
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedandre2013-10-221-4/+7
* - Add parentheses to all internet addresseskevlo2013-10-191-26/+26
* Remove a buggy comparision when setting manually the path MTU.tuexen2013-10-152-11/+6
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-152-20/+18
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-10/+2
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+2
* Treat INADDR_NONE as uint32_t.kevlo2013-10-151-1/+1
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofglebius2013-10-091-2/+5
* Add a separate translator for headers passed to the TCP probes in themarkj2013-10-021-4/+4
* Introduce spares in the TCP syncache and timewait structuresbz2013-09-212-1/+4
* Unregister inet/inet6 pfil hooks on vnet destroy.trociny2013-09-131-0/+5
* Fix the aborting of association with the iterator using an emptytuexen2013-09-091-37/+35
* Relese the interface in the last.trociny2013-09-081-1/+1
* When computing the partial delivery point, take thetuexen2013-09-071-3/+2
* Use LIST_FOREACH_SAFE() instead of doing it by hand.jhb2013-09-051-7/+5
* Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. Thisjhb2013-09-051-4/+4
* Remove unused code and sort variables declarations.ae2013-09-051-8/+2
* Remove redundant field pr_sctp_on.tuexen2013-09-035-13/+3
* Use uint16_t instead of in_port_t for consistency with the SCTP code.tuexen2013-09-021-1/+1
* All changes affect only SCTP-AUTH:tuexen2013-09-024-109/+29
* Merge r254336 from user/np/cxl_tuning.np2013-08-282-1/+26
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-266-61/+0
* The second last argument of udp:::receive is supposed to contain themarkj2013-08-261-1/+1
OpenPOWER on IntegriCloud