index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_ethersubr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
begone, fucking rotten appletalk shit. ok room
henning
2011-07-09
1
-109
/
+1
*
Include PIPEX in kernel by default. And add new sysctl variable
yasuoka
2011-07-08
1
-7
/
+7
*
Say no to hand-rolled m_adj(). It also kills three XXX.
claudio
2011-07-04
1
-4
/
+2
*
Change an m_free() to m_freem() to free the whole mbuf chain and to prevent
reyk
2011-01-28
1
-2
/
+2
*
Remove some commented code we will never have.
claudio
2010-10-11
1
-9
/
+2
*
legibility fixes:
blambert
2010-08-24
1
-5
/
+7
*
Some functions change the ifp in during ether_input(). This confuses the
claudio
2010-07-02
1
-2
/
+2
*
Add support for 802.1ad-style QinQ nested VLANs.
naddy
2010-06-03
1
-4
/
+5
*
Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into
claudio
2010-05-28
1
-15
/
+6
*
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
claudio
2010-05-07
1
-4
/
+4
*
incomming -> incoming
mk
2010-05-01
1
-2
/
+2
*
document the first byte of the random MAC address
deraadt
2010-04-03
1
-1
/
+2
*
After calling pipex_pppoe_input(), we must goto done to restore the spl.
yasuoka
2010-01-12
1
-2
/
+2
*
Unify the various fake ethernet generators as ether_fakeaddr() which
deraadt
2010-01-12
1
-15
/
+21
*
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
yasuoka
2010-01-11
1
-3
/
+16
*
rtables are stacked on rdomains (it is possible to have multiple routing
claudio
2009-11-03
1
-7
/
+6
*
revert my change to m_cluncount which tries to prevent the system
dlg
2009-08-12
1
-9
/
+2
*
if we get dangerously low on clusters during interrupts, we need
dlg
2009-08-12
1
-2
/
+9
*
Initial support for routing domains. This allows to bind interfaces to
claudio
2009-06-05
1
-4
/
+19
*
Fix a panic in ether_output() when attempting to send multicast traffic on
michele
2009-03-05
1
-2
/
+2
*
Get rid of the ugly rtentry hack.
michele
2009-01-28
1
-2
/
+13
*
m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters
claudio
2008-11-25
1
-2
/
+2
*
add several backend pools to allocate mbufs clusters of various sizes out
dlg
2008-11-24
1
-1
/
+3
*
softraid support for ata over ethernet (aoe). this includes a client and
tedu
2008-11-23
1
-1
/
+10
*
* Allow ether_input() and vlan_input() to handle incoming packets
naddy
2008-10-16
1
-3
/
+4
*
Add fallback ioctl handlers for MTU and multicast to ether_ioctl().
brad
2008-10-09
1
-8
/
+23
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-3
/
+2
*
Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.
brad
2008-08-28
1
-3
/
+3
*
do not count ethernet header twice in if_obytes stats.
damien
2008-08-04
1
-3
/
+3
*
Move the responsibility to free received packets on trunked interfaces
mpf
2008-06-13
1
-5
/
+5
*
convert sdltosa to a real cast because I removed the silly makro last night.
claudio
2008-05-10
1
-3
/
+5
*
A little bit of magic to make arp lookups work in MPLS as they should.
claudio
2008-05-09
1
-2
/
+2
*
Prevent virtual interfaces from adding to the random pool.
mpf
2008-05-07
1
-1
/
+8
*
Import MPLS (Multi Protocol Label Switching)
norby
2008-04-23
1
-1
/
+39
*
extend the if_ethersubr.c crc functions to support updating a running
djm
2008-04-18
1
-20
/
+23
*
introduce mitigation for the calling of an interfaces start routine.
dlg
2008-04-10
1
-3
/
+2
*
Also count multicast packets and input bytes for interfaces enslaved by
brad
2008-04-10
1
-3
/
+12
*
Move carp load balancing (ARP/IP) to a simpler configuration scheme.
mpf
2008-02-05
1
-5
/
+3
*
In ether_input() scheduling the soft interrupt and queueing the
bluhm
2008-01-17
1
-10
/
+14
*
Factor out the virtual host portion of carp into a separate struct
mpf
2007-11-22
1
-6
/
+3
*
malloc sweep:
henning
2007-09-15
1
-2
/
+2
*
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
henning
2007-06-06
1
-36
/
+1
*
there was code inside
henning
2007-05-29
1
-9
/
+4
*
fix return values in bridge_output.
michele
2007-05-16
1
-2
/
+2
*
count the number of multicast ranges that are kept in the list of multicast
dlg
2007-05-16
1
-1
/
+5
*
Add IP load balancing support for carp(4).
mpf
2007-03-18
1
-6
/
+16
*
use LINK_STATE_IS_UP(ifp0->if_link_state) instead of
reyk
2006-12-07
1
-2
/
+2
*
ether_input_mbuf() isn't necessary, turn it into a macro and deal with
jason
2006-10-31
1
-17
/
+6
*
adjust functions dealing with the routing table to take a table ID as
henning
2006-06-16
1
-3
/
+3
*
rename jumbo mtu to if_hardmtu; ok brad reyk
deraadt
2006-05-26
1
-9
/
+3
[next]