summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-8/+8
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-21/+8
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-478/+22
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-16/+8
* Purge two redundant case labels.bms2007-03-231-2/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsobms2007-03-011-11/+14
* Back out revision 1.264.bms2006-12-101-12/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+15
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Account for output IP datagrams on the ifaddr where they originated from,bms2006-09-251-5/+12
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theandre2006-09-111-1/+1
* make use of the host route's mtu for processing. This means we can nowjmg2006-09-101-18/+25
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-6/+17
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-061-2/+11
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-171-14/+5
* Fix URL to Bellovin's paper.glebius2006-06-291-1/+1
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Fix a long-standing limitation in IPv4 multicast group membership.bms2006-05-141-1/+29
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-280/+17
* In in_delayed_cksum() we can't perform a m_pullup() as it mayandre2006-01-181-2/+2
* Prevent dereferencing a NULL route pointer when trying to update theandre2006-01-181-1/+2
* When we drop packet due to no space in output interface output queue, alsoglebius2005-12-061-0/+1
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-212/+1
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-1/+12
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-2/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-1/+9
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+14
* Add helper function ip_findmoptions(), which accepts an inpcb, and attemptsrwatson2005-08-091-33/+58
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+3
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-221-1/+5
* Correctly move the packet header in ip_insertoptions().alc2005-01-231-1/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove an errant blank line apparently introduced inrwatson2004-12-251-1/+0
* Pass the inpcb reference into ip_getmoptions() rather than just therwatson2004-12-051-6/+14
* Push the inpcb argument into ip_setmoptions() when setting IP multicastrwatson2004-12-051-10/+8
* Start working through inpcb locking for ip_ctloutput() by cleaning uprwatson2004-12-051-10/+13
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-1/+1
* Make comments more clear for the packet changed cases after pfil hooks.andre2004-09-131-1/+2
* revert comment from rev1.158 now that rev1.225 backed it out..jmg2004-09-061-3/+1
* In the case the destination of a packet was changed by the packet filterandre2004-08-271-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-17/+7
* Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.mlaier2004-08-221-13/+14
* Make the kernel compile again if you are not using PFIL_HOOKSpeter2004-08-181-0/+4
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-282/+67
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
OpenPOWER on IntegriCloud