summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Sort IP addresses before hashing them for the signature. Otherwise carp ismlaier2008-06-021-13/+39
* When allocating temporary storage to hold a TCP/IP packet headerrwatson2008-06-022-11/+7
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-012-70/+23
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* PKT_ALIAS_FOUND_HEADER_FRAGMENT result is not an error, so pass that packet.mav2008-06-011-3/+4
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Read lock rather than write lock TCP inpcbs in monitoring sysctls. Inrwatson2008-05-291-35/+31
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-291-13/+18
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-241-8/+3
* Consistently check IPFW and DUMMYNET privileges in the configurationrwatson2008-05-222-19/+5
* - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.rrs2008-05-212-94/+99
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-2022-552/+1301
* - Define changes in sctp.hrrs2008-05-205-44/+35
* Fix the loopback interface. Cleaning up some code with new macrosgnn2008-05-121-1/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-0923-180/+430
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in thejhb2008-05-081-4/+5
* replace spaces added in last change with tabskmacy2008-05-051-5/+5
* add rcv_nxt, snd_nxt, and toe offload id to FreeBSD-specifickmacy2008-05-052-2/+12
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* Fix a comment typo.rwatson2008-04-291-1/+1
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-211-15/+15
* Read lock, rather than write lock, the inpcb when transmitting with orrwatson2008-04-211-11/+11
* Revert to rev. 1.161 - switch back to optimized TCP options ordering.bz2008-04-201-5/+2
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-3/+3
* In ip_output(), allow a read lock as well as a write lock when assertingrwatson2008-04-191-1/+1
* When querying the local or foreign address from an IP socket, acquirerwatson2008-04-191-6/+6
* move tcbinfo lock acquisition in to syncachekmacy2008-04-191-0/+3
* move cxgb_lt2.[ch] from NIC to TOEkmacy2008-04-191-2/+8
* Add in check for loopback as well, which was missing from the original patch.gnn2008-04-171-0/+1
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-1718-332/+353
* Clean up the code that checks the types of address so that it isgnn2008-04-172-3/+6
* Allow SCTP to compile without INET6.rrs2008-04-1612-958/+1530
* Use the pru_flush infrastructure to avoid a panicrrs2008-04-143-3/+65
* Protection against errant sender sending a streamrrs2008-04-141-1/+7
* New logging values.rrs2008-04-141-29/+30
* 1) adds some additional loggingrrs2008-04-141-1/+106
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-132-0/+17
* Take the route mtu into account, if available, when sending anbz2008-04-093-7/+28
* Remove TCP options ordering assumptions in tcp_addoptions(). Orderingandre2008-04-071-1/+11
* Remove now unnecessary comment.andre2008-04-071-2/+0
* Use #defines for TCP options padding after EOL to be consistent.andre2008-04-072-2/+4
* Add further TCP inpcb locking assertions to some TCP input code paths.rwatson2008-04-071-0/+11
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-5/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-242-6/+10
* Label inp as unused in the non-INVARIANTS casekmacy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-232-0/+69
* Explicitate the newpacket size.piso2008-03-191-12/+13
* Don't cache ptr to nat rule in case of tablearg argument.piso2008-03-171-1/+2
* Don't abuse stack space while in kernel land, use heap instead.piso2008-03-171-5/+10
OpenPOWER on IntegriCloud