summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-042-2/+2
* Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,bz2008-07-031-1/+0
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-021-0/+1
* In udp_append() and udp_input(), make use of read locking on incpbsrwatson2008-06-301-8/+8
* In case of interface initialization failure remove struct in_ifaddr* fromgonzo2008-06-241-0/+8
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* Change incorrect stale cookie detection in syncookie_lookup() that prematurelyups2008-06-161-1/+1
* Fix a check in SYN cache expansion (syncache_expand()) to accept packets that...ups2008-06-161-4/+7
* More prep for Vimage:rrs2008-06-154-19/+17
* - Fixes foobar on my part. Some missing virtualization macros fromrrs2008-06-142-7/+7
* - Macro-izes the packed declaration in all headers.rrs2008-06-1422-1191/+1332
* Add generic TCP LOR into netinetjfv2008-06-112-0/+464
* 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
OpenPOWER on IntegriCloud