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
/
netgraph
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from project branch via main. Uninteresting commits are trimmed.
markm
2013-10-12
1
-1
/
+1
*
MFC
markm
2013-09-06
2
-1
/
+2
|
\
|
*
Make default cache size more modern.
glebius
2013-09-04
1
-1
/
+1
|
*
Add support for the BCM20702A0 chipset, ASUS USB-BT400.
eadler
2013-09-01
1
-0
/
+1
*
|
MFC
markm
2013-08-31
1
-0
/
+60
|
\
\
|
|
/
|
*
Sync USB bluetooth product list with Linux.
hselasky
2013-08-31
1
-0
/
+60
*
|
Snapshot; Do some running repairs on entropy harvesting. More needs to follow.
markm
2013-08-26
1
-2
/
+1
|
/
*
Add constant for PPP-Max-PayLoad tag.
glebius
2013-07-23
2
-0
/
+3
*
PR: kern/168520
rodrigc
2013-07-15
1
-9
/
+1
*
PR: 168520 170096
rodrigc
2013-07-15
2
-1
/
+6
*
PR: kern/168520
rodrigc
2013-07-12
1
-1
/
+9
*
Fix several typos
eadler
2013-05-12
1
-1
/
+1
*
Fxi a bunch of typos.
eadler
2013-05-10
1
-1
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
2
-11
/
+11
*
- Correct mispellings of the word necessary
gabor
2013-04-17
1
-1
/
+1
*
Attempt to clean up spacing and long lines.
glebius
2013-04-12
1
-98
/
+112
*
Add blacklist entries for Atheros bluetooth device IDs that are known to
adrian
2013-04-05
1
-0
/
+33
*
Revamp mbuf handling in ng_ksocket_incoming2():
glebius
2013-03-29
1
-12
/
+22
*
Whitespace.
glebius
2013-03-29
1
-10
/
+10
*
Non-functional cleanup of ng_ksocket_incoming2().
glebius
2013-03-29
1
-8
/
+8
*
Return ENOMEM if malloc() fails.
glebius
2013-03-26
1
-1
/
+1
*
Cleanup: wrap long lines, cleanup comments, etc.
glebius
2013-03-26
2
-113
/
+141
*
Add NGM_NAT_LIBALIAS_INFO command, that reports internal stats
glebius
2013-03-21
2
-0
/
+73
*
Fix compilation warning.
glebius
2013-02-15
1
-2
/
+4
*
ng_ether_ifnet_arrival_event: check interface type before using IFP2NG
avg
2013-02-04
1
-1
/
+7
*
ng_ether: track interface renaming
avg
2013-02-02
1
-4
/
+56
*
Use DEVMETHOD_END, as suggested by hselasky@.
rakuco
2012-12-26
1
-1
/
+1
*
Use the correct USB interface macros instead of USB_IF_CSI.
rakuco
2012-12-26
1
-1
/
+3
*
Add vendor IDs for Broadcom USB dongles (BCM20702).
glebius
2012-12-26
1
-0
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
45
-112
/
+112
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-1
/
+0
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
10
-49
/
+4
*
Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific
melifaro
2012-10-11
3
-0
/
+56
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Fix typo: s/unknow/unknown
kevlo
2012-10-09
1
-1
/
+1
*
After r241245 it appeared that in_delayed_cksum(), which still expects
glebius
2012-10-08
1
-3
/
+3
*
The USB Bluetooth driver should only grab its own interfaces. This allows the
hselasky
2012-09-30
1
-4
/
+16
*
Ensure that all cases that enqueue a netgraph item for delivery by a
rstone
2012-09-27
1
-1
/
+1
*
o Create directory sys/netpfil, where all packet filters should
glebius
2012-09-14
1
-1
/
+2
*
Remove duplicate check.
mav
2012-08-03
1
-1
/
+1
*
Add version so others can depend on this module
emaste
2012-07-27
1
-0
/
+2
*
Make radix lookup on src and dst flow addresses optional
melifaro
2012-06-18
3
-92
/
+113
*
Simplify IP pointer recovery in case of mbuf reallocation.
melifaro
2012-06-18
1
-53
/
+15
*
Use time_uptime instead of getnanotime for accouting integer number of seconds.
melifaro
2012-06-16
1
-6
/
+4
*
Set netflow v9 observation domain value to fib number instead of node id.
melifaro
2012-06-16
1
-1
/
+1
*
Fix improper L4 header handling for IPv6 packets passed via DLT_RAW.
melifaro
2012-06-16
1
-1
/
+1
*
Revert my local not yet properly tested changes, that leaked in
glebius
2012-05-25
1
-16
/
+23
*
Revert r220768 for ng_ksocket. This node is special and
glebius
2012-05-24
2
-24
/
+19
*
Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.
melifaro
2012-04-22
1
-1
/
+1
[next]