aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* In in_addprefix() compare not only route addresses, but their masks,Gleb Smirnoff2005-10-221-8/+13
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-1/+5
* Convert if (tp->t_state == TCPS_LISTEN) panic() into a KASSERT.Robert Watson2005-10-192-8/+4
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-1/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionMaxim Konovalov2005-10-122-3/+3
* Unbreak the net.inet6.tcp6.getcred sysctl.Philip Paeps2005-10-122-6/+6
* When bridging is enabled and an ARP request is recieved on a member interface,Andrew Thompson2005-10-041-1/+1
* Correct brainfart in SO_BINTIME test.Andre Oppermann2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.Andre Oppermann2005-10-041-1/+1
* Unlock Giant symmetrically with respect to lock acquire order as that'sRobert Watson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onRobert Watson2005-10-031-0/+9
* o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.Maxim Konovalov2005-10-022-2/+10
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-274-28/+3
* Implement IP_DONTFRAG IP socket option enabling the Don't FragmentAndre Oppermann2005-09-265-2/+24
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-193-12/+12
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-194-31/+31
* Take a first cut at cleaning up ifnet removal and multicast socketRobert Watson2005-09-182-8/+13
* Do not ignore all other TCP options (eg. timestamp, window scaling)Andre Oppermann2005-09-141-1/+1
* Fix panic when kernel compiled without INET6 by rejectingBjoern A. Zeeb2005-09-141-6/+30
* In tcp_ctlinput() do not swap ip->ip_len a second time. ItAndre Oppermann2005-09-102-4/+6
* - Do not hold route entry lock, when calling arprequest(). One suchGleb Smirnoff2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,Gleb Smirnoff2005-09-091-0/+1
* clear lock on error in O_LIMIT case of install_stateSam Leffler2005-09-041-0/+1
* Use the correct mbuf type for MGET().Andre Oppermann2005-08-304-4/+4
* Add newline to debuging printf.Gleb Smirnoff2005-08-261-1/+2
* - Refuse hashsize of 0, since it is invalid.Gleb Smirnoff2005-08-251-2/+2
* When we have a published ARP entry for some IP address, do reply onGleb Smirnoff2005-08-251-0/+9