summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
AgeCommit message (Expand)Author
1999-07-23do not include unnecessary include files.itojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-06sync with KAME/NetBSD 1.4, SNAP kit 19990705.itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-26If the new global variable hostzerobroadcast is zero, no longer assumesommerfeld
1999-05-04It does not make much sense to increase a "output" counter on input.hwr
1999-05-03In INADDR_TO_IA(), skip interfaces which are not up. Revert previous changethorpej
1999-05-03Drop packets, that have a Class-D address as source address.hwr
1999-04-07tiny KNF changeproff
1999-04-07Prevent reception of packets on downed interfaces (via an up interface).proff
1999-03-27Added per-addr input/output statistics. Currently just support netatalkaidan
1999-03-26security: test for ip_len < ip_hl <<2 and drop packet accordinglyproff
1999-01-19There's just no plausible reason to byte-swap ip_id internally. It's opaque.mycroft
1999-01-19Don't screw with ip_len; just subtract from it where we actually use themycroft
1999-01-19Don't overwrite the checksum fields when checking them. There's no reason tomycroft
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-12-18Add a lock around the IP fragment reassembly queue, to prevent ip_drain()thorpej
1998-11-13Once a fragmented IP packet has been reassembled, recompute the packetthorpej
1998-10-08Use the pool allocator for ipflow entries.thorpej
1998-10-08Use the pool allocator for ipqent structures.thorpej
1998-09-30Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ...tls
1998-09-09Make a diagnostic printf more sensible, PR #5951, Heiko W. Rupp.thorpej
1998-08-09defopt PFIL_HOOKS.mrg
1998-07-17Fix PR5508: ipfil cut-through forwarding causes panicsommerfe
1998-06-01Protect the ipflow_reap() call with splsoftnet.thorpej
1998-05-24Fix OBOB in IP timestamp option processing, as noted in FreeBSD PR 6738,thorpej
1998-05-04Default IP flow to being enabled. Add a sysctl to control the maximummatt
1998-05-01Allow packet filters to prevent a packet from creating a fast-forwardingthorpej
1998-04-29Add support for "fast" forwarding. Add hooks in if_ethersubr.c andmatt
1998-04-29defopt GATEWAYmatt
1998-04-29change path MTU timeout value to match RFC 1191kml
1998-04-29Add support for deletion of routes added by path MTU discovery;kml
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-01-28Use offsetof() from libkern.hthorpej
1998-01-12Use option header file for MROUTINGscottr
1998-01-05enhance ephemeral port allocation code:lukem
1997-10-18change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisckml
1997-10-17Allow `subnetsarelocal' to be changed via sysctl.thorpej
1997-08-29Tweaks to allow operation with an interface address of 0.0.0.0gwr
1997-06-24Eliminate use of dtom() from the network code, allowing more flexiblethorpej
1997-04-15Move the mtod calls *after* we've made sure that the packet has passed thechristos
1997-02-26allow src-routed packetd by default, per host requirementsmrg
1997-02-25Add net.inet.ip.allowsrcrt option which allows/drops all sourcecjs
1997-02-19Fix bug in sysctl net.inet.ip.forwsrcrt handing: now you can read itcjs
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-20in pfil_hooks: always reassign ip after calling hook.mrg