aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fixes an edge case bug in timewait handling where ticks rolling over causingMohan Srinivasan2006-08-116-9/+8
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-042-4/+0
* Remove useless NULL pointer check: we are using M_WAITOK flag for memoryOleg Bulyzhin2006-08-041-4/+0
* Move soisdisconnected() in tcp_discardcb() to one of its calling contexts,Robert Watson2006-08-022-24/+14
* Do not leak memory while flushing rules.Oleg Bulyzhin2006-08-021-2/+3
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-215-148/+178
* Fix race conditions on enumerating pcb lists by moving the initializationStephan Uphoff2006-07-188-24/+90
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+2
* Make in-kernel multicast protocols for pfsync and carp work after enablingMax Laier2006-07-081-0/+5
* Remove unneeded mac.h include.Robert Watson2006-07-061-1/+0
* Complete timebase (time_second -> time_uptime) conversion.Oleg Bulyzhin2006-07-051-4/+4
* o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c.Maxim Konovalov2006-07-041-6/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-293-7/+1
* Use TAILQ_FOREACH consistently.Yaroslav Tykhiy2006-06-291-2/+1
* Fix URL to Bellovin's paper.Gleb Smirnoff2006-06-291-1/+1
* Eliminate the offset argument from send_reject. It's not beenBjoern A. Zeeb2006-06-291-9/+7
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.Bjoern A. Zeeb2006-06-294-8/+14
* - Use suser_cred(9) instead of directly checking cr_uid.Pawel Jakub Dawidek2006-06-271-2/+2
* In syncache_respond() do not reply with a MSS that is larger than whatAndre Oppermann2006-06-261-0/+2
* Some cleanups and janitorial work to tcp_syncache:Andre Oppermann2006-06-263-45/+35
* Some cleanups and janitorial work to tcp_dooptions():Andre Oppermann2006-06-263-41/+58
* Reverse the source/destination parameters to in[6]_pcblookup_hash() inAndre Oppermann2006-06-261-2/+2
* In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, toRobert Watson2006-06-261-4/+2
* Decrement the global syncache counter in syncache_expand() when the entryAndre Oppermann2006-06-251-0/+1
* Move the syncookie MD5 context from globals to the stack to make it MP safe.Andre Oppermann2006-06-221-2/+2
* - Pullup even when the extention header is unknown, to preventHajimu UMEMOTO2006-06-221-1/+13
* Allocate a zero'ed syncache hashtable. mtx_init() tests the suppliedAndre Oppermann2006-06-201-1/+1
* When we receive an out-of-window SYN for an "ESTABLISHED" connection,David Malone2006-06-192-0/+4
* Remove T/TCP RFC1644 Connection Count comparison macros. They are no longerAndre Oppermann2006-06-181-13/+0
* Do not access syncache entry before it was allocated for the TF_NOOPT caseAndre Oppermann2006-06-181-3/+4
* Move all syncache related structures to tcp_syncache.c. They are only usedAndre Oppermann2006-06-182-39/+39
* Remove double lock acquisition in syncookie_lookup() which came from lastAndre Oppermann2006-06-181-1/+0
* Fix the !INET6 compile.Andre Oppermann2006-06-171-2/+4
* Rearrange fields in struct syncache and syncache_head to make them moreAndre Oppermann2006-06-171-5/+6
* ANSIfy and tidy up comments.Andre Oppermann2006-06-171-52/+23
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyAndre Oppermann2006-06-174-272/+312
* Add support of 'tablearg' feature for:Oleg Bulyzhin2006-06-151-15/+30
* install_state(): style(9) cleanupOleg Bulyzhin2006-06-151-33/+36
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordAndrew Thompson2006-06-091-3/+6
* install_state() should properly initialize 'addr_type' field of newly createdOleg Bulyzhin2006-06-081-0/+1
* Fix following rules: pipe X (tag|altq) Y ...Oleg Bulyzhin2006-06-081-0/+4
* Push acquisition of pcbinfo lock out of tcp_usr_attach() intoRobert Watson2006-06-041-6/+8
* When entering a timer on a tcpcb, don't continue processing if it has beenRobert Watson2006-06-031-9/+14
* Acquire udbinfo lock after call to soreserve() rather than before, as itRobert Watson2006-06-031-4/+2
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-022-3/+3
* Minor restyling and cleanup around ipport_tick().Robert Watson2006-06-021-11/+9
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).Oleg Bulyzhin2006-05-242-1/+63
* o In udp|rip_disconnect() acquire a socket lock before the socketMaxim Konovalov2006-05-212-2/+6
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns aMaxim Konovalov2006-05-211-0/+4
* Initialize the new members of struct ip_moptions asBruce M Simpson2006-05-181-0/+4