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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
44
-176
/
+0
*
Fixed a bug in previous revision: compute the payload checksum before
ru
2004-04-07
1
-8
/
+8
*
Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>
bde
2004-04-06
1
-9
/
+9
*
Two missed in previous commit -- compare pointer with NULL rather than
rwatson
2004-04-05
2
-4
/
+4
*
Prefer NULL to 0 when checking pointer values as integers or booleans.
rwatson
2004-04-05
2
-38
/
+40
*
Fix a panic possibility caused by returning without releasing locks.
pjd
2004-04-04
1
-37
/
+26
*
+ arpresolve(): remove an unused argument
luigi
2004-04-04
2
-9
/
+4
*
Unbreak natd.
deischen
2004-04-02
1
-0
/
+1
*
Raise WARNS level to 2.
des
2004-03-31
1
-0
/
+1
*
Deal with aliasing warnings.
des
2004-03-31
4
-181
/
+63
*
Invert the logic of NET_LOCK_GIANT(), and remove the one reference to it.
rwatson
2004-03-28
1
-2
/
+0
*
Remove unused argument.
pjd
2004-03-28
1
-4
/
+3
*
Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:
pjd
2004-03-27
6
-44
/
+46
*
Remove unused argument.
pjd
2004-03-27
6
-8
/
+6
*
Validate IPv6 socket options more carefully to avoid a panic.
ume
2004-03-26
1
-0
/
+1
*
Remove unused function.
pjd
2004-03-25
2
-11
/
+0
*
Untangle IP multicast routing interaction with delayed payload checksums.
ru
2004-03-25
1
-13
/
+3
*
Lock down global variables in if_gre:
rwatson
2004-03-22
1
-1
/
+12
*
- Fix indentation lost by 'diff -b'.
mdodd
2004-03-21
1
-5
/
+4
*
Remove interface type specific code from arprequest(), and in_arpinput().
mdodd
2004-03-21
1
-111
/
+19
*
Run through indent(1) so I can read the code without getting a headache.
des
2004-03-16
14
-5317
/
+5233
*
De-register.
mdodd
2004-03-14
1
-22
/
+22
*
Lock down IP-layer encapsulation library:
rwatson
2004-03-10
1
-51
/
+35
*
Scrub unused variable zeroin_addr.
rwatson
2004-03-10
2
-3
/
+0
*
To comply with the spec, do not copy the TOS from the outer IP
hsu
2004-03-08
1
-6
/
+6
*
Include <sys/types.h> for autoconf/automake detection.
hsu
2004-03-08
1
-0
/
+2
*
Add some missing DUMMYNET_UNLOCK() in config_pipe().
mlaier
2004-03-03
1
-2
/
+7
*
Two minor follow-ups on the MT_TAG removal:
mlaier
2004-03-02
1
-3
/
+2
*
Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()
rwatson
2004-03-01
1
-2
/
+2
*
fix -O0 compilation without INET6.
ume
2004-03-01
2
-4
/
+24
*
Remove unneeded {} originally used to hold local variables for dummynet
rwatson
2004-02-28
1
-2
/
+0
*
Remove now unneeded arguments to tcp_twrespond() -- so and msrc. These
rwatson
2004-02-28
5
-23
/
+7
*
Bring eventhandler callbacks for pf.
mlaier
2004-02-26
1
-0
/
+5
*
Tweak existing header and other build infrastructure to be able to build
mlaier
2004-02-26
4
-4
/
+32
*
Split the mlock() kernel code into two parts, mlock(), which unpacks
truckman
2004-02-26
4
-4
/
+13
*
Re-remove MT_TAGs. The problems with dummynet have been fixed now.
mlaier
2004-02-25
14
-403
/
+461
*
Fixed namespace pollution in rev.1.74. Implementation of the syncache
bde
2004-02-25
1
-1
/
+4
*
Don't use the negatively-opaque type uma_zone_t or be chummy with
bde
2004-02-25
1
-3
/
+1
*
Relax a KASSERT condition to allow for a valid corner case where
hsu
2004-02-25
2
-4
/
+10
*
Convert the tcp segment reassembly queue to UMA and limit the maximum
andre
2004-02-24
5
-25
/
+174
*
Fixed ucred structure leak.
pjd
2004-02-19
2
-0
/
+4
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
14
-457
/
+400
*
IPSEC and FAST_IPSEC have the same internal API now;
ume
2004-02-17
4
-48
/
+22
*
Shorten the name of the socket option used to enable TCP-MD5 packet
bms
2004-02-16
2
-3
/
+3
*
don't update outgoing ifp, if ipsec tunnel mode encapsulation
ume
2004-02-16
1
-3
/
+5
*
Spell types consistently throughout this file. Do not use the __packed ...
bms
2004-02-16
1
-4
/
+4
*
Final brucification pass. Spell types consistently (u_int). Remove bogus
bms
2004-02-14
3
-3
/
+3
*
Do not expose ip_dn_find_rule inline function to userland and unbreak world.
mlaier
2004-02-13
1
-1
/
+1
*
Do not check receive interface when pfil(9) hook changed address.
mlaier
2004-02-13
1
-1
/
+1
*
This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing
mlaier
2004-02-13
14
-396
/
+453
[next]