summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* The IPFW code accepts the use of the tablearg keyword along with the skiptojulian2008-08-011-8/+21
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-315-14/+155
* Adds support for the SCTP_PORT_REUSE optionrrs2008-07-317-110/+330
* Fix build breakage - kthread_exit() in 8 now has no argumentsrrs2008-07-291-1/+2
* - Out with some printfs.rrs2008-07-296-19/+12
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-271-2/+1
* Increase UDBHASHSIZE from 16 to 128 items.mav2008-07-261-1/+1
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* Trying to fix compilation bustage:avatar2008-07-222-4/+4
* make new accessor functions consistent with existing stylekmacy2008-07-212-9/+14
* - Switch to INP_WLOCK macro from inp_wlockkmacy2008-07-212-16/+1
* Add versions of tcp_twstart, tcp_close, and tcp_drop that hide the acquisitio...kmacy2008-07-212-1/+65
* add interface for external consumers to syncache_expand - rename syncache_add...kmacy2008-07-212-2/+18
* Add accessor functions for socket fields.kmacy2008-07-211-0/+14
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-212-0/+62
* Document a few sysctls.trhodes2008-07-202-4/+4
* ia is a pointer thus use NULL rather then 0 for initialization andbz2008-07-201-5/+5
* remove unused toedev functions and add comments for restkmacy2008-07-201-2/+22
* Add an accept filter for TCP based DNS requests. It waits until thedwmalone2008-07-181-0/+135
* Eliminate use of the global ripsrc which was being used to pass addressrwatson2008-07-181-7/+10
* Fix error in comment.rwatson2008-07-161-3/+3
* Merge last of a series of rwlock conversion changes to UDP, whichrwatson2008-07-152-34/+89
* Fix commment in typo.rpaulo2008-07-151-1/+1
* Fix carp(4) panics that can occur during carp interface configuration.eri2008-07-141-0/+8
* Slightly rearrange validation of UDP arguments and jail processing inrwatson2008-07-101-4/+25
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-102-8/+8
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-102-3/+2
* Apply the MAC label to an outgoing UDP packet when other inpcb properties arerwatson2008-07-101-4/+4
* For consistency with the rest of the function use the locally cachedbz2008-07-091-1/+1
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-0924-72/+121
* Provide some initial chicken-scratching annotations of locking forrwatson2008-07-081-27/+59
* Allow udp_notify() to accept read, as well as write, locks on the passedrwatson2008-07-071-3/+9
* Add additional udbinfo and inpcb locking assertions to udp_output(); forrwatson2008-07-071-0/+6
* First step towards parallel transmit in UDP: if neither a specificrwatson2008-07-071-5/+12
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-3/+5
* Rename raw_append() to rip_append(): the raw_ prefix is generally usedrwatson2008-07-051-3/+3
* Improve approximation of style(9) in raw socket code.rwatson2008-07-051-62/+75
* Enqueue de-capsulated packet instead of performing direct dispatch. It'sgonzo2008-07-041-2/+2
* 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
OpenPOWER on IntegriCloud