summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingyasuoka2012-07-171-9/+14
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-4/+56
* pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.yasuoka2012-04-041-1/+7
* remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.dlg2012-03-171-3/+2
* Include PIPEX in kernel by default. And add new sysctl variableyasuoka2011-07-081-2/+2
* Revert the pf->socket linking diff.oga2011-05-131-15/+2
* Collapse m_pullup and m_pullup2 into a single function, as they'reblambert2011-05-041-2/+2
* Make in_broadcast() rdomain aware. Mostly mechanical change.claudio2011-04-281-3/+4
* Double link between pf states and sockets. Henning has alreadybluhm2011-04-241-2/+15
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-2/+2
* Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asblambert2011-04-031-1/+3
* Add L2TP support to PIPEX.hsuenaga2010-09-241-1/+38
* Return EACCES when pf_test() blocks a packet in ip_output(). This allowsclaudio2010-09-081-1/+3
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-2/+3
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-3/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* unbreak the build with a custom kernel config including "pseudo-devicesthen2010-03-111-1/+4
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-5/+5
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-2/+2
* remove stray * from comment, probably a rewrapping artefactsthen2009-06-081-2/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-4/+12
* add the basic infrastructure to take advantage of TCP and UDP receivenaddy2009-06-031-4/+16
* 0 -> NULLblambert2009-06-021-2/+2
* disable the pcb linking for udp for the moment since there is some weirdhenning2008-10-131-2/+2
* do not set the pkthdr mbuf state key pointer to the state key saved in thehenning2008-09-031-2/+1
* link udp pcbs to pf states, same as done for tcp alreadyhenning2008-07-161-8/+27
* Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionalsjsing2008-06-141-2/+4
* ANSIfy function definitions.jsing2008-06-141-29/+10
* Remove {tcp/udp}6_usrreq(); Since the normal ones nowthib2008-05-241-15/+1
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-5/+6
* divert for ipv6; ok henning, pyrmarkus2008-05-151-2/+2
* IP_RECVDSTPORT, allows you to get the destination port of UDP datagramsmarkus2008-05-091-1/+9
* divert packets to local socket without modifying the ip header;markus2008-05-091-2/+2
* Make the SO_TIMESTAMP sockopt work. When set, this allows the user tockuethe2008-05-021-7/+15
* implement sysctls to report IP, TCP, UDP, and ICMP statistics andreyk2007-12-131-1/+8
* there was code inside #if NPF > 0, but pf.h was not included, so it didhenning2007-06-111-7/+2
* -staticdlg2007-05-271-5/+5
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-7/+6
* The current implementation to handle control options is broken as soon asclaudio2006-11-271-21/+24
* Call ip_savecontrol() in the multicast codepath of udp_input() similar toclaudio2006-07-171-1/+7
* Make number of varargs passed to ip_output match reality.pascoe2006-06-151-2/+2
* Make savecontrol functions more generic and use them now for raw IP too.claudio2006-05-291-53/+4
* - pcbflags is not modified in pcb_(dis)connect, so there's nomarkus2006-05-161-11/+3
* Path MTU discovery for NAT-T.mpf2006-01-131-2/+11
* make pf use one mbuf tag instead of 6 distinct ones. use a little structhenning2005-10-171-5/+11
* Experimental support for opportunitic use of jumbograms where only some hostsmcbride2005-05-271-2/+3
* csum -> csum_flagsbrad2005-04-251-5/+5
* replace in_pcbnotify with in_pcbhashlookup and avoid looping overmarkus2004-08-101-3/+10
* spellingmcbride2004-06-141-2/+2
* with IPv6, udp checksum is mandatory. henning okitojun2004-04-141-1/+6