Age | Commit message (Expand) | Author |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-07-05 | fix bizarre and mostly useless initialization of an ifqueue in BSS that | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-07-04 | No need to check proto == IPPROTO_ETHERIP | David Hill |
2011-07-04 | Fix to be able to bind a raw socket to 0.0.0.0. It had been broken after | YASUOKA Masahiko |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-07-04 | Don't make copy multicast packets for carp interfaces | Marco Pfatschbacher |
2011-07-04 | Allow advbase to be set to zero, which makes it possible to run | Marco Pfatschbacher |
2011-07-03 | avoid void * pointer arithmetic | David Hill |
2011-07-03 | Do not use LINK_STATE_UNKNOWN for the INIT state. LINK_STATE_UNKNOWN has | Claudio Jeker |
2011-07-03 | slight knf (particularly the function decls) so i dont get too distracted | David Gwynne |
2011-07-02 | gc in_interfaces. doesnt seem to do anything except get incremented. | David Gwynne |
2011-06-27 | Mark ARP request broadcasts with M_BCAST in the mbuf flags. | Camiel Dobbelaar |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
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 |