summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
AgeCommit message (Expand)Author
2000-06-28remove include of <vm/vm.h>mrg
2000-05-10add missing boundary checks to ip options processing.itojun
2000-04-13Copy M_BCAST and M_MCAST flags when fragmenting a packet (elseis
2000-03-31Since last duplicate prototype cleanup, we need to includejdolecek
2000-03-30Remove register declarations.augustss
2000-03-22tabify a line.itojun
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-20pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook ratherdarrenr
2000-02-17Change the use of pfil hooks. There is no longer a single list of alldarrenr
2000-01-31bring in latest KAME ipsec tree.itojun
1999-12-20avoid shared cluster mbuf overwrite on multicast packet loopback.itojun
1999-12-13Handle packets to 255.255.255.255 like multicast packets. Fixes PR 7682 byis
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-07oops. move sendit: above the PFIL_HOOKS so that multicast traffic is filtere...mrg
1999-05-04Don't let packets with a Class-D source address escape the host.hwr
1999-03-27Added per-addr input/output statistics. Currently just support netatalkaidan
1999-03-12exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145perry
1999-01-19There's just no plausible reason to byte-swap ip_id internally. It's opaque.mycroft
1999-01-11Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fixthorpej
1998-12-19Reverse the copyright-notice-swap. It went against existing practice.thorpej
1998-10-26Fix a buglet when looking up an interface for multicast:ws
1998-10-20vax -> __vax__ (and mips to __mips__ in ultrix_misc.c)matt
1998-09-30Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ...tls
1998-08-09defopt PFIL_HOOKS.mrg
1998-07-17Fix PR5508: ipfil cut-through forwarding causes panicsommerfe
1998-04-28Only transmit fragments if the send queue of interface can actually holdmatt
1998-03-24Ensure that we take the IP option length into account when we calculatekml
1998-03-19convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, andmrg
1998-02-15Add correct copyright notice for IP address hash change. This code is donate...tls
1998-02-13Change list of interface IP addresses to a hash. Improves performance on hos...tls
1998-02-13Fix variable declarations: register -> register int.kleink
1998-01-12Use option header file for MROUTINGscottr
1998-01-07add the following, derived from FreeBSD:lukem
1997-10-14Add support for returning maximum supported MTU when ip_output fails withmatt
1997-04-15Move the mtod calls *after* we've made sure that the packet has passed thechristos
1997-02-18pseudo-device ipfilter brings in PFIL_HOOKS.mrg
1997-01-11Implement the IP_RECVIF socket option: supply a datagram packet's incomingthorpej
1996-12-20always reassign ip after calling function.mrg
1996-12-20in pfil_hooks: always reassign ip after calling hook.mrg
1996-10-22Fix a panic from the pfil_hooks.veego
1996-10-11Fix a mbuf leak in ip_output().is
1996-09-14move the packet filter hooks in to a saner location. while i'm here, renamemrg
1996-09-09Add in_nullhost() and in_hosteq() macros, to hide some protocolmycroft
1996-09-06add packet filter interface code. see pfil(9) for more details. youmrg
1996-02-26two more local addr changes, all done differently now (idea from charles)mrg
1996-02-13netinet prototypeschristos
1995-07-01null mbuf pointer could cause system crash; avoid it. Fromcgd
1995-06-12Various cleanup, including:mycroft