Age | Commit message (Expand) | Author |
2013-07-04 | Rewrite the function used to determine if we do proxy ARP for one of | Martin Pieuchot |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-06-13 | Move the local delivery code from ipv4_input() into its own function and | Martin Pieuchot |
2013-05-17 | Move an extern declaration into its corresponding header file. | 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-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-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL. | Martin Pieuchot |
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-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-09-18 | sysctl calls shouldn't clobber route timers without spl protection | Bret Lambert |
2012-08-07 | Store the data used to generate an ICMP error message on a stack | Mike Belopuhov |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2011-04-19 | reintroduce using the RB tree for local address lookups. this is | David Gwynne |
2011-04-14 | Backout the in_iawithaddr() -> ifa_ifwithaddr() change. | Claudio Jeker |
2011-04-04 | The forced IP header pullup in the multicast case is only needed when | Claudio Jeker |
2011-04-04 | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient | Henning Brauer |
2011-04-02 | rmeove the link1 hack, it is in the way, it is only half-baked and doesn't | Henning Brauer |
2011-02-11 | In ip_forward() free the mbuf chain mcopy with m_freem() instead | Alexander Bluhm |
2011-02-03 | ip_ttl is u_int8_t, not u_char so adjust sizeof for consistency. | Todd C. Miller |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-08-20 | white space fix | David Gwynne |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-06-07 | unfortunately classful routing isn't 100% dead, mostly thanks to ancient | Henning Brauer |
2010-06-04 | Missed this file in previous commit; previous commit message was: | Bret Lambert |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-13 | no point in looking for the old "all host bits zero" broadcast address any | Henning Brauer |
2010-01-13 | we don't need broadcast for the classful network AND broadcast for the | Henning Brauer |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann |
2009-11-19 | avoid overflow since protos > IPPROTO_MAX exist. From FreeBSD with | Otto Moerbeek |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-08-23 | revert the icmp error diff again (r1.167-1.169) | David Krause |
2009-08-10 | 7 years of | Henning Brauer |
2009-08-10 | we need to null mcopy, gotos bite. theo and i both missed them, theo ok | Henning Brauer |
2009-08-10 | fix previous: | Henning Brauer |
2009-08-10 | this is basically a fixed version of r1.165, avoid m_copym of each and every | Henning Brauer |
2009-07-28 | revert the avoidance of the mbuf copy for the icmp errors (r1.165) | David Gwynne |
2009-07-24 | for every packet we forwarded, we copied the first 68 bytes of it in case | David Gwynne |