aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-121-31/+19
* Permit ARP to proceed for IPv4 host routes for which the gateway is theMarko Zec2011-07-081-2/+0
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-282-0/+6
* Add the missing call to ip6_ipsec_filtertunnel() to be able to controlBjoern A. Zeeb2011-06-081-0/+7
* Correct comments and debug logging in ipsec to better match reality.Bjoern A. Zeeb2011-06-081-6/+6
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-063-0/+280
* Do not activate automatic LL addr configuration when 0/1->1 transition ofHiroki Sato2011-06-061-1/+3
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenHiroki Sato2011-06-062-1/+55
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-067-36/+56
* Use uint8_t for sockaddr sa_len.Hiroki Sato2011-06-051-1/+1
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-043-6/+33
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-304-49/+119
* Add FEATURE() definitions for IPv4 and IPv6 so that we can useBjoern A. Zeeb2011-05-251-0/+1
* Move from passing a wildcard boolean to a general set up lookup flags intoRobert Watson2011-05-232-12/+19
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-2/+8
* Remove code with any effect.Michael Tuexen2011-05-031-3/+1
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-301-40/+90
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlyBjoern A. Zeeb2011-04-301-0/+6
* Make the PCB code compile without INET support by adding #ifdef INETsBjoern A. Zeeb2011-04-301-1/+10
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-0/+6
* correct variable type name in commentBernd Walter2011-04-251-2/+2
* MFp4 CH=191760,191770:Bjoern A. Zeeb2011-04-201-0/+9
* Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously alwaysBjoern A. Zeeb2011-04-171-2/+2
* Remove a check in udp6_send() that prevented v4-mapped v6 addresses fromBjoern A. Zeeb2011-04-091-13/+0
* After r219579 and r219779 unbreak v4-mapped v6 sockets for UDPBjoern A. Zeeb2011-04-091-13/+11
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-213-0/+4
* Merge the two identical implementations for local port selections fromBjoern A. Zeeb2011-03-121-67/+7
* Push a possible "unbind" in some situation from in6_pcbsetport() toBjoern A. Zeeb2011-03-123-6/+9
* Make sure the locally cached value of rt->rt_gateway stays stable,Bjoern A. Zeeb2011-03-121-7/+14
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Fix bugs related to M_FLOWID:Michael Tuexen2011-02-071-0/+12
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-052-0/+4
* Improve plausibility check in sctp_handle_sack().Michael Tuexen2010-12-221-1/+1
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsJohn Hay2010-12-221-0/+1
* Loosen the locking in nd6-free() again after r216022 to avoidBjoern A. Zeeb2010-12-071-13/+24
* Plug well observed races on la_hold entries with the callout handler.Bjoern A. Zeeb2010-11-293-58/+90
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-274-6/+6
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-2212-30/+30
* In case of an early return from the function there is no need to zeroBjoern A. Zeeb2010-11-201-2/+2
* Do not initialize flag variables before needed.Bjoern A. Zeeb2010-11-171-6/+7
* No need to re-initialize the callout. We initially do it in in6_lltable_new()Bjoern A. Zeeb2010-11-171-3/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-1412-30/+30
* Make the IPsec SADB embedded route cache a union to be able to hold both theBjoern A. Zeeb2010-10-231-1/+1
* Purposely tell the compiler that we ignore the return value of ADDCARRY()Rui Paulo2010-10-131-1/+1
* Add a bandaid for a long-standing race condition during route entryXin LI2010-09-271-1/+3
* IP_BINDANY is not correctly handled in getsockopt() case.Attilio Rao2010-09-241-0/+1
* Remove unused variables.Michael Tuexen2010-09-151-3/+5
* MFp4 CH=183052 183053 183258:Bjoern A. Zeeb2010-09-022-0/+61
* Fix the the SCTP_WITH_NO_CSUM option when used in combination withMichael Tuexen2010-08-291-1/+9
* Fix the switching on/off of CMT using sysctl and socket option.Michael Tuexen2010-08-281-1/+6