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-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
2015-12-03
ANSIfy function definitions
Bret Lambert
2015-12-03
Remove unused ``rt_tableid'' field from "struct rtentry".
Martin Pieuchot
2015-12-03
Store an interface index instead of a pointer in the "struct rtentry".
Martin Pieuchot
2015-12-03
To avoid that the stack manipules the pf statekeys directly, introduce
Alexander Bluhm
2015-12-03
Add sizes to most free calls. OK sashan@ tedu@
Claudio Jeker
2015-12-03
Implement etherip(4) driver
Kazuya Goda
2015-12-03
remove nettxintr prototype
David Gwynne
2015-12-03
rework if_start to allow nics to provide an mpsafe start routine.
David Gwynne
2015-12-03
allocate PF tags as M_RTABLE vice M_TEMP
Bret Lambert
2015-12-03
Rename pf_unlink_state() to pf_remove_state() so the name does not
Alexander Bluhm
2015-12-02
rtable_delete() does not use its prio parameter, so delete it.
Alexander Bluhm
2015-12-02
When destroying an interface, we have to wait until all references
Alexander Bluhm
2015-12-02
- hide PF internals to pf_unlink_divert_state() from in_pcb.c
Alexandr Nedvedicky
2015-12-02
Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages
Claudio Jeker
2015-12-02
remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@
Christian Weisgerber
2015-12-02
Respect priorities when inserting routes to the same destination in ART.
Martin Pieuchot
2015-12-02
allocate route labels as M_RTABLE instead of M_TEMP
Bret Lambert
2015-12-02
Move multipath Hash-Threshold selection mechanism inside rtable_match().
Martin Pieuchot
2015-12-02
Rework the MPLS handling. Remove the lookup loops since nothing is using
Claudio Jeker
2015-12-02
Include cleanup.
Martin Pieuchot
2015-12-02
Remove forward declarations that are no longer needed, times and APIs are
Martin Pieuchot
[next]