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
2017-07-24
Reduce NET_LOCK() contention by moving the linktstate and watchdog
Martin Pieuchot
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2017-06-23
Resetting the mbuf header in if_input_local() was stripping off the
Alexander Bluhm
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-30
Clear the internal table used by if_get(9) and sleep until all
Martin Pieuchot
2017-05-29
Do not try to grab the NET_LOCK() while holding an ifp reference.
Martin Pieuchot
2017-05-28
Remove all splnet/splx from pipex(4) and pppx(4) and replace some of
YASUOKA Masahiko
2017-05-28
Leaving IP multicast group requires the NET_LOCK().
Martin Pieuchot
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-15
Enable the NET_LOCK(), take 3.
Martin Pieuchot
2017-05-09
pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it.
Martin Pieuchot
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-04-14
Avoid some false positives with cppcheck. No binary change.
Alexander Bluhm
2017-03-22
Replace an expensive microtime call with a getmicrotime for if_lastchange
Mike Belopuhov
2017-03-17
Revert the NET_LOCK() and bring back pf's contention lock for release.
Martin Pieuchot
2017-03-08
Do not unset IFF_UP twice.
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-02-28
Don't change the up status of the interface when changing its rdomain.
YASUOKA Masahiko
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-01
Take if_attach_common() out from under netlock as it does a bunch
Jonathan Gray
2017-02-01
Switch from splsoftnet to taking the netlock in if_attachhead().
Jonathan Gray
2017-01-31
Remove the inifioctl hack, checking for an unheld NET_LOCK() in
Martin Pieuchot
2017-01-25
Introduce a hack to remove false-positives when looking for memory
Martin Pieuchot
2017-01-25
Enable the NET_LOCK(), take 2.
Martin Pieuchot
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2017-01-24
add support for multiple transmit ifqueues per network interface.
David Gwynne
2017-01-23
Flag pseudo-interfaces as such in order to call add_net_randomness()
Martin Pieuchot
2017-01-23
i botched the copyout to ifr->ifr_data in SIOCGIFDATA.
David Gwynne
2017-01-23
merge the ifnet and ifqueue stats together when userland wants them.
David Gwynne
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-12
Unlink PF state keys before passing mbufs to drivers.
Martin Pieuchot
2017-01-04
dont assume setting IFF_UP will succeed.
David Gwynne
2017-01-04
shuffle the last change slightly.
David Gwynne
2017-01-04
make if_input return early if the mbuf list is empty.
David Gwynne
2017-01-03
Do not trash the original SPL level.
Martin Pieuchot
2016-12-29
Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around
Martin Pieuchot
2016-12-21
Generate an IFINFO message when changing the MTU of an interface.
Jeremie Courreges-Anglas
2016-12-20
Grab the netlock during interface attach and detach.
Mike Belopuhov
2016-12-19
Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts
Martin Pieuchot
2016-12-12
Remove most of the splsoftnet() recursions related to cloned interfaces.
Martin Pieuchot
2016-12-02
Clean up leftovers from r1.442.
Vincent Gross
2016-11-28
Remove simple recursive splsoftnet() calls inside ifioctl().
Martin Pieuchot
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-11-14
Automatically set ::1 on all default lo(4) interfaces.
Martin Pieuchot
2016-11-14
It should be possible to create the default loopback interface.
Martin Pieuchot
2016-11-14
Automatically create a default lo(4) interface per rdomain.
Martin Pieuchot
2016-11-08
No longer need radix.h
Martin Pieuchot
2016-11-08
RIP ifa_ifwithnet()
Martin Pieuchot
[next]