aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the ip_fragment() code -- it is not urgent to have it in now,Luigi Rizzo2002-11-201-168/+143
* Move the ip_fragment code from ip_output() to a separate function,Luigi Rizzo2002-11-171-143/+168
* Massive cleanup of the ip_mroute code.Luigi Rizzo2002-11-151-4/+7
* correct fast ipsec logic: compare destination ip address against theSam Leffler2002-11-081-1/+1
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-201-39/+17
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-2/+146
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-11/+5
* Slightly rearrange a code in rev. 1.164:Maxim Konovalov2002-09-231-4/+8
* In rare cases when there is no room for ip options ip_insertoptions()Maxim Konovalov2002-09-171-1/+3
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+8
* Avoid dereferencing a null pointer in ro_rt.Luigi Rizzo2002-07-121-2/+3
* Warning fixes for 64 bits platforms. With this last fix,Maxime Henrion2002-06-271-1/+1
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-2/+44
* fix bad indentation and whitespace resulting from cut&pasteLuigi Rizzo2002-06-231-19/+19
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-92/+124
* - Change the newly turned INVARIANTS #ifdef blocks (they were changed fromAndrew R. Reiter2002-05-211-15/+11
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityAndrew R. Reiter2002-05-201-3/+3
* Cleanup the interface to ip_fw_chk, two of the input argumentsLuigi Rizzo2002-05-091-14/+3
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Prevent icmp_reflect() from calling ip_output() with a NULL routeRuslan Ermilov2002-03-221-6/+4
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-14/+14
* Moved the 127/8 check below so that IPF redirects have a chance of working.Ruslan Ermilov2002-02-151-10/+10
* - Check the address family of the destination cached in a PCB.Hajimu UMEMOTO2002-01-211-1/+5
* RFC1122 requires that addresses of the form { 127, <any> } MUST NOTRuslan Ermilov2002-01-211-1/+11
* Pre-calculate the checksum for multicast packets sourced on aBill Fenner2002-01-051-0/+12
* Fix ipfw fwd so that it acts as the docs sayJulian Elischer2001-12-281-5/+11
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.Yaroslav Tykhiy2001-12-191-1/+2
* whitespace and style fixes recovered from -stable.Jonathan Lemon2001-12-141-33/+35
* Allow for ip_output() to be called with a NULL route pointer.Ruslan Ermilov2001-12-011-4/+6
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-3/+3
* Fix a (long standing?) bug in ip_output(): if ip_insertoptions() isBill Paul2001-10-301-1/+1
* When dropping a packet because there is no room in the queue (which itselfJonathan Lemon2001-10-301-0/+1
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-9/+2
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-291-1/+2
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>Jonathan Lemon2001-09-291-3/+1
* Two main changes here:Luigi Rizzo2001-09-271-2/+2
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-10/+0
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* MFS: Avoid dropping fragments in the absence of an interface address.Daniel C. Sobral2001-08-031-3/+5
* Avoid a NULL pointer derefence introduced in rev. 1.129.Ruslan Ermilov2001-07-231-24/+21
* Backout non-functional changes from revision 1.128.Ruslan Ermilov2001-07-191-13/+9
* Skip the route checking in the case of multicast packets with knownDaniel C. Sobral2001-07-171-9/+22
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-134/+179
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+5
* RFC768 (UDP) requires that "if the computed checksum is zero, itRuslan Ermilov2001-03-131-3/+5
* In ip_output(), initialise `ia' in the case where the packet hasIan Dowse2001-03-111-0/+1
* Remove conditionals for vax support.Jeroen Ruigrok van der Werven2001-02-261-5/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-4/+2