aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* - Change the return type for init_tables from void to int so we can propagateChristian S.J. Peron2006-01-201-10/+25
* Destroy the dynamic rule zone in the event that we fail to insert theChristian S.J. Peron2006-01-201-0/+1
* Do not derefence the ip header pointer in the IPv6 case.Andre Oppermann2006-01-182-0/+2
* In in_delayed_cksum() we can't perform a m_pullup() as it mayAndre Oppermann2006-01-181-2/+2
* In syncache_expand() insert a proper syncache_free() to fix a caseAndre Oppermann2006-01-181-1/+4
* Prevent dereferencing a NULL route pointer when trying to update theAndre Oppermann2006-01-181-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-182-19/+19
* Modify the IP fragment reassembly code so that it uses a new UMA zone,Robert Watson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.Robert Watson2006-01-151-1/+1
* Check the correct TTL in both the IPv6 and IPv4 cases.George V. Neville-Neil2006-01-142-4/+16
* UMA can return NULL not only in case when our zone is full, butGleb Smirnoff2006-01-141-1/+7
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),Robert Watson2006-01-141-3/+0
* Include the bridge interface itself in the special arp handling.Andrew Thompson2006-01-121-1/+1
* Correct insecure temporary file usage in texindex. [06:01]Colin Percival2006-01-111-1/+1
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-212-0/+29
* Use consistent indent character as other IPPROTO_* lines did.Xin LI2005-12-201-1/+1
* Add protocol number for SCTP.George V. Neville-Neil2005-12-201-0/+1
* Add a knob to suppress logging of attempts to modifyGleb Smirnoff2005-12-181-6/+11
* Add descriptions for sysctl -d.Ed Maste2005-12-161-5/+5
* Cleanup __FreeBSD_version.Gleb Smirnoff2005-12-161-5/+0
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherJohn Baldwin2005-12-151-2/+2
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() toMaxime Henrion2005-12-143-6/+6
* Add a new feature for optimizining ipfw rulesets - substitution of theGleb Smirnoff2005-12-132-5/+18
* When we drop packet due to no space in output interface output queue, alsoGleb Smirnoff2005-12-061-0/+1
* Optimize parallel processing of ipfw(4) rulesets eliminating the lockingGleb Smirnoff2005-12-061-71/+54
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.Hajimu UMEMOTO2005-11-292-3/+3
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),Gleb Smirnoff2005-11-292-44/+1
* First step in removing welding between ipfw(4) and dummynet.Gleb Smirnoff2005-11-292-284/+281
* Fix prototype.Ruslan Ermilov2005-11-241-1/+1
* Fix for a bug that causes SACK scoreboard corruption when the limitPaul Saab2005-11-211-6/+21
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tAndre Oppermann2005-11-192-36/+0
* Move MAX_IPOPTLEN and struct ipoption back into ip_var.h asAndre Oppermann2005-11-192-13/+13
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-1814-681/+794
* Purge layer specific mbuf flags on layer crossings to avoid confusingAndre Oppermann2005-11-181-1/+12
* Rework icmp_error() to deal with truncated IP packets fromAndre Oppermann2005-11-181-48/+54
* In ip_forward() copy as much into the temporary error mbuf as weAndre Oppermann2005-11-181-3/+2
* MFOpenBSD 1.62:Gleb Smirnoff2005-11-171-2/+4
* Unbreak for !INET6 case.Ruslan Ermilov2005-11-141-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-112-15/+14
* fixed a bug that uRPF does not work properly for an IPv6 packet bound for the...SUZUKI Shinsuke2005-11-101-2/+8
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-094-139/+226
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-3/+0
* Rework ARP retransmission algorythm so that ARP requests areGleb Smirnoff2005-11-081-30/+27
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-029-17/+17
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-301-4/+4
* First fill in structure with valid values, and only then attach itGleb Smirnoff2005-10-281-2/+2
* Since carp(4) interfaces presently are kinda fake yet possessYaroslav Tykhiy2005-10-261-1/+1
* Fix build after in6_joingroup change. It remains unclear if DAD breaks CARPMax Laier2005-10-221-2/+2