index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
raw_ip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase default size of raw IP send and receive buffers to the same as
bms
2007-03-20
1
-8
/
+2
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
1
-0
/
+4
*
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
-10
/
+23
*
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
-1
/
+1
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
1
-15
/
+34
*
Fix race conditions on enumerating pcb lists by moving the initialization
ups
2006-07-18
1
-4
/
+14
*
o In udp|rip_disconnect() acquire a socket lock before the socket
maxim
2006-05-21
1
-1
/
+3
*
o In rip_disconnect() do not call rip_abort(), just mark a socket
maxim
2006-05-15
1
-1
/
+11
*
Allow for nmbclusters and maxsockets to be increased via sysctl.
ps
2006-04-21
1
-0
/
+9
*
Update in_pcb-derived basic socket types following changes to
rwatson
2006-04-01
1
-60
/
+24
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
1
-3
/
+2
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
1
-4
/
+4
*
Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to
mux
2005-12-14
1
-2
/
+2
*
o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion
maxim
2005-10-12
1
-1
/
+1
*
Correct brainfart in SO_BINTIME test.
andre
2005-10-04
1
-1
/
+1
*
Make SO_BINTIME timestamps available on raw_ip sockets.
andre
2005-10-04
1
-1
/
+1
*
Implement IP_DONTFRAG IP socket option enabling the Don't Fragment
andre
2005-09-26
1
-1
/
+4
*
Add socketoption IP_MINTTL. May be used to set the minimum acceptable
andre
2005-08-22
1
-0
/
+3
*
Slight white space tweak.
rwatson
2005-06-01
1
-0
/
+1
*
If we are going to
cperciva
2005-05-06
1
-0
/
+1
*
eliminate extraneous null ptr checks
sam
2005-03-29
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-5
/
+12
*
When the access control on creating raw sockets was modified so that
rwatson
2004-10-12
1
-20
/
+41
*
fix up socket/ip layer violation... don't assume/know that
jmg
2004-09-05
1
-1
/
+2
*
When a prison is given the ability to create raw sockets (when the
csjp
2004-08-21
1
-0
/
+10
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
1
-6
/
+6
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
1
-3
/
+3
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
1
-6
/
+1
*
Backout removal of UMA_ZONE_NOFREE flag for all zones which are established
andre
2004-08-11
1
-1
/
+1
*
Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and
andre
2004-08-11
1
-1
/
+1
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
1
-1
/
+1
*
M_PREPEND() the IP header on to the front of an outgoing raw IP packet
rwatson
2004-07-20
1
-1
/
+1
*
Reduce the number of unnecessary unlock-relocks on socket buffer mutexes
rwatson
2004-06-26
1
-3
/
+7
*
Introduce a new feature to IPFW2: lookup tables. These are useful
ru
2004-06-09
1
-0
/
+5
*
Move the locking of the pcb into raw_output(). Organize code so
bmilekic
2004-06-03
1
-10
/
+14
*
Switch to using the inpcb MAC label instead of socket MAC label when
rwatson
2004-05-04
1
-1
/
+3
*
Assert the inpcb lock on 'last' in udp_append(), since it's always
rwatson
2004-05-04
1
-0
/
+2
*
o Fix misindentation in the previous commit.
maxim
2004-05-03
1
-8
/
+7
*
Give jail(8) the feature to allow raw sockets from within a
bmilekic
2004-04-26
1
-2
/
+31
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Remove unused argument.
pjd
2004-03-27
1
-1
/
+1
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
1
-8
/
+3
*
pass pcb rather than so. it is expected that per socket policy
ume
2004-02-03
1
-1
/
+1
*
Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.
ru
2004-01-27
1
-1
/
+1
*
Split the "inp" mutex class into separate classes for each of divert,
sam
2003-11-26
1
-1
/
+1
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-1
/
+1
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-2
/
+2
[next]