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
2016-01-18
Pass the address length to art_alloc() and remove the hack abusing the
Martin Pieuchot
2016-01-18
Stop storing a backpointer to the corresponding ART node in each route
Martin Pieuchot
2016-01-15
rs_malloc() does not need to be cast
mmcc
2016-01-14
Increase buffer sizes and watermarks for tty and ppp
Stefan Fritsch
2016-01-14
No need for a splnet() dance around IFQ_DEQUEUE() anymore.
Martin Pieuchot
2016-01-13
dont propagate any of the parent interfaces offload features on svlan
David Gwynne
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-12
Compare if the prefix lengths are equal rather than checking if the
Martin Pieuchot
2016-01-08
Get rid of the arp and revarp input queues.
Martin Pieuchot
2016-01-07
- retrying to commit earlier change, which got backed out
Alexandr Nedvedicky
2016-01-07
Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO)
Philip Guenther
2015-12-31
Move tr_port_destroy down; fixes 'lacp_compose_key protection fault trap'
Stuart Henderson
2015-12-29
store curcpu() in ifq_serializer so we can check it.
David Gwynne
2015-12-23
revert previous:
Jasper Lievisse Adriaanse
2015-12-22
- yet another tiny step towards MP PF. This time we need to make sure
Alexandr Nedvedicky
2015-12-21
Move ppp, nmea, endrun, and msts prototypes to tty.h
Stefan Fritsch
2015-12-21
Pass the destination and mask to rtable_mpath_reprio() in order to not
Martin Pieuchot
2015-12-18
Remove leftover prototype.
Visa Hankala
2015-12-16
Merge rtable_mpath_select() into rtable_match().
Martin Pieuchot
2015-12-15
Do not panic when trying to delete an non-existing route with ART.
Martin Pieuchot
2015-12-11
Do not pass a NULL ifp pointer to rtdeletemsg().
Martin Pieuchot
2015-12-10
write down some stuff before it falls out of my head.
David Gwynne
2015-12-09
Remove plain DES encryption from IPsec.
Christian Weisgerber
2015-12-09
Keep all ether prototypes in one place.
Martin Pieuchot
2015-12-09
rework ifq_serialise to avoid some atomic ops.
David Gwynne
2015-12-09
Do not trigger a KASSERT() if the route we're trying to remove does not
Martin Pieuchot
2015-12-09
Do not trigger a KASSERT() when destroying/detaching an interface with
Martin Pieuchot
2015-12-09
rework the if_start mpsafe serialisation so it can serialise arbitrary work
David Gwynne
2015-12-08
vlan doenst have to handle SIOCGIFADDR cos the stack does it.
David Gwynne
2015-12-08
Kill unused iftxlist.
Martin Pieuchot
2015-12-08
if_stop is unused, so kill it.
David Gwynne
2015-12-08
split the interface send queue (struct ifqueue) implementation out.
David Gwynne
2015-12-06
g/c pf_change_a6(). it's exactly the same thing as pf_change_ap() with p =
Henning Brauer
2015-12-05
Multiple cleanups.
Martin Pieuchot
2015-12-05
g/c unneeded af (address family) params to pf_change_ap and _icmp
Henning Brauer
2015-12-05
avoid an ugly wrap in a comment
Theo de Raadt
2015-12-05
Keep kernel definitions under _KERNEL to unbreak ports that include
Martin Pieuchot
2015-12-05
Make pppx pass packets with npppd through the device. This makes pppx work
YASUOKA Masahiko
2015-12-05
pass a pointer to pf_test()'s reason to pf_test_rule instead of using a
Henning Brauer
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-04
Reduce the stride length of the tables by two and use a single page
Martin Pieuchot
2015-12-04
Move the KERNEL_LOCK from rt_match() to rtable_match().
Martin Pieuchot
2015-12-04
Reject input when either the version is wrong or the pad is non-zero;
Reyk Floeter
2015-12-04
Grab the KERNEL_LOCK() around bridge_output().
Martin Pieuchot
2015-12-04
bridge(4) never outputs packets so set its if_output and if_start to NULL.
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task.
Alexandr Nedvedicky
2015-12-03
When enqueuing a mbuf chain, take the top instead of the last
Alexander Bluhm
2015-12-03
Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to
Martin Pieuchot
2015-12-03
Remove broadcast matching from ifa_ifwithaddr(), use in_broadcast() where
Vincent Gross
[next]