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
2015-11-11
use time_uptime instead of time_second.
David Gwynne
2015-11-10
Allocate ART table's heap independently from the structure and use
Martin Pieuchot
2015-11-10
flush the send queue in start routines with IFQ_PURGE.
David Gwynne
2015-11-10
dont use IF_DROP when there was some arbitary problem sending a packet.
David Gwynne
2015-11-09
use the correct rdomain when sending gre(4) keepalive packets.
Sebastian Benoit
2015-11-09
Do not leave dangling pointers in the ART tree in case of memory
Martin Pieuchot
2015-11-09
Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-
Martin Pieuchot
2015-11-09
use IFQ_DEQUEUE to pull of the send queue.
David Gwynne
2015-11-09
kenjiro cho points out that requeue is hard to support on queue
David Gwynne
2015-11-07
Use input handlers for bridge(4).
Martin Pieuchot
2015-11-07
Don't try to be clever testing if a queue is full before calling
Martin Pieuchot
2015-11-06
Do not compile net/radix_mpath.c in ART-enabled kernels.
Martin Pieuchot
2015-11-06
Rename rt_mpath_next() into rtable_mpath_next() and provide an
Martin Pieuchot
2015-11-06
Use a SLIST instead of a LIST for MPATH route entries with ART.
Martin Pieuchot
2015-11-06
In ART separate the MPATH delete case to properly recover if art_delete()
Martin Pieuchot
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-06
unbreak tree after src/sys/net/if_ppp.c r1.95.
David Gwynne
2015-11-06
replace sc_npqueue and sc_npqtail with a simple mbuf_list.
David Gwynne
2015-11-05
apply some knf.
David Gwynne
2015-11-04
rtfree(9) accepts NULL pointers.
Martin Pieuchot
2015-11-04
Initialize the correct variable in ART's rtable_match().
Martin Pieuchot
2015-11-04
Some tweaks to build the rtable API and backends in userland.
Martin Pieuchot
2015-11-04
Call rtable_put(), a stub for now, before leaving a function that called
Martin Pieuchot
2015-11-04
use mq_purge to free a queue of mbufs.
David Gwynne
2015-11-03
- fixes potential use-after-free in pfr_set_addrs()
Alexandr Nedvedicky
2015-11-03
Remove dead assignment and newly created unused variable.
Charles Longeau
2015-11-03
Do not clear M_PROTO1 flag before calling if_start() because pseudo-
Martin Pieuchot
2015-11-03
use an mbuf_queue for the svcq instead of an ifqueue.
David Gwynne
2015-11-03
pull packets off the send queue with IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-11-03
Plumb Chacha20-Poly1305 into the IPsec/ESP and PF_KEY frameworks
Mike Belopuhov
2015-11-02
get rid of the "fastq", which is where this driver puts ip packets
David Gwynne
2015-11-02
Merge rtable_mpath_match() into rtable_lookup().
Martin Pieuchot
2015-11-02
Some of the bridge code is running in splsoftnet now, change the
Reyk Floeter
2015-11-02
sppp_pick is unused, it can go away.
David Gwynne
2015-10-30
Add m_resethdr() to clear any state (pf, tags, flags) of an mbuf packet.
Reyk Floeter
2015-10-30
Clean up handling of 'clear states' pfsync packets.
Mike Belopuhov
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-27
Use rt_ifidx rather than rt_ifp.
Martin Pieuchot
2015-10-25
unbreak tree for ramdisks without INET6
Theo de Raadt
2015-10-25
I should not have committed this chunk. Spotted by krw@
Martin Pieuchot
2015-10-25
Simple sizes for free(9).
Martin Pieuchot
2015-10-25
Merge rtable_mpath_conflict() into rtable_insert().
Martin Pieuchot
2015-10-25
Be more consisten with rtmsgs. Always set rtm_index (even in the RTM_GET
Claudio Jeker
2015-10-25
Do not overwrite if_rtrequest() if the driver specified it *before*
Martin Pieuchot
2015-10-25
ifa is no longer used.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer required.
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
[prev]
[next]