index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
Age
Commit message (
Expand
)
Author
2008-10-30
Fix building with !INET6 kernels.
Brad Smith
2008-10-28
Always skip "urpf-failed" test for IPv6 link local addresses.
Marco Pfatschbacher
2008-10-28
add support for multiple pflow(4) interfaces
Joerg Goltermann
2008-10-28
Remove return at the end of a void function.
Brad Smith
2008-10-28
In trunk_media_status() mark the interface as active if any ports are
Brad Smith
2008-10-28
In trunk_lb_start() port % count will never be greater than
Brad Smith
2008-10-28
Feed IPv6 flow label to hash calculation.
Brad Smith
2008-10-28
Show the ACTIVE flag in ifconfig for the single interface that is
Brad Smith
2008-10-28
Added mpls_output() used to output mpls packets originating from local host.
Michele Marchetto
2008-10-24
Allow the debug printf code which is trying to retreive the interface
Brad Smith
2008-10-23
use the correct idiom for NFOO things which come from "foo.h" files
Theo de Raadt
2008-10-22
#if INET => #ifdef INET
Marco Pfatschbacher
2008-10-21
add bpf/tcpdump support to pflow(4)
Joerg Goltermann
2008-10-18
Prevent the user to assign reserved labels to mpe(4) interfaces.
Michele Marchetto
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-16
* Allow ether_input() and vlan_input() to handle incoming packets
Christian Weisgerber
2008-10-16
Drop promiscuously received packets if the vlan interface is not in
Christian Weisgerber
2008-10-16
Make the session id unique per receiving interface so that pppoe
Can Erkin Acar
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-14
Now mpls_input() handles ipv4 and ipv6 explicit null labels.
Michele Marchetto
2008-10-12
Some more cleanup. No binary change.
Marco Pfatschbacher
2008-10-11
Make sure no two pppoe devices share the same sc_unique identifier. While
Miod Vallat
2008-10-09
Add fallback ioctl handlers for MTU and multicast to ether_ioctl().
Brad Smith
2008-10-08
Get rid of the second table entry pool (pfr_kentry_pl2); we're already
Ryan Thomas McBride
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-10-02
When redirect is used with sticky-address and a matching pass rule uses
Joel Sing
2008-10-01
Don't timeout_del() if we're going to do a timeout_add() right away.
Michael Knudsen
2008-09-28
Ansify function declarations for gif(4).
Joel Sing
2008-09-28
Teach PF pf_print_state_parts() about IPv4 in IP and IPv6 in IP
Joel Sing
2008-09-22
Reorder PFSTATE_PFLOW define:
Marco Pfatschbacher
2008-09-17
Solve m_free problem with a not correctly configured pflow interface
Joerg Goltermann
2008-09-17
fix whitespaces
Joerg Goltermann
2008-09-17
remove dead stores and newly created unused variables.
Charles Longeau
2008-09-16
netstat statistics for pflow(4) via pseudo family
Joerg Goltermann
2008-09-16
fix whitespace/tab typos
Joerg Goltermann
2008-09-15
Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking.
Claudio Jeker
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-09-10
re-enable the state key linking. i believe the bugs that hit us shortly
Henning Brauer
2008-09-09
welcome pflow(4), a netflow v5 compatible flow export interface.
Henning Brauer
2008-09-03
before linking state keys compare them to verify they actually are the
Henning Brauer
2008-09-02
remove dead stores and newly created unused variables.
Charles Longeau
2008-08-28
some style fixes.
Brad Smith
2008-08-28
Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.
Brad Smith
2008-08-28
encode the speed and link state in the local port key.
Reyk Floeter
2008-08-27
Fix length check when parsing PPPoE discovery phase packets.
Brad Smith
2008-08-26
introduce a function to be called when addressing information has changed,
Henning Brauer
2008-08-22
Make pf_print_host() print IPv6 addresses correctly.
Alexander Bluhm
2008-08-09
turn an MFREE() into an m_free() and garbage collect an
Thordur I. Bjornsson
2008-08-07
Remove workaround used for the 4.4 release. More route prio stuff is comming
Claudio Jeker
2008-08-07
account spanning tree frames in if_obytes and if_omcasts.
Damien Bergamini
[next]