summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
AgeCommit message (Expand)Author
2003-02-26Add MBUFTRACE kernel option.matt
2002-11-12remove all entries in rt timer queue on ip_mtudisc change, instead ofitojun
2002-11-12ckout previous - doesn't compileitojun
2002-11-12update ip_mtudisc sysctl change handling.itojun
2002-11-10always create pmtud timeout queue, as ip_mtudisc can be tweaked viaitojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-09-23revert mtudisc_timeout value to the old one if update falisitojun
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-09-11correct signedness mixup in pointer passing. sync w/kameitojun
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-13set IPv4 parameter to modern value.itojun
2002-06-09whitespaceitojun
2002-06-07look at rmx_mtu on IPsec tunnel MTU computation.itojun
2002-05-12Eliminate commons.matt
2002-05-12Spelling fixes, from Sergey Svishchev in kern/16650.wiz
2002-05-07Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP'smatt
2002-04-18Change test for M_EXT to M_READONLY for MROUTING. We only need to to domatt
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2002-02-25correctly enforce ipsec policy check on forwarding case.itojun
2002-02-24Clear M_BCAST and M_MCAST on outgoing mbufs.martin
2002-02-21suppress source quence message, based on router-req RFC (also could be abuseditojun
2001-11-28recompute hlen after calling pfil_run_hooks() in case ip_hl was changed.darrenr
2001-11-13add RCSIDslukem
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-04Change a few variable/tables to const since they are read-only.matt
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-08-06cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed,itojun
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-21fix spelo in commentlukem
2001-04-16give a default value to net.inet.ip.maxfragpackets, to protect us fromitojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-27net.inet.ip.maxfragpackets defines the maximum size of ip reass queueitojun
2001-03-02increase ipstat.ips_badaddr if the packet fails to pass address checks.itojun
2001-03-02reject packets with 127/8 on IPv4 src/dst, they must not appear on wireitojun
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-12-28Back out the sledgehammer damage applied by wiz while I was out forthorpej
2000-12-25Back out previous change. It causes NAT to fail, and was CLEARLYwiz
2000-12-22Slight adjustment to how pfil_head's are registered. Instead of athorpej
2000-12-14Add ALTQ glue. XXX Temporary until ALTQ is changed to use a pfil hook.thorpej
2000-11-24IFA_STATS stability (not complete); don't touch ip if it is NULL.itojun
2000-11-11Restructure the PFIL_HOOKS mechanism a bit:thorpej
2000-11-08Update for hashinit() change.ad
2000-10-13make sure we don't share external mbuf between m and mcopy, in ip_forward().itojun
2000-08-26make sure anonport{min,max} is not negative numberitojun
2000-08-25Add new sysctl variables "net.inet.ip.lowportmin" andtron
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg