Age | Commit message (Expand) | Author |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | Alexander Bluhm |
2013-04-04 | Make icmp6 ready for 64 bit time_t by adding a range check and an | Alexander Bluhm |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-04-01 | Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same. | Alexander Bluhm |
2013-04-01 | There is no IPv6 default scope in OpenBSD. Remove leftovers. | Alexander Bluhm |
2013-03-31 | The call to in_pcballoc() in user request attach was handled in | Alexander Bluhm |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-26 | Remove a block of dead code in in6_ifdetach(). It was never executed | Alexander Bluhm |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-22 | Replace hand-crafted nd_prefix loops with LIST_FOREACH macros. | Alexander Bluhm |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-14 | My lack of faith... These lines should stay, reported by ajacoutot@. | Martin Pieuchot |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-11 | Remove unused code manipulating a default interface and its index, | Martin Pieuchot |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2013-03-04 | When deleting an IPv6 interface address, also remove the prefix and | Alexander Bluhm |
2013-03-03 | Make sure that IPv6 source address selection only chooses a CARP | Alexander Bluhm |
2013-01-17 | Expand the socket splicing functionality from TCP to UDP. Merge | Alexander Bluhm |
2013-01-15 | Flushing prefixes of autoconfigured IPv6 addresses with ndp -P | Alexander Bluhm |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-11-30 | Fix typo in comment. | Stefan Sperling |
2012-11-11 | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- | Theo de Raadt |
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-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-10-16 | As CMSG_ALIGN() can overflow the integer value, do the length check | Alexander Bluhm |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | Use TAILQ_FOREACH macro for loops. No binary diff. | Alexander Bluhm |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko |
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe |