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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment to better reflect how we are
rrs
2012-06-12
1
-6
/
+11
*
Note to self. Have morning coffee *before* committing things.
rrs
2012-06-12
1
-4
/
+6
*
Opps forgot to commit the flag.
rrs
2012-06-12
1
-1
/
+1
*
Allow a gif tunnel to be used with ALTq.
rrs
2012-06-12
1
-46
/
+102
*
Fix a panic I introduced in r234487, the bridge softc pointer is set to null
thompsa
2012-06-11
1
-14
/
+22
*
Fix typo introduced in r236559.
melifaro
2012-06-09
1
-1
/
+1
*
Sort includes.
trociny
2012-06-07
1
-1
/
+1
*
Add VIMAGE support to if_tap.
trociny
2012-06-07
1
-0
/
+11
*
Fix panic introduced by r235745. Panic occurs after first packet traverse ren...
melifaro
2012-06-04
1
-2
/
+22
*
Seperate SCTP checksum offloading for IPv4 and IPv6.
tuexen
2012-05-30
1
-1
/
+1
*
Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf().
jkim
2012-05-29
1
-19
/
+20
*
- Save the previous filter right before we set new one.
jkim
2012-05-29
1
-63
/
+26
*
Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor
jkim
2012-05-29
1
-2
/
+12
*
Fix BPF_JITTER code broken by r235746.
melifaro
2012-05-29
1
-46
/
+48
*
if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row
rea
2012-05-28
1
-1
/
+6
*
It turns out that too many drivers are not only parsing the L2/3/4
bz
2012-05-28
2
-6
/
+25
*
Turn LACP debugging from a compile time option to a sysctl, it is very handy to
thompsa
2012-05-26
1
-43
/
+37
*
MFp4 bz_ipv6_fast:
bz
2012-05-25
1
-1
/
+1
*
Make most BPF ioctls() SMP-safe.
melifaro
2012-05-21
1
-6
/
+47
*
Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...
melifaro
2012-05-21
3
-29
/
+43
*
Fix old panic when BPF consumer attaches to destroying interface.
melifaro
2012-05-21
5
-99
/
+137
*
Fix panic on attaching to non-existent interface (introduced by r233937, poin...
melifaro
2012-05-21
1
-42
/
+136
*
Use the LLINDEX macro to access the link-level I/F index. This makes
marcel
2012-05-19
1
-0
/
+1
*
Sync DLTs with the latest pcap version.
delphij
2012-05-14
1
-2
/
+122
*
Revert r234834 per luigi@ request.
melifaro
2012-05-03
2
-0
/
+2
*
Relax restriction on direct tx to child ports
emaste
2012-05-03
1
-13
/
+3
*
Move several enums and structures required for L2 filtering from ip_fw_privat...
melifaro
2012-04-30
2
-2
/
+0
*
Do not require radix write lock to be held while dumping route table
melifaro
2012-04-22
1
-2
/
+2
*
Move the interface media check to a taskqueue, some interfaces (usb) sleep
thompsa
2012-04-20
2
-21
/
+44
*
Add linkstate to bridge(4), set the link to up when at least one underlying
thompsa
2012-04-20
4
-35
/
+60
*
Remove KASSERTS, they do not add any value here since the pointer is about to
thompsa
2012-04-18
1
-6
/
+2
*
A bit of cleanup in the names of fields of netmap-related structures.
luigi
2012-04-13
2
-6
/
+6
*
remove an unnecessary #define
luigi
2012-04-12
1
-4
/
+0
*
Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets
thompsa
2012-04-12
1
-6
/
+10
*
Add media types for 40G media that might be used with FreeBSD.
jhb
2012-04-10
1
-0
/
+9
*
Fix build broken by r233938.
melifaro
2012-04-06
1
-1
/
+2
*
- Improve performace for writer-only BPF users.
melifaro
2012-04-06
3
-6
/
+93
*
- Improve BPF locking model.
melifaro
2012-04-06
5
-121
/
+176
*
Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.
jhb
2012-03-19
1
-3
/
+0
*
Hide kernel option ROUTETABLES evaluations in the implementation
bz
2012-03-18
2
-21
/
+18
*
- remove an extra parenthesis in a closing brace;
luigi
2012-03-11
1
-1
/
+6
*
Move the vlan buffer space into the union which also fixes an unused variable
thompsa
2012-03-07
1
-2
/
+2
*
Add the ability to set which packet layers are used for the load balance hash
thompsa
2012-03-06
3
-15
/
+82
*
Properly restore curvnet context when returning early from
zec
2012-03-04
1
-1
/
+4
*
o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...
jmallett
2012-03-03
1
-7
/
+7
*
Use a more appropriate default for the maximum number of addresses in the
thompsa
2012-02-29
1
-2
/
+2
*
A bunch of netmap fixes:
luigi
2012-02-27
2
-69
/
+92
*
Only look for a usable MAC address for the bridge ID from ports within our
thompsa
2012-02-24
1
-20
/
+30
*
Add a sysctl/tunable default value for the use_flowid sysctl in r232008.
thompsa
2012-02-23
1
-1
/
+6
*
Indicate this function decrements the timer as well as testing for expiry.
thompsa
2012-02-23
1
-11
/
+11
[next]