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