| Commit message (Expand) | Author | Age | Files | Lines |
* | - Disabled responding to NI queries from a global address by default as | jinmei | 2007-05-17 | 2 | -7/+30 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | rrs | 2007-05-17 | 1 | -0/+1 |
* | handle IPv6 router alert option contained in an incoming packet per | jinmei | 2007-05-14 | 1 | -4/+18 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 3 | -24/+14 |
* | Need sys/cdevs.h for the macro FBSDID to work. | mjacob | 2007-05-09 | 1 | -0/+1 |
* | Integrate the Camellia Block Cipher. For more information see RFC 4132 | gnn | 2007-05-09 | 3 | -0/+136 |
* | Two major items here: | rrs | 2007-05-09 | 1 | -24/+18 |
* | Reduce the default number of header options that the IPv6 protocol | gnn | 2007-05-08 | 1 | -1/+1 |
* | - Copyright change, cisco's silly tool wants it to say: | rrs | 2007-05-08 | 2 | -2/+2 |
* | - Get rid of the sctp_inpcb_free() "magic numbers", now they | rrs | 2007-05-08 | 1 | -3/+6 |
* | - Static analyisis fixes for cisco's commit (this is equivilant | rrs | 2007-05-08 | 1 | -1/+1 |
* | - More macros for OS compatabilty | rrs | 2007-05-08 | 1 | -17/+26 |
* | some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_... | suz | 2007-05-05 | 2 | -1/+11 |
* | fixed a memory leak in unresolved ND queue processing | suz | 2007-05-04 | 2 | -22/+8 |
* | - Somehow the disable fragment option got lost. We could | rrs | 2007-05-02 | 1 | -0/+2 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 2 | -14/+14 |
* | Turn off route header processing for now due to issues pointed out | gnn | 2007-04-23 | 1 | -0/+7 |
* | Teach netinet6 to use PRIV_NETINET_REUSEPORT. | rwatson | 2007-04-21 | 1 | -4/+2 |
* | - fix source address selection when picking an acceptable address | rrs | 2007-04-14 | 1 | -28/+22 |
* | Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set | rwatson | 2007-04-11 | 1 | -2/+0 |
* | - fixed several places where we did not release INP locks. | rrs | 2007-04-03 | 1 | -14/+12 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 1 | -0/+1 |
* | - Found bug in min split point bundling which caused | rrs | 2007-03-31 | 1 | -8/+0 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -72/+83 |
* | - errno -> becomes error in sctp_output.c and sctputil.c | rrs | 2007-03-19 | 2 | -22/+8 |
* | - Sysctl's move to seperate file | rrs | 2007-03-15 | 1 | -20/+22 |
* | Add comments about common idioms for cleanup pass at a later date. | bms | 2007-02-28 | 1 | -0/+3 |
* | Remove code which would never be used, viz a viz Quality-of-Service; | bms | 2007-02-28 | 2 | -23/+1 |
* | Add a comment about a struct which needs to be global. | bms | 2007-02-28 | 1 | -11/+8 |
* | Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it is | bms | 2007-02-24 | 2 | -5/+2 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 7 | -27/+77 |
* | Rename two identically named log_in_vain variables: tcp_input.c's static | rwatson | 2007-02-20 | 1 | -1/+1 |
* | - Copyright updates (aka 2007) | rrs | 2007-02-12 | 1 | -3/+6 |
* | In the ICMP6 path to handle FQDN 'who-are-you' queries, check that the | bms | 2007-02-10 | 1 | -1/+1 |
* | MFC after: 3 days | bms | 2007-02-05 | 1 | -1/+1 |
* | ng_iface requiers neighbor cache as well. | ume | 2007-02-03 | 1 | -0/+1 |
* | Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreak | bmah | 2007-01-26 | 1 | -1/+1 |
* | - most all includes (#include <>) migrate to the sctp_os_bsd.h file | rrs | 2007-01-18 | 2 | -106/+18 |
* | Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf. | ume | 2007-01-16 | 1 | -1/+2 |
* | - Macroizes the V6ONLY flag check. | rrs | 2007-01-15 | 1 | -16/+5 |
* | Marked these as packed correctly | imp | 2007-01-12 | 2 | -2/+2 |
* | a) macro-ization of all mbuf and random number | rrs | 2006-12-29 | 1 | -26/+14 |
* | In ip6_sprintf print the addresses in a more common/readable | bz | 2006-12-16 | 1 | -4/+18 |
* | 1) Fixes on a number of different collision case LOR's. | rrs | 2006-12-14 | 1 | -3/+12 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 16 | -152/+235 |
* | - In nd6_rtrequest(), when caching an rtentry, don't forget | ru | 2006-11-25 | 1 | -9/+29 |
* | -Fixes first of all the getcred on IPv6 and V4. The | rrs | 2006-11-08 | 1 | -10/+29 |
* | Convert three new suser(9) calls introduced between when the priv(9) | rwatson | 2006-11-06 | 1 | -1/+8 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 5 | -22/+63 |