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
2016-11-08
No longer need radix.h
Martin Pieuchot
2016-11-08
RIP ifa_ifwithnet()
Martin Pieuchot
2016-10-19
Remove the if_input task from the correct taskq.
YASUOKA Masahiko
2016-10-16
m_resethdr() clears information attached to a mbuf that has been
Alexander Bluhm
2016-10-09
This needs radix.h because it uses rn_refines().
Claudio Jeker
2016-10-07
Use detach hook to notify switch(4) about interface removals instead of
Rafael Zalamena
2016-10-03
Use detach hook to notify bridge of interface removal instead of adding
Rafael Zalamena
2016-09-28
Fix a kernel panic that happened when destroying interfaces attached to
Rafael Zalamena
2016-09-22
Raise spl level to IPL_SOFTNET before calling rt_ifmsg().
Martin Pieuchot
2016-09-20
Create and destroy cloneable interfaces under splsoftnet
Mike Belopuhov
2016-09-13
Split if_linkstate_task() in two to avoid SPL recursion when the
Martin Pieuchot
2016-09-08
Replace two if/do/while dances by while loops.
Martin Pieuchot
2016-09-07
Rename rtable_mpath_next() into rtable_iterate() and make it do a proper
Martin Pieuchot
2016-09-05
Rename if_linkstate() to if_linkstate_task() and make sure that all callers
Claudio Jeker
2016-09-04
Prevent a race between a thread detaching an interface and the watchdog
Martin Pieuchot
2016-09-04
When auto-creating an interface when opening a /dev/{tun,tap,switch}
Reyk Floeter
2016-09-04
Move code to change the rdomain of an interface from the ioctl switch case
Reyk Floeter
2016-09-04
Purge routes attached to an address when this address is removed.
Martin Pieuchot
2016-09-03
Remove routes added by the kernel before userland ones.
Martin Pieuchot
2016-09-03
Use per-ifp tasks to process incoming packets.
Martin Pieuchot
2016-09-01
Import switch(4), an in-kernel OpenFlow switch which can work alone.
Kazuya Goda
2016-08-11
take TASKQ_CANTSLEEP way from the softnet taskq.
David Gwynne
2016-07-13
Move ARP processing back to the KERNEL_LOCK()ed task until the race
Martin Pieuchot
2016-07-12
Directly drop packets filtered by bpf(4) instead of going through the
Martin Pieuchot
2016-06-10
Add the "llprio" field to struct ifnet, and the corresponding keyword
Vincent Gross
2016-05-18
rework the srp api so it takes an srp_ref struct that the caller provides.
David Gwynne
2016-05-10
make bpf_mtap callers set the M_FILDROP flag if they care about it.
David Gwynne
2016-05-08
Do not export the IFXF_MPSAFE flag to userland, it is a kernel-only
Martin Pieuchot
2016-05-03
Stop using a soft-interrupt context to process incoming network packets.
Martin Pieuchot
2016-03-16
if ticks diverge from ifq_congestion too far the diff will go negative
David Gwynne
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-02
provide generic ioctls for managing an interfaces parent
David Gwynne
2016-02-28
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2015-12-09
rework the if_start mpsafe serialisation so it can serialise arbitrary work
David Gwynne
2015-12-08
Kill unused iftxlist.
Martin Pieuchot
2015-12-08
split the interface send queue (struct ifqueue) implementation out.
David Gwynne
2015-12-05
remove old lint annotations
Ted Unangst
2015-12-04
Grab the KERNEL_LOCK() around bridge_output().
Martin Pieuchot
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
rework if_start to allow nics to provide an mpsafe start routine.
David Gwynne
2015-12-02
When destroying an interface, we have to wait until all references
Alexander Bluhm
2015-12-02
Rework the MPLS handling. Remove the lookup loops since nothing is using
Claudio Jeker
2015-12-01
Iterating on &ifnet should only be done with the KERNEL_LOCK held.
Vincent Gross
2015-11-27
Protect the growth of the routing table arrays used by rtable_get()
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-21
simplify ifq_deq_rollback by only having it unlock.
David Gwynne
2015-11-20
Keep if_ref() private, if_get() is what you want to use before if_put().
Martin Pieuchot
2015-11-20
i made a mistake. rename ifq_enq and ifq_deq to ifq_enqueue and ifq_dequeue
David Gwynne
2015-11-20
fix prio KASSERT, it should be <= not <. ok dlg@
Stuart Henderson
[next]