summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-301-0/+2
* Back out of r1.148, it causes two arp replies to be sent with different macthompsa2006-01-291-1/+1
* When doing IP forwarding with [FAST_]IPSEC compiled into the kernelandre2006-01-241-8/+10
* In ip_mdq() compute the TV_DELTA the correct way around.andre2006-01-241-1/+1
* In in_control() remove the temporary in_ifaddr structure from theandre2006-01-241-1/+2
* Fix minor bug in uRPF:oleg2006-01-241-2/+8
* Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8)glebius2006-01-241-0/+20
* Fix build.glebius2006-01-231-1/+1
* Simplify ip_next_mtu() and make its logic more easy to see whileandre2006-01-231-19/+12
* Convert remaining functions to ANSI C function declarations; removerwatson2006-01-221-77/+33
* Convert last remaining function in ip_gre.c to ANSI C functionrwatson2006-01-221-3/+1
* Fix stack corruptions on amd64.bz2006-01-212-27/+5
* - Change the return type for init_tables from void to int so we can propagatecsjp2006-01-201-10/+25
* Destroy the dynamic rule zone in the event that we fail to insert thecsjp2006-01-201-0/+1
* Do not derefence the ip header pointer in the IPv6 case.andre2006-01-182-0/+2
* In in_delayed_cksum() we can't perform a m_pullup() as it mayandre2006-01-181-2/+2
* In syncache_expand() insert a proper syncache_free() to fix a caseandre2006-01-181-1/+4
* Prevent dereferencing a NULL route pointer when trying to update theandre2006-01-181-1/+2
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-182-19/+19
* Modify the IP fragment reassembly code so that it uses a new UMA zone,rwatson2006-01-151-21/+81
* Staticize ipqlock, since it is local to ip_input.c.rwatson2006-01-151-1/+1
* Check the correct TTL in both the IPv6 and IPv4 cases.gnn2006-01-142-4/+16
* UMA can return NULL not only in case when our zone is full, butglebius2006-01-141-1/+7
* Remove dead code: 'opts' is not used in udp_append(), only in udp_input(),rwatson2006-01-141-3/+0
* Include the bridge interface itself in the special arp handling.thompsa2006-01-121-1/+1
* Correct insecure temporary file usage in texindex. [06:01]cperciva2006-01-111-1/+1
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-212-0/+29
* Use consistent indent character as other IPPROTO_* lines did.delphij2005-12-201-1/+1
* Add protocol number for SCTP.gnn2005-12-201-0/+1
* Add a knob to suppress logging of attempts to modifyglebius2005-12-181-6/+11
* Add descriptions for sysctl -d.emaste2005-12-161-5/+5
* Cleanup __FreeBSD_version.glebius2005-12-161-5/+0
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-151-2/+2
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-143-6/+6
* Add a new feature for optimizining ipfw rulesets - substitution of theglebius2005-12-132-5/+18
* When we drop packet due to no space in output interface output queue, alsoglebius2005-12-061-0/+1
* Optimize parallel processing of ipfw(4) rulesets eliminating the lockingglebius2005-12-061-71/+54
* Fix -Wundef.ru2005-12-041-1/+1
* obey opt_inet6.h and opt_ipsec.h in kernel build directory.ume2005-11-292-3/+3
* Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),glebius2005-11-292-44/+1
* First step in removing welding between ipfw(4) and dummynet.glebius2005-11-292-288/+285
* Fix prototype.ru2005-11-241-1/+1
* Fix for a bug that causes SACK scoreboard corruption when the limitps2005-11-211-6/+21
* Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn'tandre2005-11-192-36/+0
* Move MAX_IPOPTLEN and struct ipoption back into ip_var.h asandre2005-11-192-13/+13
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-1814-681/+794
* Purge layer specific mbuf flags on layer crossings to avoid confusingandre2005-11-181-1/+12
* Rework icmp_error() to deal with truncated IP packets fromandre2005-11-181-48/+54
* In ip_forward() copy as much into the temporary error mbuf as weandre2005-11-181-3/+2
* MFOpenBSD 1.62:glebius2005-11-171-2/+4
OpenPOWER on IntegriCloud