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
Age
Commit message (
Expand
)
Author
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-10
Kill unneeded caddr_t cast.
Claudio Jeker
2018-02-10
rework gif to be more consistent.
David Gwynne
2018-02-10
Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act
Claudio Jeker
2018-02-07
comment change only. ok bluhm@
Richard Procter
2018-02-07
update the gre driver.
David Gwynne
2018-02-07
Unbreak carp(4) MAC check in bridge_process().
Martin Pieuchot
2018-02-07
split mobileip(4) out from the gre(4) driver.
David Gwynne
2018-02-07
Historically TCP timeouts were implemented with pr_slowtimo and
Alexander Bluhm
2018-02-06
There was a race in the TCP timers. As they may sleep to grab the
Alexander Bluhm
2018-02-06
Do some cleanup in ah_massage_headers().
Alexander Bluhm
2018-02-05
Remove tcp_acounts, some tcp_usrreq() counting from 1981. Also
Alexander Bluhm
2018-02-03
Since tcp_attach() has moved to a separate protocol function, the
Alexander Bluhm
2018-02-01
When processing IPsec AH packets with IP options or IPv6 extension
Alexander Bluhm
2018-01-25
Use a workaround for detached parent in carp_proto_input_c().
Martin Pieuchot
2018-01-23
The TCP reaper timeout was still imlemented as soft timeout. So
Alexander Bluhm
2018-01-23
Although it is a dead store here, always reassign the tcpcb after
Alexander Bluhm
2018-01-23
Bring back the PRU_ATTACH constant and description. Then trpt(8)
Alexander Bluhm
2018-01-23
Fix printf(9) format strings so that a kernel with TCPDEBUG compiles.
Alexander Bluhm
2018-01-22
Bring back the detach messages in trpt(8) for tcp debugging. They
Alexander Bluhm
2018-01-16
Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip
Martin Pieuchot
2018-01-15
There was an issue that dynamic path MTU discovery together with
Alexander Bluhm
2018-01-12
have carp use standard detach hooks instead of getting special handling
David Gwynne
2018-01-12
unbreak configurations using carppeers
David Gwynne
2018-01-12
restrict carp to configuring ethernet interfaces as carpdevs.
David Gwynne
2018-01-11
carp_ourether gets passed the parent interface, not the carp interface.
David Gwynne
2018-01-10
get rid of struct carp_if by moving the srpl into struct ifnet if_carp.
David Gwynne
2018-01-10
simplify the input interface type check in carp_proto_input_if.
David Gwynne
2018-01-09
Creating a cloned interface could return ENOMEM due to temporary
Alexander Bluhm
2018-01-09
Change `so_state' and `so_error' to unsigned int such that they can
Martin Pieuchot
2018-01-09
make mpls_input take a struct ifnet *ifp argument.
David Gwynne
2017-12-29
Make the functions which link the pf state keys to mbufs, inpcbs,
Alexander Bluhm
2017-12-14
The pf code marks ICMP packets belonging to an TCP or UDP divert
Alexander Bluhm
2017-12-07
Initialize tcp_secret in tcp_init
Mike Belopuhov
2017-12-04
Make divert lookup similar for all socket types. If PF_TAG_DIVERTED
Alexander Bluhm
2017-12-01
Fix white spaces and shorten long line.
Alexander Bluhm
2017-12-01
Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST
Alexander Bluhm
2017-11-30
Fix typos in comments.
Nayden Markatchev
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-23
Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().
Martin Pieuchot
2017-11-22
It does not make sense to call pcb lookup from pf during packet
Alexander Bluhm
2017-11-21
Move the addrhook disestablish from carpdetach() to carp_clone_destroy()
Patrick Wildt
2017-11-20
Keep kernel defines under #ifdef _KERNEL.
Martin Pieuchot
2017-11-20
Flush flows using the radix-tree instead of a global list.
Martin Pieuchot
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
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
Add ifdef MPLS around all the MPLS-in-IP code
Jeremie Courreges-Anglas
2017-11-17
Rename functions that now handle only MPLS-in-IP
Jeremie Courreges-Anglas
2017-11-17
Move etherip_allow where it is used
Jeremie Courreges-Anglas
[next]