summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.dlg2012-03-171-2/+2
* Fix to be able to bind a raw socket to 0.0.0.0. It had been broken afteryasuoka2011-07-041-6/+5
* Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.claudio2011-07-041-2/+2
* Revert the pf->socket linking diff.oga2011-05-131-16/+1
* Make in_broadcast() rdomain aware. Mostly mechanical change.claudio2011-04-281-2/+2
* Similar to the in_pcb.c change allow raw sockets to be bound to theclaudio2011-04-281-10/+11
* Double link between pf states and sockets. Henning has alreadybluhm2011-04-241-1/+16
* reintroduce using the RB tree for local address lookups. this isdlg2011-04-191-3/+3
* Backout the in_iawithaddr() -> ifa_ifwithaddr() change.claudio2011-04-141-2/+3
* in_iawithaddr -> ifawithaddrhenning2011-04-041-3/+2
* Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, asblambert2011-04-031-1/+3
* Return EACCES when pf_test() blocks a packet in ip_output(). This allowsclaudio2010-09-081-4/+7
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-4/+5
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-2/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-2/+10
* use the correct idiom for NFOO things which come from "foo.h" filesderaadt2008-10-231-2/+2
* Include "pf.h" so we get NPF.jsing2008-06-141-1/+3
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-2/+2
* Add SO_BINDANY socket option from BSD/OS.markus2008-05-091-2/+3
* divert packets to local socket without modifying the ip header;markus2008-05-091-1/+12
* Make the SO_TIMESTAMP sockopt work. When set, this allows the user tockuethe2008-05-021-3/+5
* Remove unneeded branch, no need to check if opts is != NULL just set it toclaudio2006-11-251-3/+2
* Make savecontrol functions more generic and use them now for raw IP too.claudio2006-05-291-23/+28
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-3/+3
* Experimental support for opportunitic use of jumbograms where only some hostsmcbride2005-05-271-2/+2
* Add kernel support for Protocol Independant Multicast (PIM)mcbride2005-01-141-1/+5
* allow ToS to be set on raw ip socketshenning2004-12-081-2/+2
* use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgschmarkus2004-11-251-2/+2
* Multicast routing cleanup from Pavlin Radoslavovmcbride2004-11-241-3/+3
* use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacarmarkus2003-12-211-4/+2
* de-register. deraadt okitojun2003-12-101-11/+11
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-8/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* don't use M_WAIT here. we could be in splnet, and caller may not beitojun2003-05-271-2/+4
* rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@markus2003-02-151-1/+5
* whitespaceitojun2002-06-091-5/+5
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-13/+1
* Remove unneeded ip_id convertions.fgsch2001-06-231-3/+2
* Cut down on include files.angelos2001-06-081-6/+2
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-14/+38
* Lots and lots of changes.angelos2000-09-191-6/+2
* disallow AF mismatch on inbound.itojun1999-12-191-1/+5
* fix same-interface-out-as-in and packet gets corrupted bug noted byderaadt1999-09-231-2/+1
* return a ICMP_UNREACH_PROTOCOL for protocols we do not support; discussion with cmetzderaadt1999-06-071-2/+6
* messup, learn to test *all* variants of compile options whenniklas1999-04-201-5/+2
* Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.niklas1999-04-201-2/+5
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-2/+23
* dont call ip_randomid() in htons().provos1999-01-081-3/+5
* make ip_id random but ensure that ids dont repeat for some period.provos1998-12-261-2/+2
* check for valid ip_hl too; route@infonexus.comderaadt1998-12-151-2/+3