| Commit message (Expand) | Author | Age | Files | Lines |
* | Add soreceive_dgram(9), an optimized socket receive function for use by | rwatson | 2008-07-02 | 1 | -0/+1 |
* | In udp_append() and udp_input(), make use of read locking on incpbs | rwatson | 2008-06-30 | 1 | -8/+8 |
* | Employ read locks on UDP inpcbs, rather than write locks, when | rwatson | 2008-05-29 | 1 | -13/+18 |
* | Factor out the v4-only vs. the v6-only inp_flags processing in | bz | 2008-05-24 | 1 | -8/+3 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -34/+36 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Further UDPv4 cleanup: | rwatson | 2007-09-10 | 1 | -17/+17 |
* | Further cleanup of UDPv4: | rwatson | 2007-07-10 | 1 | -98/+95 |
* | Minor UDPv4 cleanup: capitalize comment, move statistics update after mbuf | rwatson | 2007-07-07 | 1 | -3/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -3/+3 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -9/+3 |
* | Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0) | mjacob | 2007-06-17 | 1 | -0/+2 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -50/+71 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | When verifying the IPv4 UDP checksum, don't overwrite the checksum | dwmalone | 2007-05-16 | 1 | -5/+7 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr() | rwatson | 2007-05-07 | 1 | -25/+2 |
* | Minor style tweaks. | rwatson | 2007-05-07 | 1 | -17/+22 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -5/+6 |
* | Fix IP_SENDSRCADDR semantics. | bms | 2007-03-08 | 1 | -4/+11 |
* | Rename two identically named log_in_vain variables: tcp_input.c's static | rwatson | 2007-02-20 | 1 | -3/+3 |
* | Gratuitous UDP restyling toward style(9) in 7.x. | rwatson | 2007-02-20 | 1 | -142/+135 |
* | o One more typo in the comment. | maxim | 2007-01-06 | 1 | -1/+1 |
* | Fix typo in comment. | imp | 2007-01-01 | 1 | -1/+1 |
* | Add comment about udp checksums being off in BSD 4.2 compatibility mode. | imp | 2006-12-31 | 1 | -1/+8 |
* | Some whitespace nits and remove a few casts. | jhb | 2006-12-29 | 1 | -1/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Check inp_flags instead of inp_vflag for INP_ONESBCAST flag. | andre | 2006-09-06 | 1 | -2/+2 |
* | Fix typo in comment. | thomas | 2006-09-04 | 1 | -1/+1 |
* | Change semantics of socket close and detach. Add a new protocol switch | rwatson | 2006-07-21 | 1 | -4/+28 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -4/+14 |
* | Acquire udbinfo lock after call to soreserve() rather than before, as it | rwatson | 2006-06-03 | 1 | -4/+2 |
* | o In udp|rip_disconnect() acquire a socket lock before the socket | maxim | 2006-05-21 | 1 | -1/+3 |
* | Modify UDP to use sosend_dgram() instead of sosend(). This allows | rwatson | 2006-05-06 | 1 | -0/+1 |
* | Rename 'last' to 'inp' in udp_append(): the name 'last' is due to | rwatson | 2006-04-25 | 1 | -15/+15 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -0/+10 |
* | Update in_pcb-derived basic socket types following changes to | rwatson | 2006-04-01 | 1 | -35/+16 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -4/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | rwatson | 2006-04-01 | 1 | -3/+2 |
* | Implement 'ipfw fwd laddr,port' feature for UDP. According to ipfw(8) | glebius | 2006-01-24 | 1 | -0/+20 |
* | Remove dead code: 'opts' is not used in udp_append(), only in udp_input(), | rwatson | 2006-01-14 | 1 | -3/+0 |
* | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | mux | 2005-12-14 | 1 | -2/+2 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+1 |
* | o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion | maxim | 2005-10-12 | 1 | -2/+2 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | andre | 2005-09-26 | 1 | -0/+9 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | andre | 2005-08-22 | 1 | -0/+3 |
* | De-spl UDP. | rwatson | 2005-06-01 | 1 | -31/+5 |