Age | Commit message (Expand) | Author |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-03-04 | Do not check if the interface index matches the scope when all we want | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-25 | unifdef -USCOPEDROUTING, no object change. | Martin Pieuchot |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-09 | To implement transparent relays for connectionless protocols, the | Alexander Bluhm |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko |
2014-07-11 | There is a use-after-free somewhere in the code that links the pf | Alexander Bluhm |
2014-06-23 | repair ramdisk builds | Theo de Raadt |
2014-06-23 | Fix compile without IPSEC. | YASUOKA Masahiko |
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-16 | Merge in_fixaddr() into in_selectsrc() in order to prepare for | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-07 | In udp_output() also use the correct source address in case of an unbound soc... | Christopher Zimmermann |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-06 | get rid of expensive temporary connect in udp_output(). | Christopher Zimmermann |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-19 | make in_proto_cksum_out not rely on the pseudo header checksum to be | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-06-09 | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is | YASUOKA Masahiko |
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 |