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
/
if_ethersubr.c
Age
Commit message (
Expand
)
Author
2011-07-09
begone, fucking rotten appletalk shit. ok room
Henning Brauer
2011-07-08
Include PIPEX in kernel by default. And add new sysctl variable
YASUOKA Masahiko
2011-07-04
Say no to hand-rolled m_adj(). It also kills three XXX.
Claudio Jeker
2011-01-28
Change an m_free() to m_freem() to free the whole mbuf chain and to prevent
Reyk Floeter
2010-10-11
Remove some commented code we will never have.
Claudio Jeker
2010-08-24
legibility fixes:
Bret Lambert
2010-07-02
Some functions change the ifp in during ether_input(). This confuses the
Claudio Jeker
2010-06-03
Add support for 802.1ad-style QinQ nested VLANs.
Christian Weisgerber
2010-05-28
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
Claudio Jeker
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2010-05-01
incomming -> incoming
Michael Knudsen
2010-04-03
document the first byte of the random MAC address
Theo de Raadt
2010-01-12
After calling pipex_pppoe_input(), we must goto done to restore the spl.
YASUOKA Masahiko
2010-01-12
Unify the various fake ethernet generators as ether_fakeaddr() which
Theo de Raadt
2010-01-11
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
YASUOKA Masahiko
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
2009-08-12
revert my change to m_cluncount which tries to prevent the system
David Gwynne
2009-08-12
if we get dangerously low on clusters during interrupts, we need
David Gwynne
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2009-03-05
Fix a panic in ether_output() when attempting to send multicast traffic on
Michele Marchetto
2009-01-28
Get rid of the ugly rtentry hack.
Michele Marchetto
2008-11-25
m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters
Claudio Jeker
2008-11-24
add several backend pools to allocate mbufs clusters of various sizes out
David Gwynne
2008-11-23
softraid support for ata over ethernet (aoe). this includes a client and
Ted Unangst
2008-10-16
* Allow ether_input() and vlan_input() to handle incoming packets
Christian Weisgerber
2008-10-09
Add fallback ioctl handlers for MTU and multicast to ether_ioctl().
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-08-28
Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.
Brad Smith
2008-08-04
do not count ethernet header twice in if_obytes stats.
Damien Bergamini
2008-06-13
Move the responsibility to free received packets on trunked interfaces
Marco Pfatschbacher
2008-05-10
convert sdltosa to a real cast because I removed the silly makro last night.
Claudio Jeker
2008-05-09
A little bit of magic to make arp lookups work in MPLS as they should.
Claudio Jeker
2008-05-07
Prevent virtual interfaces from adding to the random pool.
Marco Pfatschbacher
2008-04-23
Import MPLS (Multi Protocol Label Switching)
Esben Norby
2008-04-18
extend the if_ethersubr.c crc functions to support updating a running
Damien Miller
2008-04-10
introduce mitigation for the calling of an interfaces start routine.
David Gwynne
2008-04-10
Also count multicast packets and input bytes for interfaces enslaved by
Brad Smith
2008-02-05
Move carp load balancing (ARP/IP) to a simpler configuration scheme.
Marco Pfatschbacher
2008-01-17
In ether_input() scheduling the soft interrupt and queueing the
Alexander Bluhm
2007-11-22
Factor out the virtual host portion of carp into a separate struct
Marco Pfatschbacher
2007-09-15
malloc sweep:
Henning Brauer
2007-06-06
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
Henning Brauer
2007-05-29
there was code inside
Henning Brauer
2007-05-16
fix return values in bridge_output.
Michele Marchetto
2007-05-16
count the number of multicast ranges that are kept in the list of multicast
David Gwynne
2007-03-18
Add IP load balancing support for carp(4).
Marco Pfatschbacher
2006-12-07
use LINK_STATE_IS_UP(ifp0->if_link_state) instead of
Reyk Floeter
2006-10-31
ether_input_mbuf() isn't necessary, turn it into a macro and deal with
Jason Wright
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
[next]