summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2011-08-07When checking wether a prefix belongs to an interface, also allowAlexander Bluhm
2011-08-04Move the check that ::1 is not allowed from the wire before pf_test().Alexander Bluhm
2011-07-26Accept neighbor discovery packets from source IPv6 addresses forAlexander Bluhm
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-07-04Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.Claudio Jeker
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-05-13Revert the pf->socket linking diff.Owain Ainsworth
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02recognize SO_RTABLE socket option at the SOL_SOCKET level;Mike Belopuhov
2011-04-24Double link between pf states and sockets. Henning has alreadyAlexander Bluhm
2011-04-15Remove dead assignment.Charles Longeau
2011-04-06comment typoStuart Henderson
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-04-04Add the same SS_CANTRCVMORE check as was done in the other inputClaudio Jeker
2011-04-03fix typos in commentsStefan Sperling
2011-04-03As of r1.54 of nd6_rtr.c we don't add addresses from interrupt contextStefan Sperling
2011-04-03Kill redundant offsetof definitions; ok deraadt henning sthen thibStefan Sperling
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2011-03-24Reassemble IPv6 fragments in pf. In the forward case, pf refragmentsAlexander Bluhm
2011-03-23Don't process ICMP6 redirects by default anymore. This is in line withClaudio Jeker
2011-03-23With pf IPv6 fragment reassembly, a large packet gets refragmentedAlexander Bluhm
2011-03-22Extract the new function ip6_fragment() from ip6_output() to makeAlexander Bluhm
2011-03-09Log MAC address changes in the IPv6 neighbor discovery protocolAlexander Bluhm
2011-03-06Extract the new function frag6_deletefraghdr() from frag6_input()Alexander Bluhm
2011-02-24Prevent the nd6_addr_add() work queue task from adding multiple addressesStefan Sperling
2011-01-13In frag6_input() there was an mbuf length calculation error. IfAlexander Bluhm
2011-01-09In ip6_forward() only one call to icmp6_error() was not protectedAlexander Bluhm
2011-01-07Add socket option SO_SPLICE to splice together two TCP sockets.Alexander Bluhm
2010-12-21Remove the no longer used ip6s_exthdrtoolong field.Claudio Jeker
2010-10-07Also call addrhooks for IPv6 addresses with a 128 bit prefixlen.Marco Pfatschbacher
2010-09-24When processing IPv6 RA messages we may end up adding a new IPv6 addressJoel Sing
2010-09-23add a new IP level socket option IP_PIPEX. This option is used for L2TPYASUOKA Masahiko
2010-09-09Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination.Claudio Jeker
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-09Add support for using IPsec in multiple rdomains.Reyk Floeter
2010-07-09Add the rtableid to struct rttimer and therefor make it available toClaudio Jeker
2010-07-08remove some unused netinet6 codeJonathan Gray
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-01Allow to specify an alternative enc(4) interface for an SA. AllReyk Floeter
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
2010-06-28Add the rtable id as an argument to rn_walktree(). Functions likeClaudio Jeker
2010-06-28Allow neighbor discovery for prefixes on interfaces without matchingAlexander Bluhm
2010-05-11Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()Claudio Jeker
2010-05-08During IPv6 source address selection, prefer RFC 4941 temporary addressesStefan Sperling
2010-05-07Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1Claudio Jeker
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-06Simple implementation of RFC4941, "Privacy Extensions for StatelessStefan Sperling
2010-03-22fix rcs id, from bradJonathan Gray
2010-03-22Add some MLDv2 definitions from FreeBSD.Jonathan Gray