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-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
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-15
Fix a double free in the destroy path triggered when a second process,
Martin Pieuchot
2015-06-12
Remove superfluous splnet() protection.
Martin Pieuchot
2015-06-11
Move away from using hzto(9); OK dlg
Mike Belopuhov
2015-06-10
Add missing include.
Martin Pieuchot
2015-06-09
Remove the hack to check if the received pointer has changed in an ifih
Martin Pieuchot
2015-06-09
Convert trunk(4) to if_input().
Martin Pieuchot
2015-06-08
Merge multiple copies of the code doing VLAN tag insertion back into
Martin Pieuchot
2015-06-08
Move carp-related logic from ether_output() into carp_start().
Martin Pieuchot
2015-06-07
Introduce unhandled_af() for cases where code conditionally does
Jonathan Gray
2015-06-06
Put the link-layer address back into the gateway field of RTF_LOCAL
Martin Pieuchot
2015-06-05
Improve error handling and recovery during state insertion
Mike Belopuhov
2015-06-03
Adjust yielding condition slightly in the if_input_process thread.
Mike Belopuhov
2015-06-03
Fix pf_map_addr() not to cause dividing by 0. This fixes problem when
YASUOKA Masahiko
2015-06-03
there's been a long standing issue in ppp on a tty/serial line where it alloc...
David Gwynne
2015-06-02
RIP ether_input_mbuf().
Martin Pieuchot
2015-06-02
Use if_input() instead of ether_input_mbuf().
Martin Pieuchot
2015-06-02
Take carp(4) out of ether_input().
Martin Pieuchot
2015-06-01
Convert tun(4) to if_input().
Martin Pieuchot
2015-05-28
Kill unused IF_INPUT_ENQUEUE().
Martin Pieuchot
2015-05-27
check if the packet is for us or if we're promisc before we cut the
David Gwynne
2015-05-26
Don't create ICMP states on reply packets unless tracking states sloppy
Mike Belopuhov
2015-05-26
Store the IP address of the corresponding ifa in the rt_gateway field
Martin Pieuchot
2015-05-26
Normalize route destination before checking for MPATH conflicts.
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-26
make vlans inherit their parents hardmtu as well as mtu.
David Gwynne
2015-05-25
fix panic for real and revert previous rev 1.52
Sebastian Benoit
2015-05-25
fix a panic in import_identities() in case the ID isnt loaded
Sebastian Benoit
2015-05-23
introduce ipsec-id bundles and use them for ipsecflowinfo,
Markus Friedl
2015-05-23
Call if_input() instead of setting the "rcvif" pointer ourself.
Martin Pieuchot
2015-05-23
Pass output packets to bpf(4). This is helpful when debugging stack
Martin Pieuchot
2015-05-22
Cut down on if statements around pf_icmp_state_lookup
Mike Belopuhov
2015-05-22
Cleanup leftover PF_ICMP_MULTI_* code that is not needed anymore.
Mike Belopuhov
[prev]
[next]