| Commit message (Expand) | Author | Age | Files | Lines |
| * | use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending |  yasuoka | 2012-07-17 | 1 | -9/+14 |
| * | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) |  markus | 2012-07-16 | 1 | -4/+56 |
| * | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. |  yasuoka | 2012-04-04 | 1 | -1/+7 |
| * | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. |  dlg | 2012-03-17 | 1 | -3/+2 |
| * | Include PIPEX in kernel by default. And add new sysctl variable |  yasuoka | 2011-07-08 | 1 | -2/+2 |
| * | Revert the pf->socket linking diff. |  oga | 2011-05-13 | 1 | -15/+2 |
| * | Collapse m_pullup and m_pullup2 into a single function, as they're |  blambert | 2011-05-04 | 1 | -2/+2 |
| * | Make in_broadcast() rdomain aware. Mostly mechanical change. |  claudio | 2011-04-28 | 1 | -3/+4 |
| * | Double link between pf states and sockets. Henning has already |  bluhm | 2011-04-24 | 1 | -2/+15 |
| * | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT |  henning | 2011-04-05 | 1 | -2/+2 |
| * | Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as |  blambert | 2011-04-03 | 1 | -1/+3 |
| * | Add L2TP support to PIPEX. |  hsuenaga | 2010-09-24 | 1 | -1/+38 |
| * | Return EACCES when pf_test() blocks a packet in ip_output(). This allows |  claudio | 2010-09-08 | 1 | -1/+3 |
| * | Add support for using IPsec in multiple rdomains. |  reyk | 2010-07-09 | 1 | -2/+3 |
| * | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -3/+4 |
| * | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+2 |
| * | unbreak the build with a custom kernel config including "pseudo-device |  sthen | 2010-03-11 | 1 | -1/+4 |
| * | Extend the protosw pr_ctlinput function to include the rdomain. This is |  claudio | 2009-11-13 | 1 | -5/+5 |
| * | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -2/+2 |
| * | remove stray * from comment, probably a rewrapping artefact |  sthen | 2009-06-08 | 1 | -2/+2 |
| * | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -4/+12 |
| * | add the basic infrastructure to take advantage of TCP and UDP receive |  naddy | 2009-06-03 | 1 | -4/+16 |
| * | 0 -> NULL |  blambert | 2009-06-02 | 1 | -2/+2 |
| * | disable the pcb linking for udp for the moment since there is some weird |  henning | 2008-10-13 | 1 | -2/+2 |
| * | do not set the pkthdr mbuf state key pointer to the state key saved in the |  henning | 2008-09-03 | 1 | -2/+1 |
| * | link udp pcbs to pf states, same as done for tcp already |  henning | 2008-07-16 | 1 | -8/+27 |
| * | Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals |  jsing | 2008-06-14 | 1 | -2/+4 |
| * | ANSIfy function definitions. |  jsing | 2008-06-14 | 1 | -29/+10 |
| * | Remove {tcp/udp}6_usrreq(); Since the normal ones now |  thib | 2008-05-24 | 1 | -15/+1 |
| * | Deal with the situation when TCP nfs mounts timeout and processes |  thib | 2008-05-23 | 1 | -5/+6 |
| * | divert for ipv6; ok henning, pyr |  markus | 2008-05-15 | 1 | -2/+2 |
| * | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams |  markus | 2008-05-09 | 1 | -1/+9 |
| * | divert packets to local socket without modifying the ip header; |  markus | 2008-05-09 | 1 | -2/+2 |
| * | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to |  ckuethe | 2008-05-02 | 1 | -7/+15 |
| * | implement sysctls to report IP, TCP, UDP, and ICMP statistics and |  reyk | 2007-12-13 | 1 | -1/+8 |
| * | there was code inside #if NPF > 0, but pf.h was not included, so it did |  henning | 2007-06-11 | 1 | -7/+2 |
| * | -static |  dlg | 2007-05-27 | 1 | -5/+5 |
| * | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). |  itojun | 2006-12-09 | 1 | -7/+6 |
| * | The current implementation to handle control options is broken as soon as |  claudio | 2006-11-27 | 1 | -21/+24 |
| * | Call ip_savecontrol() in the multicast codepath of udp_input() similar to |  claudio | 2006-07-17 | 1 | -1/+7 |
| * | Make number of varargs passed to ip_output match reality. |  pascoe | 2006-06-15 | 1 | -2/+2 |
| * | Make savecontrol functions more generic and use them now for raw IP too. |  claudio | 2006-05-29 | 1 | -53/+4 |
| * | - pcbflags is not modified in pcb_(dis)connect, so there's no |  markus | 2006-05-16 | 1 | -11/+3 |
| * | Path MTU discovery for NAT-T. |  mpf | 2006-01-13 | 1 | -2/+11 |
| * | make pf use one mbuf tag instead of 6 distinct ones. use a little struct |  henning | 2005-10-17 | 1 | -5/+11 |
| * | Experimental support for opportunitic use of jumbograms where only some hosts |  mcbride | 2005-05-27 | 1 | -2/+3 |
| * | csum -> csum_flags |  brad | 2005-04-25 | 1 | -5/+5 |
| * | replace in_pcbnotify with in_pcbhashlookup and avoid looping over |  markus | 2004-08-10 | 1 | -3/+10 |
| * | spelling |  mcbride | 2004-06-14 | 1 | -2/+2 |
| * | with IPv6, udp checksum is mandatory. henning ok |  itojun | 2004-04-14 | 1 | -1/+6 |