summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Skip the route checking in the case of multicast packets with knowndcs2001-07-171-9/+22
* Sync with recent KAME.ume2001-06-111-134/+179
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+5
* RFC768 (UDP) requires that "if the computed checksum is zero, itru2001-03-131-3/+5
* In ip_output(), initialise `ia' in the case where the packet hasiedowse2001-03-111-0/+1
* Remove conditionals for vax support.asmodai2001-02-261-5/+0
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-4/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-4/+16
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* It's no longer true that "nobody uses ia beyond here"; it's nowjoe2000-11-011-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Count per-address statistics for IP fragments.joe2000-10-291-2/+6
* Save a few CPU cycles in IP fragmentation code.ru2000-10-201-3/+1
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-0/+7
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-9/+1
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-13/+22
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-8/+25
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-23/+22
* Add boundary checks against IP options.jlemon2000-06-021-1/+3
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-2/+1
* Move htons() ip_len to after the in_delayed_cksum() call.shin2000-04-021-5/+5
* Calculate any delayed checksums before handing an mbuf off to ajlemon2000-04-011-0/+10
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and thejlemon2000-03-301-6/+7
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-17/+87
* Initialize mbuf pointer at getting ipsec policy.shin2000-03-091-2/+3
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,guido2000-02-231-9/+0
* Support the net.inet.ip.fw.enable variable, part ofluigi2000-02-101-2/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.ru2000-01-101-0/+1
* enable IPsec over DUMMYNET againshin2000-01-091-17/+14
* Cleanup dummynet call interface so it should now work on the Alphaluigi2000-01-081-5/+7
* IPSEC support in the kernel.shin1999-12-221-3/+234
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-10/+34
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-3/+1
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-20/+2
* Fix a dummynet bug caused by passing a bad next hop address (theluigi1999-03-161-5/+5
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.luigi1999-02-191-2/+2
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionluigi1998-12-211-1/+2
* Last bits (i think) of dummynet for -current.luigi1998-12-141-18/+89
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Properly fragment multicast packets.wollman1998-09-021-1/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-183/+212
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.peter1998-08-011-3/+2
* Fixed some longs that should have been fixed-sized types.bde1998-07-131-2/+2
* Don't expect the new code to be used without the right option file beingjulian1998-07-061-1/+2
OpenPOWER on IntegriCloud