Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, | 2005-01-11 | 1 | -26/+37 | |
| | | | | IPV6_{JOIN,LEAVE}_GROUP ioctls; ok itojun@ | ||||
* | Get rid of pf_test_eh() wrapper. | 2004-06-21 | 1 | -2/+2 | |
| | | | | ok cedric@ henning@ | ||||
* | support IPV6_USE_MIN_MTU, to make BIND9 better. | 2004-06-12 | 1 | -1/+11 | |
| | | | | (sorry about the mess yesterday) | ||||
* | back out tree breakage. Like, come on | 2004-06-11 | 1 | -11/+1 | |
| | |||||
* | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | 2004-06-11 | 1 | -1/+11 | |
| | | | | markus ok | ||||
* | strictly follow RFC2460 section 5, last paragraph (sender behavior when | 2004-02-04 | 1 | -18/+100 | |
| | | | | path MTU < 1280). bug found by Georgi Guninski. ok dhartmei | ||||
* | make the stack compile if NPF=0. ok deraadt@ markus@ | 2004-02-02 | 1 | -1/+2 | |
| | |||||
* | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | 2003-12-10 | 1 | -10/+17 | |
| | | | | | | to check if interface exists, as (1) if_index will have different meaning (2) ifindex2ifnet could become NULL when interface gets destroyed, when we introduce dynamically-created interfaces. markus ok | ||||
* | fix behavior when ipv6mr_interface is 0. reported on netbsd list | 2003-11-07 | 1 | -4/+4 | |
| | |||||
* | use random number generator to generate IPv6 fragment ID/flowlabel. | 2003-10-01 | 1 | -2/+2 | |
| | | | | cleanup IPv6 flowlabel handling. deraadt ok | ||||
* | correct m_cat misuse. i remember it was ok'ed by someone but don't remember who... | 2003-10-01 | 1 | -2/+6 | |
| | |||||
* | change arguments to suser. suser now takes the process, and a flags | 2003-08-15 | 1 | -8/+8 | |
| | | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | ||||
* | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | 2003-06-11 | 1 | -5/+6 | |
| | | | | | | | | | | | - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | plug memory leak. from sam leffler. sync w/kame | 2002-10-31 | 1 | -3/+3 | |
| | |||||
* | correct length of PADN option before jumbo payload option. sync w/kame | 2002-09-23 | 1 | -2/+2 | |
| | | | | deraadt ok | ||||
* | fix pointer signedness mixup. sync w/kame | 2002-09-11 | 1 | -5/+5 | |
| | |||||
* | KNF - return is not a function. sync w/kame | 2002-09-11 | 1 | -50/+50 | |
| | |||||
* | whitespace cleanup | 2002-06-09 | 1 | -6/+6 | |
| | |||||
* | use splnet for ipsec | 2002-06-08 | 1 | -4/+4 | |
| | |||||
* | splnet -> splsoftnet where appropriate | 2002-06-08 | 1 | -4/+4 | |
| | |||||
* | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | 2002-06-08 | 1 | -2/+2 | |
| | | | | | | | behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | ||||
* | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | 2002-06-07 | 1 | -22/+84 | |
| | | | | rip6 stats. sync w/kame | ||||
* | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, | 2002-06-07 | 1 | -11/+18 | |
| | | | | as well as set/getsockopt(IPV6_V6ONLY). | ||||
* | style | 2002-06-07 | 1 | -159/+121 | |
| | |||||
* | 'fall through' is not a valid LINT keyword. | 2002-06-07 | 1 | -4/+4 | |
| | |||||
* | do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu) | 2002-05-31 | 1 | -5/+5 | |
| | |||||
* | force fragment to minimum link MTU (1280) when needed (when PMTUD does | 2002-05-29 | 1 | -3/+1 | |
| | | | | not take effect) - like icmp6 responses or foo-over-IPv6 tunnel. | ||||
* | attach nd_ifinfo structure to if_afdata. | 2002-05-29 | 1 | -43/+77 | |
| | | | | | split IPv6 MTU (advertised by RA) from real link MTU. sync with kame | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -11/+11 | |
| | |||||
* | remove couple of #if 0'ed portion we will never use | 2002-01-21 | 1 | -83/+1 | |
| | |||||
* | whitespace/comment sync with kame | 2001-12-07 | 1 | -8/+10 | |
| | |||||
* | unifdef OLDIP6OUTPUT | 2001-11-30 | 1 | -12/+1 | |
| | |||||
* | typo in sockopt level name (ipsec6 related) | 2001-11-28 | 1 | -5/+5 | |
| | |||||
* | add fastroute options similar to what is found in ipf | 2001-11-26 | 1 | -5/+7 | |
| | | | | ok dhartmei@, frantzen@ | ||||
* | reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after | 2001-10-01 | 1 | -1/+2 | |
| | | | | discussion with itojun on ip6_forward) | ||||
* | free mbuf when dropping a packet. ok dhartmei@ (also checked by | 2001-09-25 | 1 | -1/+2 | |
| | | | | mcbride@countersiege.com) | ||||
* | IPv6 support from Ryan McBride (mcbride@countersiege.com) | 2001-09-15 | 1 | -1/+14 | |
| | |||||
* | IPCOMP policy stuff missed the last time round | 2001-08-22 | 1 | -1/+6 | |
| | |||||
* | Add IPCOMP setsockopt policy controls. While here fix the other policies too | 2001-08-22 | 1 | -4/+15 | |
| | |||||
* | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this | 2001-08-21 | 1 | -17/+1 | |
| | | | | is already done in ip_spd_lookup() | ||||
* | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | 2001-06-27 | 1 | -2/+2 | |
| | | | | on how macros should be treated. Code by fgsch@, ok by me and itojun@ | ||||
* | Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup(); | 2001-06-27 | 1 | -24/+16 | |
| | | | | this simplifies the logic a bit. | ||||
* | If a PENDING_TDB tag is attached but no TDB is found, drop the packet. | 2001-06-25 | 1 | -1/+3 | |
| | |||||
* | PENDING_TDB tag handling (same as ip_output) | 2001-06-25 | 1 | -3/+18 | |
| | |||||
* | Don't double-clear M_PKTHDR/tags. | 2001-06-25 | 1 | -3/+1 | |
| | |||||
* | No need for net/net_osdep.h | 2001-06-09 | 1 | -3/+1 | |
| | |||||
* | Update for new prototypes. | 2001-05-30 | 1 | -3/+2 | |
| | |||||
* | Remove unused code. | 2001-05-28 | 1 | -45/+3 | |
| | |||||
* | Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags. | 2001-05-28 | 1 | -5/+1 | |
| |