Age | Commit message (Expand) | Author |
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 |
2007-05-27 | -static | David Gwynne |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-11-27 | The current implementation to handle control options is broken as soon as | Claudio Jeker |
2006-07-17 | Call ip_savecontrol() in the multicast codepath of udp_input() similar to | Claudio Jeker |
2006-06-15 | Make number of varargs passed to ip_output match reality. | Christopher Pascoe |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2006-05-16 | - pcbflags is not modified in pcb_(dis)connect, so there's no | Markus Friedl |
2006-01-13 | Path MTU discovery for NAT-T. | Marco Pfatschbacher |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-04-25 | csum -> csum_flags | Brad Smith |
2004-08-10 | replace in_pcbnotify with in_pcbhashlookup and avoid looping over | Markus Friedl |
2004-06-14 | spelling | Ryan Thomas McBride |
2004-04-14 | with IPv6, udp checksum is mandatory. henning ok | Jun-ichiro itojun Hagino |
2004-03-21 | fix udp checksum verification if ip options are present; | Markus Friedl |
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl |
2004-01-07 | in_pcbnotify() now returns number of matches. | Markus Friedl |
2003-12-21 | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-12-02 | UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt) | Markus Friedl |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-30 | missing #ifdef INET6. fries found it | Jun-ichiro itojun Hagino |
2003-05-29 | use m_pulldown instead of m_pullup2. enable support for IPv6 jumbogram. | Jun-ichiro itojun Hagino |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-08-19 | be consistent with other KAME source, use "ip6" for ip6_hdr, not "ipv6". | Jun-ichiro itojun Hagino |
2002-06-28 | undo recent changes; they still crash for people (dhclient this time). | Theo de Raadt |
2002-06-26 | Check for associated socket. | Angelos D. Keromytis |