Age | Commit message (Expand) | Author |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
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-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
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-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-02-16 | Fix a bug in udp socket splicing in case a packet gets diverted and | Alexander Bluhm |
2013-01-17 | After finding the socket's inp by using the pf's statekey, reset | Alexander Bluhm |
2012-09-28 | free the control message in udp_input() if the packet is passed to pipex | Markus Friedl |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko |
2012-07-17 | use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-04-04 | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. | YASUOKA Masahiko |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-05-04 | Collapse m_pullup and m_pullup2 into a single function, as they're | Bret Lambert |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-24 | Double link between pf states and sockets. Henning has already | Alexander Bluhm |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-03 | Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as | Bret Lambert |
2010-09-24 | Add L2TP support to PIPEX. | SUENAGA Hiroki |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-11 | unbreak the build with a custom kernel config including "pseudo-device | Stuart Henderson |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-06-08 | remove stray * from comment, probably a rewrapping artefact | Stuart Henderson |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-03 | add the basic infrastructure to take advantage of TCP and UDP receive | Christian Weisgerber |
2009-06-02 | 0 -> NULL | Bret Lambert |
2008-10-13 | disable the pcb linking for udp for the moment since there is some weird | Henning Brauer |
2008-09-03 | do not set the pkthdr mbuf state key pointer to the state key saved in the | Henning Brauer |
2008-07-16 | link udp pcbs to pf states, same as done for tcp already | Henning Brauer |
2008-06-14 | Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals | Joel Sing |
2008-06-14 | ANSIfy function definitions. | Joel Sing |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-06-11 | there was code inside #if NPF > 0, but pf.h was not included, so it did | Henning Brauer |