summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unbreak for !INET6 case.ru2005-11-141-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-112-15/+14
* fixed a bug that uRPF does not work properly for an IPv6 packet bound for the...suz2005-11-101-2/+8
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-094-139/+226
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-3/+0
* Rework ARP retransmission algorythm so that ARP requests areglebius2005-11-081-30/+27
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-029-17/+17
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-4/+4
* First fill in structure with valid values, and only then attach itglebius2005-10-281-2/+2
* Since carp(4) interfaces presently are kinda fake yet possessyar2005-10-261-1/+1
* Fix build after in6_joingroup change. It remains unclear if DAD breaks CARPmlaier2005-10-221-2/+2
* In in_addprefix() compare not only route addresses, but their masks,glebius2005-10-221-8/+13
* sync with KAME regarding NDPsuz2005-10-211-1/+5
* Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.rwatson2005-10-192-8/+4
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-1/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-122-3/+3
* Unbreak the net.inet6.tcp6.getcred sysctl.philip2005-10-122-6/+6
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Correct brainfart in SO_BINTIME test.andre2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.andre2005-10-041-1/+1
* Unlock Giant symmetrically with respect to lock acquire order as that'srwatson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onrwatson2005-10-031-0/+9
* o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.maxim2005-10-022-2/+10
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-274-28/+3
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-265-2/+24
OpenPOWER on IntegriCloud