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
/
netinet
/
in_proto.c
Age
Commit message (
Expand
)
Author
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2019-11-04
remove mobileip(4)
David Gwynne
2019-07-15
Initialize struct inpcb pool not on demand, but during initialization.
Alexander Bluhm
2019-06-13
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
Claudio Jeker
2018-11-19
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
Claudio Jeker
2018-02-10
rework gif to be more consistent.
David Gwynne
2018-02-07
split mobileip(4) out from the gre(4) driver.
David Gwynne
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-17
Rename etherip sysctl handler, there's no conflict with ip_ether.c any more
Jeremie Courreges-Anglas
2017-11-17
Rename functions that now handle only MPLS-in-IP
Jeremie Courreges-Anglas
2017-11-17
Drop all Ethernet-in-IP support from gif(4)
Jeremie Courreges-Anglas
2017-11-17
Move etherip counters and their allocation to etherip(4)
Jeremie Courreges-Anglas
2017-11-15
Make etherip(4) the single driver responsible for etherip sysctl entries.
Jeremie Courreges-Anglas
2017-11-10
Use percpu counters with etheripstat.
Visa Hankala
2017-11-05
Finish off pr_drain functions, they haven't been used since 2006.
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-05-18
The function name ip4_input() is confusing as it also handles IPv6
Alexander Bluhm
2017-05-17
The large and nested GIF #ifdef in protosw made it hard to figure
Alexander Bluhm
2017-05-09
Remove rip_output() and rip6_output() from inetsw and inet6sw. The
Alexander Bluhm
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-10
percpu counters for ip_ipip.c
Jeremie Courreges-Anglas
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-03
Implement etherip(4) driver
Kazuya Goda
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-09-28
Merge gif(4)'s tentacles in a single file.
Martin Pieuchot
2015-09-04
Make every subsystem using a radix tree call rn_init() and pass the
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2013-12-17
Change ip_output()'s non-optional arguments to be standard arguments
Matthew Dempsky
2013-04-24
Instead of having various extern declarations for protocol variables,
Martin Pieuchot
2013-01-17
Expand the socket splicing functionality from TCP to UDP. Merge
Alexander Bluhm
2012-10-15
Another 'notyet' is being promoted to 'notever'.
Mike Belopuhov
2011-03-31
- use nitems(); no binary change
Jasper Lievisse Adriaanse
2011-01-07
Add socket option SO_SPLICE to splice together two TCP sockets.
Alexander Bluhm
2010-08-29
Fix kernel compiling with disabled IPSEC and enabled GIF/MPLS
Joerg Goltermann
2010-05-11
Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()
Claudio Jeker
2010-01-12
Add input and user protocol hook to handle GRE packets by pipex.
YASUOKA Masahiko
2009-10-04
Add (again) support for divert sockets. They allow you to:
Michele Marchetto
2009-09-08
I had not enough oks to commit this diff.
Michele Marchetto
2009-09-08
Add support for divert sockets. They allow you to:
Michele Marchetto
2008-05-06
remove tcp_drain code since it's not longer used; ok henning, feedback thib
Markus Friedl
2007-12-14
add sysctl entry points into various network layers, in particular to
Theo de Raadt
2007-06-06
remove ifdef'd out ipx-in-ip registration
Henning Brauer
[next]