summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* If vhid exists return more informative EEXIST instead of EINVAL. While hereglebius2005-03-181-3/+2
* Fix a potential crash that could occur when CARP_LOG is being used.glebius2005-03-181-2/+1
* plug resource leaksam2005-03-161-1/+3
* In tcp_usr_send(), broaden coverage of the socket buffer lock in therwatson2005-03-141-1/+4
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
* Add antifootshooting workaround, which will make all routes "connected"glebius2005-03-101-0/+6
* Add limits on the number of elements in the sack scoreboard bothps2005-03-092-3/+42
* Make ARP do not complain about wrong interface if correct interfaceglebius2005-03-091-7/+14
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-031-4/+4
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-016-25/+17
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-1/+1
* Remove debugging printf.glebius2005-03-011-1/+0
* Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
* Remove unused field from carp softc.glebius2005-02-281-3/+0
* Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
* If the receiver sends an ack that is out of [snd_una, snd_max],ps2005-02-271-0/+3
* Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to bemlaier2005-02-271-2/+2
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.glebius2005-02-261-21/+21
* Staticize local functions.glebius2005-02-261-53/+53
* New lines when logging.glebius2005-02-251-17/+18
* Embrace macros with do {} while (0)glebius2005-02-251-2/+4
* Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.glebius2005-02-251-1/+1
* Improve logging:glebius2005-02-251-38/+52
* Fix problem when master comes up with one interface down, and preemptsglebius2005-02-241-2/+2
* fix potential invalid index into ip_protox arraysam2005-02-231-2/+2
* Unbreak CARP build on 64-bit architectures.mux2005-02-231-1/+1
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-222-1/+17
* Remove promisc counter from parent interface in carp_clone_destroy(),glebius2005-02-221-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-227-5/+2259
* We can make code simplier after last change.glebius2005-02-221-2/+2
* In in_pcbconnect_setup() jailed sockets are treated specially: if localglebius2005-02-221-0/+5
* In in_pcbconnect_setup() remove a check that route points atglebius2005-02-221-4/+2
* In the current world order, solisten() implements the state transition ofrwatson2005-02-211-4/+14
* Remove 2 (SACK) fields from the tcpcb. These are only used by aps2005-02-174-20/+13
* Fix for a SACK (receiver) bug where incorrect SACK blocks areps2005-02-162-8/+10
* - Retransmit just one segment on initiation of SACK recovery.ps2005-02-143-42/+18
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-144-92/+196
* Jump to common action checks after doing specific once. This fixes addingglebius2005-02-061-0/+5
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-062-1/+93
* Add a ng_ipfw node, implementing a quick and simple interface betweenglebius2005-02-053-0/+77
* teach scope of IPv6 address to net.inet6.tcp6.getcred.ume2005-02-042-8/+20
* Update an additional reference to the rate of ISN tick callouts that wasrwatson2005-01-312-2/+2
* Change the state allocator from using regular malloc to usingcsjp2005-01-311-2/+7
* Have tcp_isn_tick() fire 100 times a second, rather than HZ times arwatson2005-01-302-2/+2
* Prefer (NULL) spelling of (0) for pointers.rwatson2005-01-301-9/+9
* Remove clause three from tcp_syncache.c license per permission ofrwatson2005-01-301-6/+3
* Correctly move the packet header in ip_insertoptions().alc2005-01-231-1/+2
OpenPOWER on IntegriCloud