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_var.h
Age
Commit message (
Expand
)
Author
2015-11-27
Keep lo(4) definitions inside if_loop.c
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-23
There's no longer a need to include <net/hfsc.h> in <net/if_var.h>
Martin Pieuchot
2015-11-21
simplify ifq_deq_rollback by only having it unlock.
David Gwynne
2015-11-20
i made a mistake. rename ifq_enq and ifq_deq to ifq_enqueue and ifq_dequeue
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-18
Factorize the bits to check if a L2 route is connected, wether it is
Martin Pieuchot
2015-11-11
Store the index of the lo0 interface instead of a pointer to its
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-24
Add pair(4), a vether-based virtual Ethernet driver to interconnect
Reyk Floeter
2015-10-22
Kill link_rtrequest(), introduce in 1990 to "fix" the result
Martin Pieuchot
2015-10-12
the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.
David Gwynne
2015-10-05
Add ifi_oqdrops and its alias to struct if_data.
Masao Uebayashi
2015-09-30
sleep until all references to an interface have been released during detach.
David Gwynne
2015-09-28
Remove "if_tp" from the "struct ifnet".
Martin Pieuchot
2015-09-27
pull the m_freem calls out of hfsc_enqueue by having IFQ_ENQUEUE free
David Gwynne
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-13
Run the interface watchdog timer routine as a task such that we have process
Mark Kettenis
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-12
Introduce if_input_local() a function to feed local traffic back to
Martin Pieuchot
2015-09-10
rework how we store and manage the interface index to ifp map in preparation ...
David Gwynne
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
include srp.h so userland can understand struct srpl.
David Gwynne
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-09
introduce reference counts for interfaces (ie, struct ifnet *ifp).
David Gwynne
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-02
RIP ether_input_mbuf().
Martin Pieuchot
2015-05-28
Kill unused IF_INPUT_ENQUEUE().
Martin Pieuchot
2015-05-26
Now that the Ethernet header is always passed as part of the mbuf, kill
Martin Pieuchot
2015-05-19
Take vlan(4) out of ether_input().
Martin Pieuchot
2015-05-18
Move the rdomain from struct ifnet into struct if_data. This way it
Reyk Floeter
2015-05-15
Give carp(4) interfaces their own low priority. The change should not
Claudio Jeker
2015-05-15
Introduce if_output(), a function do to the last steps before enqueuing
Martin Pieuchot
2015-04-23
replace the use of struct ifqueue in pipex with mbuf_queues.
David Gwynne
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-04-01
create a taskq for network tasks to run in. cut ether_input_mbuf
David Gwynne
2015-03-25
introduce code for network input queues. these are to replace the
David Gwynne
2015-03-18
remove the congestion handling from struct ifqueue.
David Gwynne
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-08
Introduce if_input() a function to pass packets dequeued from a
Martin Pieuchot
2015-02-06
since I just touched this file and thus cause an almost full recompile of
Henning Brauer
2015-02-06
g/c unused IFQ_INC_LEN, IFQ_DEC_LEN and IFQ_INC_DROPS, ok claudio
Henning Brauer
2014-12-18
Change the link state change routing message generation to a taskq.
Kenneth R Westerback
2014-12-08
There's no good reason to keep into "struct ifnet" a pointer that's only
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-12-01
Make every interface with a watchdog register it's own slow timeout
Mike Belopuhov
2014-07-08
introduce the if_rxr api. it is intended to pull the rx ring accounting
David Gwynne
2014-05-26
Document that this reference counter is not generic. It indicates how
Martin Pieuchot
2014-05-05
Use a custom ifa_rtrequest function for point-to-point interfaces
Martin Pieuchot
[next]