Age | Commit message (Expand) | Author |
2012-11-16 | Add oce(4) / mfii(4) and virtio devices | Brad Smith |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-11-15 | this code is shared into userland, and there it should not pull | Theo de Raadt |
2012-11-15 | Do not try to transmit packets if the interface is not running. | Joel Sing |
2012-11-14 | allocate a mailbox payload dma memory upfront instead of per request | Mike Belopuhov |
2012-11-14 | add support for the lenovo usb 2.0 ethernet adapter | joshua stein |
2012-11-14 | regen | joshua stein |
2012-11-14 | add lenovo usb ethernet adapter | joshua stein |
2012-11-14 | Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. | Mark Kettenis |
2012-11-13 | Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridge | Mark Kettenis |
2012-11-13 | Do not advance the timecounter too fast on MULTIPROCESSOR kernels; noticed | Miod Vallat |
2012-11-13 | do an OACTIVE/if_start dance only once per tx interrupt | Mike Belopuhov |
2012-11-13 | enable hardware tx checksum offloading as oce doesn't | Mike Belopuhov |
2012-11-13 | more cleanup missed in the previous commit | Mike Belopuhov |
2012-11-13 | major cleanup; get rid of the oce_destroy_queue | Mike Belopuhov |
2012-11-13 | Correct the first argument of agpmmap() making possible to mmap the AGP | Martin Pieuchot |
2012-11-12 | protect rxeof path with an splnet; ok kettenis | Mike Belopuhov |
2012-11-12 | move some stuff around, do minor cleanup | Mike Belopuhov |
2012-11-12 | add IWN_FLAG_NO_BT_COEX define for previous 6235 support in if_iwn | joshua stein |
2012-11-11 | add support for the Intel Centrino Advanced-N 6235 to iwn(4). | joshua stein |
2012-11-11 | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- | Theo de Raadt |
2012-11-10 | use boolean_t not bool for a local boolean type so this won't | Jonathan Gray |
2012-11-10 | Simplify error handling, add IFCAP_VLAN_MTU | Stefan Fritsch |
2012-11-10 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2012-11-10 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2012-11-10 | add a flag indicating whether shared code was initialized so that we | Mike Belopuhov |
2012-11-10 | sync some 82599 bits with freebsd driver; ok jsg | Mike Belopuhov |
2012-11-10 | Number of swap pages in use must be smaller than tha total number of swap | Mark Kettenis |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2012-11-09 | don't sync dma memory for the whole ring when updating a single | Mike Belopuhov |
2012-11-09 | merge if_ocevar.h and if_oce.c; do some minor cleanup while here | Mike Belopuhov |
2012-11-09 | cleanup oce_encap | Mike Belopuhov |
2012-11-09 | stop passing if_id around | Mike Belopuhov |
2012-11-09 | improve flow control code | Mike Belopuhov |
2012-11-09 | To be able to receive ethernet packets with VLAN tags oce_set_promisc | Mike Belopuhov |
2012-11-09 | cleanup register definitions | Mike Belopuhov |
2012-11-08 | make link state update code more comprehensible by using some ideas from myx(4) | Mike Belopuhov |
2012-11-08 | hardware supports mtu values from 256 up to 9000; | Mike Belopuhov |
2012-11-08 | When halting the rx engine wait 1ms after destroying the queue in | Mike Belopuhov |
2012-11-08 | wrap bpfilter portion with #if NBPFILTER > 0. | Gleydson Soares |
2012-11-08 | minor style cleanup, improve the mailbox timeout printf | Mike Belopuhov |
2012-11-08 | Hide stats calculation ugliness inside oce_update_stats and | Mike Belopuhov |
2012-11-08 | now that our make is more strict, fix ws issue; ok espie@ | Otto Moerbeek |
2012-11-08 | sync up device ids with freebsd | Mike Belopuhov |
2012-11-08 | Do not depend on IFCAP_CSUM flags when configuring rx checksumming | Mike Belopuhov |
2012-11-07 | minor tweaks to the ioctl code | Mike Belopuhov |
2012-11-07 | Make the ieee80211_node_incref() macro a static inline function, as its | Stefan Sperling |
2012-11-07 | Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. | Stefan Sperling |
2012-11-07 | Fix the buffer cache. | Bob Beck |
2012-11-07 | Enable %tick access for userland on sun4u systems (sun4v systems already have | Mark Kettenis |