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.c
Age
Commit message (
Expand
)
Author
2018-09-11
Nuke some trailing spaces that wandered into the
Kenneth R Westerback
2018-09-10
- if_cloners list populated at boot time only then becomes immutable,
Alexandr Nedvedicky
2018-09-10
if_setrdomain could potentially call if_clone_create recursively in the create
Henning Brauer
2018-09-09
if_setrdomain: allow empty rtables to be turned into rdomains, not just
Henning Brauer
2018-09-08
Don't cause an error when setting the same rdomain.
YASUOKA Masahiko
2018-08-09
Currently, attempting to move an immovable lo(4) to a new rdomain will fail
akoshibe
2018-07-11
in if_addgroup(), call the new pfi_group_addmember() instead of
Henning Brauer
2018-07-10
if_enqueue: call pf_delay_pkt() if m_pkthdr.pf.delay is set
Henning Brauer
2018-06-21
Grab the KERNEL_LOCK() rather than asserting that it is held.
Martin Pieuchot
2018-06-18
Do not allow to change the rdomain of the default loopback interface.
Martin Pieuchot
2018-05-30
restrict the prio values from SIOCSIFLLPRIO to what the kernel handles
David Gwynne
2018-05-30
Add SIOCGIFGLIST to fetch a list of interface groups on the system.
Stuart Henderson
2018-05-17
Move the handling of SIOCIFGCLONERS out of the NET_RLOCK(). The global
Theo Buehler
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-04-24
Push NET_LOCK down in the default ifioctl case.
Paul Irofti
2018-03-20
Call bpfdetach() without holding the NET_LOCK().
Martin Pieuchot
2018-03-02
Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.
Claudio Jeker
2018-02-20
only allow root to use SIOCSVNETFLOWID.
David Gwynne
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-19
make sure only root can configure an interface with SIOCSLIFPHYDF.
David Gwynne
2018-02-10
There is a problem with assigning 127.0.0.1 here. Revert the call
Claudio Jeker
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2018-02-10
Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act
Claudio Jeker
2018-02-09
oh carp - i didnt mean to commit these
David Gwynne
2018-02-09
use struct in_addr to represent an address.
David Gwynne
2018-02-07
add SIOCSETKALIVE to the list of ioctls that need root and NET_LOCK
David Gwynne
2018-01-12
have carp use standard detach hooks instead of getting special handling
David Gwynne
2018-01-10
get rid of struct carp_if by moving the srpl into struct ifnet if_carp.
David Gwynne
2018-01-09
Stop grabing the KERNEL_LOCK() for running protocol input routines.
Martin Pieuchot
2018-01-09
make mpls_input take a struct ifnet *ifp argument.
David Gwynne
2018-01-04
Include timeout & tasks in 'struct ifnet' instead of always allocating
Martin Pieuchot
2018-01-02
Move the NET_LOCK() inside the switch and start documenting which field
Martin Pieuchot
2017-12-29
Make the functions which link the pf state keys to mbufs, inpcbs,
Alexander Bluhm
2017-12-15
add ifiqueues for mp safety and nics with multiple rx rings.
David Gwynne
2017-11-20
Do not fail if an interface is DOWN when calling ifpromisc().
Martin Pieuchot
2017-11-17
add if_rxr_livelocked so rxr users can request backpressure themselves.
David Gwynne
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
2017-11-14
move the adding of an ifqs counters in if_getdata to ifq.c
David Gwynne
2017-11-12
Only use a single taskq to process incoming network packets as soon as
Martin Pieuchot
2017-11-10
Introduce a reader version of the NET_LOCK().
Martin Pieuchot
2017-11-09
The cmd argument of ifconf() has been unused since COMPAT_LINUX was
Theo Buehler
2017-11-04
Move the ioctls that only need a read lock from ifioctl into a new
Theo Buehler
2017-11-04
Stop calling ifp->if_ioctl() inside in{,6}_ioctl().
Martin Pieuchot
2017-10-31
- add one more softnet taskq
Alexandr Nedvedicky
2017-10-26
Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'
Martin Pieuchot
2017-10-16
Remove kernel support for the following ioctl(2)s, deprecated since 2001:
Martin Pieuchot
2017-10-16
Multiple tweaks:
Martin Pieuchot
2017-10-16
Change most of the returns into breaks. This will let us release a lock.
Martin Pieuchot
2017-10-12
Move sysctl_mq() where it can safely mess with mbuf queue internals.
Martin Pieuchot
2017-10-12
Fix a singed vs unsigned comparison resulting in an overflow of the
Martin Pieuchot
[next]