Age | Commit message (Expand) | Author |
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 |
2013-05-31 | The function rip6_ctlinput() claims that sa6_src is constant to | Alexander Bluhm |
2013-05-17 | Move an extern declaration into its corresponding header file. | Martin Pieuchot |
2013-05-14 | Fix build with ENCDEBUG defined. | Martin Pieuchot |
2013-05-13 | Make SIOCSIFDSTMASK and SIOCSIFNETMASK fail if there is no previous | Martin Pieuchot |
2013-05-03 | Document which gobal variables are used for sysctl(8), add static to | Martin Pieuchot |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-04-24 | ansify. | Martin Pieuchot |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | 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-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-04 | Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input() | Alexander Bluhm |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-03-31 | The call to in_pcballoc() in user request attach was handled in | Alexander Bluhm |
2013-03-31 | Do not transfer diverted packets into IPsec processing. They should | Alexander Bluhm |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
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 |