Age | Commit message (Expand) | Author |
2014-01-25 | revert counter size changes. this breaks netstat. digging further, there | Theo de Raadt |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-24 | make the udpstat counters u_int32_t, for consistency with tcpstat | Henning Brauer |
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 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-18 | There was an awkward behaviour after a connection had been diverted | Alexander Bluhm |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-13 | Iterate over the per interface address list instead of the global one | Martin Pieuchot |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-12-17 | Change ip_output()'s non-optional arguments to be standard arguments | Matthew Dempsky |
2013-12-04 | ifp must be initialized in ip_setmoptions; from oga via mpi, ok mpi | Mike Belopuhov |
2013-11-29 | move in_multi definition into kernel-only | Theo de Raadt |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-28 | Use the local variable referencing the receiving interface instead of | Martin Pieuchot |
2013-11-27 | Since r1.106 we have a local variable referencing the receiving interface, | Martin Pieuchot |
2013-11-27 | Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro. | Martin Pieuchot |
2013-11-27 | Let's call a rtableid a rtableid. | Martin Pieuchot |
2013-11-26 | instead of calculating the icmp checksum here, just set the flag that | Henning Brauer |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-11-21 | hide a bunch of structures (namely arpcom, llinfo_arp, ethernet | Mike Belopuhov |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-11-21 | Replace the last usage of IA_SIN() and kill this macro. | Martin Pieuchot |
2013-11-17 | Instead of stripping the IP options manually in icmp_reflect(), | Alexander Bluhm |
2013-11-15 | Rename the struct pf_divert variable in divert_packet() and | Lawrence Teo |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-11-06 | See previous commit. This is the next step in the process. The code now | Theo de Raadt |
2013-10-31 | Convert the route expire timestamp in kernel and routing message | Alexander Bluhm |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-27 | delete UPCALL_TIMING debug code from a the dark ages | Theo de Raadt |
2013-10-25 | Don't let in_proto_cksum_out() assume that the ICMP checksum field is | Lawrence Teo |
2013-10-24 | ippseudo is kernel-only; checked in ports by sthen | Theo de Raadt |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-24 | Significant namespace cleanup of netinet6 symbols. | Theo de Raadt |
2013-10-24 | Move obvious kernel prototypes (and structure's with kernel pointers, | Theo de Raadt |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-23 | remove historical #if 1 | Theo de Raadt |
2013-10-23 | remove the ipprintfs debug stuff; if you are debugging at this level, | Theo de Raadt |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | No need to expose twice in_socktrim(), it is only used in one file. | Martin Pieuchot |
2013-10-21 | Remove some historical comments. | Theo de Raadt |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |