summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-05-28Kill unused IF_INPUT_ENQUEUE().Martin Pieuchot
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-05-27check if the packet is for us or if we're promisc before we cut theDavid Gwynne
2015-05-27Improve the controller state check in xhci_resetMike Belopuhov
2015-05-27call exynos_platform_match() if the kernel is compiled with exynos devicesJonathan Gray
2015-05-27make the exynos code compile without fdtJonathan Gray
2015-05-26make this build with WSDISPLAY_COMPAT_RAWKBD definedJonathan Gray
2015-05-26Fix missing vlan.h include in if_vio.cStefan Fritsch
2015-05-26Don't create ICMP states on reply packets unless tracking states sloppyMike Belopuhov
2015-05-26Use if_output() instead of rerolling it.Martin Pieuchot
2015-05-26bump the number of tx and rx descriptors from 128 up to 512.David Gwynne
2015-05-26Store the IP address of the corresponding ifa in the rt_gateway fieldMartin Pieuchot
2015-05-26Normalize route destination before checking for MPATH conflicts.Martin Pieuchot
2015-05-26Do not create ARP entries for RTF_BROADCAST routes.Martin Pieuchot
2015-05-26Now that the Ethernet header is always passed as part of the mbuf, killMartin Pieuchot
2015-05-26move add_net_randomness from ether_input to the if_input task.David Gwynne
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
2015-05-26make vlans inherit their parents hardmtu as well as mtu.David Gwynne
2015-05-26Build all the firmware for usb devices on armv7.Jonathan Gray
2015-05-26Sync usb devices with amd64.Jonathan Gray
2015-05-25fix panic for real and revert previous rev 1.52Sebastian Benoit
2015-05-25fix a panic in import_identities() in case the ID isnt loadedSebastian Benoit
2015-05-25Initialize ipa_ndrq in isascan() too...Miod Vallat
2015-05-25Match newer elantech v4 touchpads, logic taken from Linux.Martin Pieuchot
2015-05-25Make this build when using the __STRICT_ALIGNMENT version of USETW.Jonathan Gray
2015-05-25Convert from ether_input() with separate mbuf data and Ethernet header, toMiod Vallat
2015-05-25Prevent a use after free in by closing all open endpoints upon detach.Martin Pieuchot
2015-05-25a dreaded whitespace; Kyle MilzTheo de Raadt
2015-05-25missing word in comment; Kyle MilzTheo de Raadt
2015-05-24Initialize ipa_nirq in isascan(). Gets rid of spurious irq locators beingMiod Vallat
2015-05-24add the chromebook board id the exynos code usesJonathan Gray
2015-05-24imx_board_devs -> exynos_board_devsJonathan Gray
2015-05-24Follow the recent pckbc@isa changes and always establish all the necessaryMiod Vallat
2015-05-24Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).Matthieu Herrb
2015-05-24Treat primary cpu like others and put pointer to its GDT in cpu_info.ci_gdtPhilip Guenther
2015-05-23remove PACKET_TAG_IPSEC_PENDING_TDB, it is never set; ok mikeb@Markus Friedl
2015-05-23introduce ipsec-id bundles and use them for ipsecflowinfo,Markus Friedl
2015-05-23use & not && when testing lcr bitsJonathan Gray
2015-05-23Call if_input() instead of setting the "rcvif" pointer ourself.Martin Pieuchot
2015-05-23Pass output packets to bpf(4). This is helpful when debugging stackMartin Pieuchot
2015-05-22Cut down on if statements around pf_icmp_state_lookupMike Belopuhov
2015-05-22Cleanup leftover PF_ICMP_MULTI_* code that is not needed anymore.Mike Belopuhov
2015-05-22Don't use an uninitialised softc pointer in midiread/midiwrite.Jonathan Gray
2015-05-22LITTE_ENDIAN -> LITTLE_ENDIANJonathan Gray
2015-05-22Limit the number of dma segments used for transmitting packets toMark Kettenis
2015-05-21Use m_defrag(9) instead of rolling our own version of it.Mark Kettenis
2015-05-21Establish interrupts for both keyboard and mouse slots at pckbc attach time,Miod Vallat
2015-05-21Report all valid interrupt locators in isaprint() - although config(8) stanzasMiod Vallat
2015-05-21Rename caddr_t p to cp in an inner block to avoid aliasing the outerNicholas Marriott
2015-05-21No need for ifp since we do not set "rcvif".Martin Pieuchot