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
*
Do not attempt to clean up data that has not been initialized yet.
roam
2004-08-06
1
-4
/
+15
*
Set ip_v field properly.
sobomax
2004-08-05
1
-0
/
+1
*
Do a lockless read of the BPF interface structure descriptor list head
rwatson
2004-08-05
1
-0
/
+21
*
Avoid casts as lvalues.
kan
2004-07-28
3
-4
/
+4
*
Initialize ; variable eraly to shut up GCC warning.
kan
2004-07-28
1
-0
/
+1
*
Add a new network interface flag, IFF_NEEDSGIANT, which will allow
rwatson
2004-07-27
4
-2
/
+58
*
Stop tinkering with the parent's VLAN_MTU capability.
yar
2004-07-26
1
-27
/
+7
*
Prefer NULL to '0' when checking a pointer value.
rwatson
2004-07-24
1
-37
/
+37
*
Actually free the unit when destroying the interface.
brooks
2004-07-22
1
-0
/
+5
*
When removing the last reference to a cloner, do not try to unlock twice -
mlaier
2004-07-20
1
-2
/
+3
*
Comment clarifying debug_mpsafenet.
rwatson
2004-07-18
1
-4
/
+5
*
Gratuitous whitespace change to un-wrap a short line.
rwatson
2004-07-18
1
-2
/
+1
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
12
-3
/
+22
*
Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.
mlaier
2004-07-14
1
-5
/
+5
*
Convert SLIP to using C99 structure initialization for its struct
rwatson
2004-07-14
1
-2
/
+8
*
Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().
bms
2004-07-09
1
-1
/
+1
*
Use M_ZERO instead of bzero().
bms
2004-07-06
1
-2
/
+1
*
Be consistent and use bzero() instead of memset().
bms
2004-07-06
1
-1
/
+1
*
Use M_ZERO instead of memset() (!).
bms
2004-07-06
1
-2
/
+1
*
Use M_ZERO instead of bzero().
bms
2004-07-06
1
-2
/
+1
*
Replace a bzero() after malloc() with M_ZERO.
bms
2004-07-06
1
-2
/
+1
*
Style.
bms
2004-07-06
1
-13
/
+15
*
In the BPF and ethernet bridging code, don't allow callouts to execute
rwatson
2004-07-05
2
-2
/
+2
*
Workaround a locking problem in vlan(4). vlan_setmulti() may be called
bms
2004-07-04
1
-2
/
+11
*
style(9)/whitespace cleanup while I'm in this file.
bms
2004-07-04
1
-54
/
+55
*
The net.link.ether.bridge.enable sysctl MIB variable enables bridge
bms
2004-07-04
1
-0
/
+1
*
Don't announce the ethernet address when it's 00:00:00:00:00:00. It's
brooks
2004-07-02
1
-2
/
+7
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-7
/
+30
*
Do not m_free packet since IF_HANDOFF (called from netisr_queue) will
rik
2004-06-28
1
-1
/
+1
*
Those are unneeded too.
pjd
2004-06-27
1
-1
/
+0
*
Add two missing includes and remove two uneeded.
pjd
2004-06-27
2
-1
/
+2
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-0
/
+1
*
Fix line discipline switching issues: If opening a new ldisc fails,
phk
2004-06-26
2
-17
/
+4
*
Do not count loobacks as other fuilures.
rik
2004-06-25
1
-1
/
+2
*
Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to be
joerg
2004-06-24
1
-0
/
+6
*
When considering an ethernet frame that is not destined for us, do not
joerg
2004-06-24
1
-3
/
+9
*
Make dependencies on the TCP/IP stack conditional on INET / INET6. This
des
2004-06-24
1
-0
/
+21
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
13
-306
/
+784
*
Give zlib the ability to be a module that can be depended on,
markm
2004-06-20
1
-0
/
+24
*
Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the
bde
2004-06-19
1
-1
/
+1
*
Second half of the dev_t cleanup.
phk
2004-06-17
3
-3
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
8
-42
/
+42
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
11
-29
/
+45
*
Lock down rawcb_list, a global list of control blocks for raw sockets,
rwatson
2004-06-15
3
-0
/
+10
*
Fix a typeo in IFQ_HANDOFF.
mlaier
2004-06-15
1
-1
/
+1
*
Transform tbr_dequeue into a function pointer in order to build drivers with
mlaier
2004-06-15
2
-5
/
+5
*
Fix big-endian build.
dfr
2004-06-14
1
-2
/
+2
*
Unbreak non-ALTQ kernel linking. I forgot about tbr_dequeue.
mlaier
2004-06-14
1
-1
/
+1
*
Add MAC framework bits to the output path.
dfr
2004-06-13
1
-0
/
+6
[next]