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
Age
Commit message (
Expand
)
Author
2015-07-18
pf_send_tcp() should also use unhandled_af()
sashan
2015-07-18
Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().
Kazuya Goda
2015-07-18
NET_RT_DUMP is dumb and tries to iterates over all possible AF tables
Martin Pieuchot
2015-07-18
msg.mpi
sashan
2015-07-18
follow up changes on unknown AF handling
sashan
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-18
Even if pf(4) is not compiled with SMALL_KERNEL add a define around
Martin Pieuchot
2015-07-18
INET/INET6 address family check should be unified in PF
sashan
2015-07-18
Packets that make it to ether_input that have M_VLANTAG set must be dropped.
Claudio Jeker
2015-07-18
On systems with a full routing table (550k+), we often want to be able to
Peter Hessler
2015-07-17
Drop promiscuously received packets if the trunk(4) interface is not
Martin Pieuchot
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-17
Fix MPLS routing when receiving packet with multiple labels.
rzalamena
2015-07-17
sa_family_t should not be confused with u_int8_t
sashan
2015-07-17
fix the indentation of a block of code, no binary change
Jonathan Gray
2015-07-17
manage spd entries by using the radix api directly instead of
Bret Lambert
2015-07-17
Pass the correct argument to bstp_notify_rtage().
Martin Pieuchot
2015-07-17
Explicitly do EtherIP encapsulation in bridge_ifenqueue().
Martin Pieuchot
2015-07-16
Keep private definitions private.
Martin Pieuchot
2015-07-16
Kill IP_ROUTETOETHER.
Martin Pieuchot
2015-07-16
add missing malloc check
Florian Obser
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-07-16
Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.
Martin Pieuchot
2015-07-16
Properly layer Router Solicitation code.
Martin Pieuchot
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-07-08
Linking the local socket to pf states went wrong when IPsec was
Alexander Bluhm
2015-07-08
Use a new RTF_CONNECTED flag for interface (connected) routes.
Martin Pieuchot
2015-07-08
RTF_LOCAL and RTF_BROADCAST must not be settable by userland.
Martin Pieuchot
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-07-07
Do not return internal nodes to the upper layer in rn_lookup().
Martin Pieuchot
2015-07-02
most of the destinations for mbufs in ether_input are mpsafe except for
David Gwynne
2015-07-02
Move back rdomain's check into ether_output() otherwise it triggers
Martin Pieuchot
2015-07-02
Unify the check for up & running between all pseudo-drivers.
Martin Pieuchot
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-06-30
Get rid of the undocumented & temporary* m_copy() macro added for
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-30
Move the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-06-29
Never cache a RTF_GATEWAY route as next hop for a gateway route.
Martin Pieuchot
2015-06-29
count if_ibytes in if_input like we do for if_ipackets.
David Gwynne
2015-06-25
Properly deliver broadcast-like packets to the network stack.
Martin Pieuchot
2015-06-25
No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!
Martin Pieuchot
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
Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().
Martin Pieuchot
2015-06-23
Adapt bridge(4) to the new if_input() framework.
Martin Pieuchot
2015-06-22
Increment rule counters only after successful state insertion
Mike Belopuhov
2015-06-22
rtrequest1(9) error code path cleanup.
Martin Pieuchot
[prev]
[next]