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
2015-07-29
Don't use mpls_input() as input handler anymore and instead call it
Rafael Zalamena
2015-07-21
No more AF_LINK addresses on the per-ifp address lists. ok mpi@
Jeremie Courreges-Anglas
2015-07-20
Remove splassert(IPL_NET) from if_input().
Martin Pieuchot
2015-07-20
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
Rafael Zalamena
2015-07-18
There's no longer a need to force carp(4) interfaces to be the last ones
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-16
Properly layer Router Solicitation code.
Martin Pieuchot
2015-07-02
Move back rdomain's check into ether_output() otherwise it triggers
Martin Pieuchot
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-29
count if_ibytes in if_input like we do for if_ipackets.
David Gwynne
2015-06-25
Move brige(4)'s output hook outside of ether_output().
Martin Pieuchot
2015-06-25
Check for correct rdomain in if_output() rather than in ether_output().
Martin Pieuchot
2015-06-24
Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues when
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-23
Adapt bridge(4) to the new if_input() framework.
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-09
Remove the hack to check if the received pointer has changed in an ifih
Martin Pieuchot
2015-06-07
Introduce unhandled_af() for cases where code conditionally does
Jonathan Gray
2015-06-03
Adjust yielding condition slightly in the if_input_process thread.
Mike Belopuhov
2015-06-02
RIP ether_input_mbuf().
Martin Pieuchot
2015-05-26
Now that the Ethernet header is always passed as part of the mbuf, kill
Martin Pieuchot
2015-05-26
move add_net_randomness from ether_input to the if_input task.
David Gwynne
2015-05-20
Do not increment if_opackets in if_output(). It might make sense to do
Martin Pieuchot
2015-05-19
Take vlan(4) out of ether_input().
Martin Pieuchot
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-10
replace the use of ifqueues for most input queues serviced by netisr
David Gwynne
2015-04-10
Run detach hook and similar before cleaning up any other resource when
Martin Pieuchot
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-04-02
Grab the kernel lock around the bpf_mtap_ether() call in if_input(). This
Mark Kettenis
2015-04-01
create a taskq for network tasks to run in. cut ether_input_mbuf
David Gwynne
2015-03-29
if_detached start dequeues mbufs on the start list and immediately
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-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-03-03
Fix a regression introduced when switching from rtsold to the kernel for
Brad Smith
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-09
move the init of the if_input from ether_ifattach to if_attach.
David Gwynne
2015-02-08
Introduce if_input() a function to pass packets dequeued from a
Martin Pieuchot
2015-02-05
implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INET
Henning Brauer
2015-01-27
Ensure that link-local addresses are correctly configured on loopback
Martin Pieuchot
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2015-01-21
Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
Philip Guenther
2015-01-14
It is sufficient to protect in6_ifattach() with splsoftnet().
Alexander Bluhm
2015-01-10
Correct some comments and merge in6_if_up() into in6_ifattach() to
Martin Pieuchot
2015-01-06
Remove the NOINET6 interface flag, a left-over from the times when IPv6
Stefan Sperling
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-18
Change the link state change routing message generation to a taskq.
Kenneth R Westerback
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
[next]