Age | Commit message (Expand) | Author |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot |
2013-09-03 | Use satosin() rather than the local SIN macro, no functional change. | Martin Pieuchot |
2013-08-29 | Iterate over the interface's address list instead of the global list. | Martin Pieuchot |
2013-08-28 | Replace hand-crafted for loop over in_ifaddr with FOREACH macro. | Alexander Bluhm |
2013-08-28 | If have an interface pointer, look for an address on its list rather | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-21 | Stop using static variables in ICMP. While this is perfectly ok for | Martin Pieuchot |
2013-08-21 | When checking for classful broadcast addresses, iterate over the list | Martin Pieuchot |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-19 | In case something bad happened when configuring an IPv4 address, make | Martin Pieuchot |
2013-08-13 | When net.inet.ip.sourceroute is enable, store the source route | Martin Pieuchot |
2013-08-12 | Add the TCP socket option TCP_NOPUSH to delay sending the stream. | Alexander Bluhm |
2013-08-12 | In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was | Alexander Bluhm |
2013-08-09 | Constify the default null sockaddr_dl, no functional change. | Martin Pieuchot |
2013-08-08 | Constify the table of common MTUs and use nitems(), no functional change. | Martin Pieuchot |
2013-08-08 | Change MTU discovery functions to not abuse the global icmpsrc variable | Martin Pieuchot |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-08-08 | Make use of IFP_TO_IA() instead of rolling our own copy, no functional | Martin Pieuchot |
2013-08-06 | In tcp_ctloutput() tp was assigned at two different places for IPv4 | Alexander Bluhm |
2013-08-03 | unbreak PMTU-discovery for AES-GCM; ok mikeb@ | Markus Friedl |
2013-08-01 | Do not use a static variable to perform a lookup. While this | Martin Pieuchot |
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-07-04 | These functions are only used in debug code, so put them under | Martin Pieuchot |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot |
2013-07-01 | The reverse parameter of in_pcblookup_listen() is a boolean and not | Alexander Bluhm |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-06-23 | Revert r1.78 for now, it breaks ipv4 on carp. As found the hard way by | Stuart Henderson |
2013-06-20 | Always make sure that the temporary TCP protocol control block | Mike Belopuhov |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-18 | Use TAILQ_FOREACH() instead of handrolling our own version and stop | Martin Pieuchot |
2013-06-17 | Always add/remove IPv4 addresses consistently from the global list and tree. | Martin Pieuchot |
2013-06-17 | In icmp_do_exthdr(), calculate the ICMP extension header checksums with | Lawrence Teo |
2013-06-13 | Move the local delivery code from ipv4_input() into its own function and | Martin Pieuchot |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-09 | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is | YASUOKA Masahiko |
2013-06-05 | If an ICMP packet gets diverted to a raw IP socket, if must not be | Alexander Bluhm |
2013-06-05 | Calculate ICMP checksums with in4_cksum() which lets us get rid of the | Lawrence Teo |
2013-06-03 | fix typo in comment | YASUOKA Masahiko |
2013-06-03 | Link pf states and socket inpcbs together more tightly. The linking | Alexander Bluhm |
2013-06-03 | Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input() | Alexander Bluhm |
2013-06-02 | increase heat in the hackathon room by making sure everybody has to recompile | Henning Brauer |
2013-06-02 | Exclude the mac address for the HMAC calculation if lladdr is the real | YASUOKA Masahiko |
2013-06-01 | Fix typo backswards -> backwards. | Alexander Bluhm |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-06-01 | Remove redundant call to splsoftnet(). There is a | Alexander Bluhm |
2013-06-01 | Add support for advertising route information (RFC 4191). | Brad Smith |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |