]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
wg: Avoid leaking mbufs when the input handshake queue is full
[FreeBSD/FreeBSD.git] / sys / dev /
2021-03-11 Mark Johnstonwg: Avoid leaking mbufs when the input handshake queue...
2021-03-11 Eric Joynerice(4): Update to version 0.28.1-k
2021-03-11 Krzysztof Galazkaixl(4): Add ability to control link state on ifconfig...
2021-03-11 Krzysztof Galazkaixl(4): Report RX errors as sum of all RX error counters
2021-03-11 Piotr Pietruszewskiix(4): Report RX errors as sum of all RX error counters
2021-03-11 Krzysztof Galazkaixl(4): Fix VLAN HW filtering
2021-03-08 Jessica Clarkeif_vtbe: Add missing includes to fix build
2021-03-06 Peter GrehanImport wireguard fixes from pfSense 2.5
2021-03-06 Xin LIarcmsr(4): Fixed no action of hot plugging device on...
2021-03-02 Brett Mastbergenpwm_backlight: Add MODULE_DEPEND on backlight
2021-03-01 Warner Loshuart: only use MSI on devices that advertise 1 MSI...
2021-03-01 Warner Loshhid: bump HID_ITEM_MAXUSAGES to 8
2021-03-01 Warner Loshacpi: limit the AMDI0020/AMDI0010 workaround to an...
2021-02-25 Alexander Motincxgb(4): Rework my commit 9dc7c250.
2021-02-24 Roger Pau Monnéxen-blkback: fix leak of grant maps on ring setup failure
2021-02-23 Alexander Motincxgbe(4): Save proper zone index on low memory in refil...
2021-02-22 Michal KrawczykMFC 1c808fcd859f: Allocate BAR for ENA MSIx vector...
2021-02-18 Toomas Soomevt: terminal size can grow too big with small font
2021-02-18 Hans Petter SelaskyMFC 12148d4300db:
2021-02-13 Michal Meloundwmmc: Multiple busdma fixes.
2021-02-08 Peter GrehanAlways clamp curve25519 keys prior to use.
2021-02-05 Alfredo Dal'Ava... mrsas: unbreak i386 build
2021-02-04 Doug AmbriskoVMD support for new devices.
2021-02-04 Navdeep Parharcxgbe(4): Fixes to tx coalescing.
2021-02-04 Alfredo Dal'Ava... [POWERPC64BE] mrsas: add big-endian support
2021-02-03 Mark Johnstonqat: Add support for separate AAD and output buffers
2021-02-03 Alexander Motincxgb(4): Remove assumption of physically contiguous...
2021-02-02 Toomas Soomevt: panic while changing vt font
2021-02-01 Hans Petter SelaskyMFC 064009e79462:
2021-02-01 Hans Petter SelaskyMFC b8051298b0a3:
2021-01-31 Alexander MotinAdd missing newlines.
2021-01-31 Alexander MotinMake software iSCSI more configurable.
2021-01-31 Vincenzo Maffionenetmap: simplify parameter passing
2021-01-31 Vincenzo Maffioneaxgbe: fix some link related issues
2021-01-30 Mark Johnstonsafexcel: Disallow unsupported buffer layouts
2021-01-30 Mark JohnstonRevert "Define PNP info after defining driver modules"
2021-01-21 Marius Stroblmmcsd(4): properly set BIO error when partition switchi...
2021-01-21 Marius Stroblsym(4): handle mixed tagged/untagged commands gracefully
2021-01-21 Marius Stroblsym(4): fix nits reported by Coverity
2021-01-21 Marius Stroblfb_if: remove unused method
2021-01-21 Marius Stroblboot_font(4): remove obsolete font
2021-01-21 Mark JohnstonDefine PNP info after defining driver modules
2021-01-21 Alexander MotinRemove FirstBurstLength limit for software iSCSI.
2021-01-21 Jessica Clarkevirtio_mmio: Delete a stale #if 0'ed debug print
2021-01-21 Jessica Clarkevirtio: Reduce boilerplate for device driver module...
2021-01-21 Jessica Clarkevirtio_mmio: Fix V1 device probing spec conformance...
2021-01-21 Jessica Clarkevirtio_mmio: Fix a style(9) issue
2021-01-20 Ryan Libbypms: handle maximum size IO with any alignment
2021-01-20 Ryan Libbypms: quiet -Wunused-variable
2021-01-20 Vladimir Kondratyevevdev: Make variable-size ioctls return actual length...
2021-01-20 Vladimir Kondratyevhmt: Allow I2C sampling mode support to be compiled...
2021-01-20 Vladimir Kondratyevhms: Workaround idle mouse drift in I2C sampling mode.
2021-01-20 Vladimir Kondratyevhconf(4): Do not fetch report before writing new usage...
2021-01-19 Lutz Donnerhackeixl: Permit 802.1ad frames to pass though the chip
2021-01-19 Andriy Gaponhtu21: driver for HTU21D I2C temperature and humidity...
2021-01-19 Bryan Venteichervirtio: Handle possible failure of virtio_finalize_feat...
2021-01-19 Bryan Venteicherif_vtnet: Add counter for received host LRO
2021-01-19 Bryan Venteicherif_vtnet: Misc Tx path cleanup
2021-01-19 Bryan Venteicherif_vtnet: Set lro_nsegs for host LRO packets
2021-01-19 Bryan Venteicherif_vtnet: Resort softc fields
2021-01-19 Bryan Venteicherif_vtnet: Remove unnecessary TUNABLE_INTs because of...
2021-01-19 Bryan Venteicherif_vtnet: Schedule Rx task if pending items when enabli...
2021-01-19 Bryan Venteicherif_vtnet: Disable F_MTU feature if MTU is invalid
2021-01-19 Bryan Venteicherif_vtnet: Limit allocations of unused virtqueues
2021-01-19 Bryan Venteicherif_vtnet: Rework 4be723f63 max multiqueue pairs check
2021-01-19 Bryan Venteicherif_vtnet: Add support for software LRO
2021-01-19 Bryan Venteicherif_vtnet: Set the interface max TSO values
2021-01-19 Bryan Venteicherif_vtnet: Add support for CTRL_GUEST_OFFLOADS feature
2021-01-19 Bryan Venteicherif_vtnet: Move ioctl handlers into separate functions
2021-01-19 Bryan Venteicherif_vtnet: Cleanup the reinit process
2021-01-19 Bryan Venteicherif_vtnet: Cleanup the interface setup methods
2021-01-19 Bryan Venteicherif_vtnet: Only set IFCAP_JUMBO_MTU when jumbo MTU is...
2021-01-19 Bryan Venteicherif_vtnet: Move the Tx interrupt threshold into the...
2021-01-19 Bryan Venteicherif_vtnet: Defer updating generated MAC address until...
2021-01-19 Bryan Venteicherif_vtnet: Remove at attach PROMISC handling
2021-01-19 Bryan Venteicherif_vtnet: Support VIRTIO_NET_F_SPEED_DUPLEX
2021-01-19 Bryan Venteicherif_vtnet: Support VIRTIO_NET_F_MTU
2021-01-19 Bryan Venteicherif_vtnet: Rx path cleanup
2021-01-19 Bryan Venteichervirtio_blk: Use DISKFLAG_WRITE_PROTECT for RO disks
2021-01-19 Bryan Venteicherif_vtnet: Add initial modern (V1) support
2021-01-19 Bryan Venteichervirtio_scsi: Add modern (V1) support
2021-01-19 Bryan Venteichervirtio_blk: Add modern (V1) support
2021-01-19 Bryan Venteichervirtio_console: Add modern (V1) support
2021-01-19 Bryan Venteichervirtio_balloon: Add modern (V1) support
2021-01-19 Bryan Venteichervirtio_random: Add modern (V1) support
2021-01-19 Bryan Venteichervirtio_pci: Add sysctl to show current features
2021-01-19 Bryan Venteichervirtio: Add modern (v1) virtqueue support
2021-01-19 Bryan Venteichervirtio: Add VirtIO PCI modern (V1) support
2021-01-19 Bryan VenteicherRevert: virtio: Support non-legacy network device and...
2021-01-19 Mark Johnstonppbus: Fix the direction of the PPISEPPA ioctl
2021-01-18 Mark Johnstonsafexcel: Maintain per-session context records
2021-01-18 Mark Johnstonsafexcel: Simplify request allocation
2021-01-18 Mark Johnstonsafexcel: Handle command/result descriptor exhaustion...
2021-01-18 Mark Johnstonsafexcel: Add counters for some resource exhaustion...
2021-01-18 Mark Johnstonsafexcel: Dispatch requests to the current CPU's ring
2021-01-16 Marius Stroblopenpromio(4): remove obsolete pseudo device driver
2021-01-16 Marius Stroblsym(4): Remove remainder of SYM_SETUP_LP_PROBE_MAP...
2021-01-16 Vincenzo Maffioneaxgbe: driver changes for netmap support
2021-01-15 Emmanuel Vadotgpiokeys: Use the new device-tree vendor include
2021-01-15 Alexander MotinUnify Intel CODEC naming.
next