summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-193-12/+12
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-194-31/+31
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-182-8/+13
* Do not ignore all other TCP options (eg. timestamp, window scaling)andre2005-09-141-1/+1
* Fix panic when kernel compiled without INET6 by rejectingbz2005-09-141-6/+30
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-102-4/+6
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,glebius2005-09-091-0/+1
* clear lock on error in O_LIMIT case of install_statesam2005-09-041-0/+1
* Use the correct mbuf type for MGET().andre2005-08-304-4/+4
* Add newline to debuging printf.glebius2005-08-261-1/+2
OpenPOWER on IntegriCloud