summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Don't calculate checksum if it has already been validatedkmacy2008-08-241-6/+14
* Cache the cred locally in _syncache_add() while holding the locks, sobz2008-08-231-0/+12
* Add an explicit comment why we NULLify the two variables.bz2008-08-231-0/+1
* Remove comments and #ifdef notyet'd code relating to directly dispatchingrwatson2008-08-211-17/+0
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-203-6/+5
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-208-29/+40
* Fix ARP in bridging scenarios where the bridge shares itsphilip2008-08-181-1/+24
* Commit step 1 of the vimage project, (network stack)bz2008-08-1737-1166/+1204
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-1/+1
* Nitdes2008-08-091-2/+1
* Minor white space tweaks.rwatson2008-08-072-7/+6
* Correct comment typo.rwatson2008-08-071-2/+2
* Minor style tweaks.jhb2008-08-051-6/+5
* 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
OpenPOWER on IntegriCloud