Age | Commit message (Expand) | Author |
2011-05-31 | fix typos in comment | Stuart Henderson |
2011-05-29 | Move the source address selection for multicast destinations that | Claudio Jeker |
2011-05-28 | Do not allow traffic to be sent with a destination address in 0/8; | Paul de Weerd |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-05-11 | Pre-allocate memory to avoid sleeping after performing a lookup, which | Bret Lambert |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-05-04 | Clean up gotos for listening sockets to make it obvious when packets | Bret Lambert |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2011-04-29 | The previous reconfiguration change broke IPv6 only setups. | Marco Pfatschbacher |
2011-04-29 | In certain failure cases, a RST would be sent out on rdomain 0, | Bret Lambert |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-28 | Similar to the in_pcb.c change allow raw sockets to be bound to the | Claudio Jeker |
2011-04-28 | Allow SOCK_DGRAM sockets to be bound to the local network broadcast addr. | Claudio Jeker |
2011-04-26 | In ipsec_common_input() the packet can be either IPv4 or IPv6. So | Alexander Bluhm |
2011-04-24 | Double link between pf states and sockets. Henning has already | Alexander Bluhm |
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-13 | add missing #include "pf.h" for NPF; ok mikeb, claudio, mpf | Markus Friedl |
2011-04-12 | put the accepted socket of a diverted connection into the routing domain | Mike Belopuhov |
2011-04-06 | uncompress a packet with an IPcomp header only once; this prevents | Markus Friedl |
2011-04-05 | in_proto_csum_out: if M_ICMP_CSUM_OUT is set, do the icmp checksum | Henning Brauer |
2011-04-05 | Replace if/else ladder with much more legible switch statement for | Bret Lambert |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-05 | Remove unused macro. | Bret Lambert |
2011-04-04 | turn some macros into functions; saves 1400+ bytes from the kernel | Bret Lambert |
2011-04-04 | Instead of calling tcp_reass (tcp reassembly) with magic arguments | Bret Lambert |
2011-04-04 | Correctly inherit and set the watermarks on socketbuffers. | Claudio Jeker |
2011-04-04 | de-guttenberg our stack a bit | Henning Brauer |
2011-04-04 | The forced IP header pullup in the multicast case is only needed when | Claudio Jeker |
2011-04-04 | Do not accept ICMP redirects when acting as router (ipforwarding = 1). | Claudio Jeker |
2011-04-04 | install an additional bpf hook in the carp_input so that multicast | Mike Belopuhov |
2011-04-04 | there is no need to special case the bridge in the ip checksum handling | Henning Brauer |
2011-04-04 | change an if statement to a switch to reduce eye bleedage | Bret Lambert |
2011-04-04 | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient | Henning Brauer |
2011-04-04 | in_iawithaddr -> ifawithaddr | Henning Brauer |
2011-04-03 | Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as | Bret Lambert |
2011-04-03 | don't rely on implict net/route.h inclusion via pf, claudio ok | 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-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-08 | Fix a subtle carp reconfiguration problem. | Marco Pfatschbacher |
2011-03-05 | The function pf_tag_packet() never fails. Remove a redundant check | Alexander Bluhm |
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 |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2010-12-21 | don't leak short packets; ok mikeb@ | Markus Friedl |
2010-12-21 | Doh! Forgot to set the rdomain when sending out carp announcements. | Claudio Jeker |
2010-12-21 | don't leak mbuf if padding failes; ok mikeb@ | Markus Friedl |
2010-11-28 | Only call ifa_del() when no error happend previously. Do the same thing | Claudio Jeker |
2010-11-26 | more useful logging level for demotion adjustments | Otto Moerbeek |