Age | Commit message (Expand) | Author |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-21 | pretty up a disgusting chunk | Theo de Raadt |
2013-10-21 | Enable IPv6 routing domain support | Peter Hessler |
2013-10-20 | no need to make the icmp cksum "offloading" case special insofar that the | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
2012-11-02 | unbreak ramdisks, we need to include tcp/udp.h unconditionally now and not | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-10-16 | As CMSG_ALIGN() can overflow the integer value, do the length check | Alexander Bluhm |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-03-22 | Extract the new function ip6_fragment() from ip6_output() to make | Alexander Bluhm |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-02-08 | More destatic and ansification. | Joel Sing |
2009-11-25 | Small cleanup for setsockopt IPSEC6_OUTSA: | Marco Pfatschbacher |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2008-10-22 | filter ipv6 ipsec packets on enc0 (in and out), similar to ipv4; | Markus Friedl |
2008-09-03 | Remove dead code: ip6_copypktopts() is not used anywhere. | Marco Pfatschbacher |
2008-08-08 | Do not latch the IPSec tdb to the inpcb unconditionally. This has | Alexander Bluhm |