aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-8/+8
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-21/+8
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-478/+22
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-16/+8
* Purge two redundant case labels.Bruce M Simpson2007-03-231-2/+0
* Fix undirected broadcast sends for the case where SO_DONTROUTE has alsoBruce M Simpson2007-03-011-11/+14
* Back out revision 1.264.Bruce M Simpson2006-12-101-12/+5
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+15
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Remove stone-aged and irrelevant "#ifndef notdef".Andre Oppermann2006-09-291-2/+2
* Account for output IP datagrams on the ifaddr where they originated from,Bruce M Simpson2006-09-251-5/+12
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theAndre Oppermann2006-09-111-1/+1
* make use of the host route's mtu for processing. This means we can nowJohn-Mark Gurney2006-09-101-18/+25
* First step of TSO (TCP segmentation offload) support in our network stack.Andre Oppermann2006-09-061-6/+17
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()Andre Oppermann2006-09-061-2/+11
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...Julian Elischer2006-08-171-14/+5
* Fix URL to Bellovin's paper.Gleb Smirnoff2006-06-291-1/+1
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns aMaxim Konovalov2006-05-211-0/+4
* Fix a long-standing limitation in IPv4 multicast group membership.Bruce M Simpson2006-05-141-1/+29
* Somewhat re-factor the read/write locking mechanism associated with the packetChristian S.J. Peron2006-02-021-1/+1
* Move the IPSEC related code blocks to their own file to unclutterAndre Oppermann2006-02-011-280/+17
* In in_delayed_cksum() we can't perform a m_pullup() as it mayAndre Oppermann2006-01-181-2/+2
* Prevent dereferencing a NULL route pointer when trying to update theAndre Oppermann2006-01-181-1/+2
* When we drop packet due to no space in output interface output queue, alsoGleb Smirnoff2005-12-061-0/+1
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-181-212/+1
* Purge layer specific mbuf flags on layer crossings to avoid confusingAndre Oppermann2005-11-181-1/+12
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-2/+2
* Implement IP_DONTFRAG IP socket option enabling the Don't FragmentAndre Oppermann2005-09-261-1/+9
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-301-1/+1
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableAndre Oppermann2005-08-221-0/+14
* Add helper function ip_findmoptions(), which accepts an inpcb, and attemptsRobert Watson2005-08-091-33/+58
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressRobert Watson2005-08-031-0/+3
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isRobert Watson2005-07-051-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+2
* Bring back the full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-02-221-1/+5
* Correctly move the packet header in ip_insertoptions().Alan Cox2005-01-231-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove an errant blank line apparently introduced inRobert Watson2004-12-251-1/+0
* Pass the inpcb reference into ip_getmoptions() rather than just theRobert Watson2004-12-051-6/+14
* Push the inpcb argument into ip_setmoptions() when setting IP multicastRobert Watson2004-12-051-10/+8
* Start working through inpcb locking for ip_ctloutput() by cleaning upRobert Watson2004-12-051-10/+13
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-1/+1
* Make comments more clear for the packet changed cases after pfil hooks.Andre Oppermann2004-09-131-1/+2
* revert comment from rev1.158 now that rev1.225 backed it out..John-Mark Gurney2004-09-061-3/+1
* In the case the destination of a packet was changed by the packet filterAndre Oppermann2004-08-271-2/+2
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelAndre Oppermann2004-08-271-17/+7
* Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.Max Laier2004-08-221-13/+14
* Make the kernel compile again if you are not using PFIL_HOOKSPeter Wemm2004-08-181-0/+4