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
Age
Commit message (
Expand
)
Author
2015-05-28
Kill unused IF_INPUT_ENQUEUE().
Martin Pieuchot
2015-05-27
Use m_defrag(9) instead of rolling our own inlined version.
Mark Kettenis
2015-05-27
check if the packet is for us or if we're promisc before we cut the
David Gwynne
2015-05-27
Improve the controller state check in xhci_reset
Mike Belopuhov
2015-05-27
call exynos_platform_match() if the kernel is compiled with exynos devices
Jonathan Gray
2015-05-27
make the exynos code compile without fdt
Jonathan Gray
2015-05-26
make this build with WSDISPLAY_COMPAT_RAWKBD defined
Jonathan Gray
2015-05-26
Fix missing vlan.h include in if_vio.c
Stefan Fritsch
2015-05-26
Don't create ICMP states on reply packets unless tracking states sloppy
Mike Belopuhov
2015-05-26
Use if_output() instead of rerolling it.
Martin Pieuchot
2015-05-26
bump the number of tx and rx descriptors from 128 up to 512.
David Gwynne
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
Do not create ARP entries for RTF_BROADCAST routes.
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
More than 100+ drivers converted to if_input(), this is the last "real" one.
Martin Pieuchot
2015-05-26
make vlans inherit their parents hardmtu as well as mtu.
David Gwynne
2015-05-26
Build all the firmware for usb devices on armv7.
Jonathan Gray
2015-05-26
Sync usb devices with amd64.
Jonathan Gray
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-25
Initialize ipa_ndrq in isascan() too...
Miod Vallat
2015-05-25
Match newer elantech v4 touchpads, logic taken from Linux.
Martin Pieuchot
2015-05-25
Make this build when using the __STRICT_ALIGNMENT version of USETW.
Jonathan Gray
2015-05-25
Convert from ether_input() with separate mbuf data and Ethernet header, to
Miod Vallat
2015-05-25
Prevent a use after free in by closing all open endpoints upon detach.
Martin Pieuchot
2015-05-25
a dreaded whitespace; Kyle Milz
Theo de Raadt
2015-05-25
missing word in comment; Kyle Milz
Theo de Raadt
2015-05-24
Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators being
Miod Vallat
2015-05-24
add the chromebook board id the exynos code uses
Jonathan Gray
2015-05-24
imx_board_devs -> exynos_board_devs
Jonathan Gray
2015-05-24
Follow the recent pckbc@isa changes and always establish all the necessary
Miod Vallat
2015-05-24
Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).
Matthieu Herrb
2015-05-24
Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdt
Philip Guenther
2015-05-23
remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@
Markus Friedl
2015-05-23
introduce ipsec-id bundles and use them for ipsecflowinfo,
Markus Friedl
2015-05-23
use & not && when testing lcr bits
Jonathan Gray
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
2015-05-22
Don't use an uninitialised softc pointer in midiread/midiwrite.
Jonathan Gray
2015-05-22
LITTE_ENDIAN -> LITTLE_ENDIAN
Jonathan Gray
2015-05-22
Limit the number of dma segments used for transmitting packets to
Mark Kettenis
2015-05-21
Use m_defrag(9) instead of rolling our own version of it.
Mark Kettenis
2015-05-21
Establish interrupts for both keyboard and mouse slots at pckbc attach time,
Miod Vallat
2015-05-21
Report all valid interrupt locators in isaprint() - although config(8) stanzas
Miod Vallat
2015-05-21
Rename caddr_t p to cp in an inner block to avoid aliasing the outer
Nicholas Marriott
2015-05-21
No need for ifp since we do not set "rcvif".
Martin Pieuchot
[next]