summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-2/+12
* unneccessary casts to unsigned; ok claudioderaadt2012-04-131-5/+5
* Bring the rtable sockopt code in line with the setrtable() implementation.claudio2012-04-071-8/+9
* actually store the result of the pmtu-route lookup. otherwise wemarkus2012-03-301-3/+2
* remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.dlg2012-03-171-9/+1
* Escape hardware-checksumming if interface is in a bridge, this ishaesbaert2011-12-291-4/+7
* Kill unused IFCAP_IPSEC and IFCAP_IPCOMP.haesbaert2011-12-021-5/+3
* Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.claudio2011-07-041-3/+3
* Add IP_RECVRTABLE socket option to be used with a IPPROTO_IPmikeb2011-06-151-1/+9
* Do not allow traffic to be sent with a destination address in 0/8;weerd2011-05-281-1/+10
* recognize SO_RTABLE socket option at the SOL_SOCKET level;mikeb2011-05-021-2/+2
* Make in_broadcast() rdomain aware. Mostly mechanical change.claudio2011-04-281-2/+3
* in_proto_csum_out: if M_ICMP_CSUM_OUT is set, do the icmp checksumhenning2011-04-051-1/+15
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-7/+7
* de-guttenberg our stack a bithenning2011-04-041-31/+23
* there is no need to special case the bridge in the ip checksum handlinghenning2011-04-041-7/+4
* If a caller is requesting to be set to the same rtable that theyphessler2010-09-301-6/+7
* add a new IP level socket option IP_PIPEX. This option is used for L2TPyasuoka2010-09-231-1/+13
* Return EACCES when pf_test() blocks a packet in ip_output(). This allowsclaudio2010-09-081-2/+2
* when sending a fragmented packet, dont check if the interfaces send queuedlg2010-08-131-20/+1
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-4/+8
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-16/+15
* m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsblambert2010-07-021-3/+3
* Allow to specify an alternative enc(4) interface for an SA. Allreyk2010-07-011-11/+11
* Replace enc(4) with a new implementation as a cloner device. We stillreyk2010-06-291-3/+6
* Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1claudio2010-05-071-9/+12
* Double and in comment.claudio2010-01-131-2/+2
* Allow the queueing of multiple fragments on virtual interfaces with abeck2010-01-121-2/+6
* The process's rdomain should be, well, per-process and not per-rthread,guenther2009-12-231-2/+3
* Two cases of IPSEC getsockopt() returning two bytes of uninitialializedderaadt2009-12-111-1/+3
* Add setrdomain() and getrdomain() system calls. Committing now toguenther2009-11-271-2/+7
* NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE,guenther2009-11-201-2/+2
* Packets generated by ip_fragment() need to inherit the rdomain from theclaudio2009-11-131-2/+3
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-2/+3
* *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL,deraadt2009-10-281-1/+2
* Redo the route lookup in the output (and IPv6 forwarding) path if theclaudio2009-10-061-2/+23
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-25/+52
* When don't-fragment packets need to get fragemnted some code tries toclaudio2009-01-301-2/+3
* Always zero the IP checksum field for packets and packet fragmentsnaddy2009-01-291-10/+7
* IP_RECVDSTPORT, allows you to get the destination port of UDP datagramsmarkus2008-05-091-1/+9
* MALLOC/FREE -> malloc/freechl2007-10-291-7/+6
* allow 4095 instead of 20 multicast group memberships per socket (you needmarkus2007-09-181-7/+39
* Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerousclaudio2007-07-201-3/+3
* no need to declare extern ipsec_in_use, we get it via ip_ipsp.hhenning2007-05-301-2/+1
* gain another 5+% in ip forwarding performance.henning2007-05-291-4/+9
* -staticdlg2007-05-271-5/+5
* do not install pmtu routes for transport mode SAs, as they do notmarkus2006-12-051-2/+11
* rangecheck ttl on IP_TTL, collected dust in my treehenning2006-12-011-2/+5
* implement IP_MINTTL socket option fo tcp socketshenning2006-10-111-1/+13
* implement IP_RECVTTL socket option.henning2006-10-111-1/+10