| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dead code with reference to IFQ_HANDOFF | kmacy | 2009-04-27 | 1 | -26/+0 |
* | replace IFQ_ENQUEUE + if_start with if_transmit | kmacy | 2009-04-27 | 1 | -14/+2 |
* | replace IFQ_HANDOFF with if_transmit | kmacy | 2009-04-27 | 1 | -1/+1 |
* | remove gratuitous memory barrier, a remnant of unified L2 / L3 | kmacy | 2009-04-27 | 1 | -1/+0 |
* | remove call to IFQ_HANDOFF is it called by if_transmit in the default case | kmacy | 2009-04-27 | 1 | -1/+1 |
* | Document the liblzma support. | kientzle | 2009-04-27 | 1 | -0/+3 |
* | use if_transmit intead of direct frobbing of the if_snd q; this is no | sam | 2009-04-27 | 1 | -11/+2 |
* | Use cached progif instead of reading it again. | jkim | 2009-04-27 | 1 | -1/+1 |
* | - Give generic AHCI driver lower priority than device-specific drivers. | jkim | 2009-04-27 | 2 | -5/+5 |
* | key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC). | bz | 2009-04-27 | 2 | -0/+6 |
* | Symlink some additional man page entries. | kientzle | 2009-04-27 | 1 | -0/+7 |
* | Merge r991 from libarchive.googlecode.com: Various updates | kientzle | 2009-04-27 | 1 | -8/+55 |
* | Merge r990,r1044 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 7 | -2/+292 |
* | Reduce code duplication and excessive pci_get_slot() calls. | jkim | 2009-04-27 | 1 | -10/+10 |
* | Merge r1061,r1062,r1063 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 4 | -1/+70 |
* | Merge r1034 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -25/+25 |
* | Merge r1058 from libarchive.googlecode.com: Require that each | kientzle | 2009-04-27 | 2 | -7/+13 |
* | ino_t varies across platforms; casting (int) here avoids | kientzle | 2009-04-27 | 1 | -2/+3 |
* | Merge r1032 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -12/+16 |
* | Merge r1054,r1060 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -6/+19 |
* | Correct fat finger mistake | jfv | 2009-04-27 | 1 | -1/+1 |
* | Merge r1021 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -2/+14 |
* | Merge r1052,r1055 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 4 | -0/+5 |
* | Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 6 | -48/+314 |
* | Reduce excessive pci_get_devid() and pci_get_revid() calls | jkim | 2009-04-27 | 1 | -4/+8 |
* | Merge r988,r1064 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -12/+24 |
* | Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will be | sam | 2009-04-27 | 2 | -0/+11 |
* | Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet was | oleg | 2009-04-27 | 2 | -14/+13 |
* | igb_txeof also has a case where the watchdog may not | jfv | 2009-04-27 | 1 | -9/+8 |
* | - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. These | jkim | 2009-04-27 | 3 | -8/+77 |
* | Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING | gallatin | 2009-04-27 | 1 | -1/+1 |
* | Thanks for Michael Tuexen for tracking down a path where | jfv | 2009-04-27 | 1 | -14/+21 |
* | fix various build errors (missing or wrong return types for | luigi | 2009-04-27 | 1 | -16/+22 |
* | Change the semantics of i_modrev/va_filerev to what is required for | rmacklem | 2009-04-27 | 3 | -6/+6 |
* | Start to convert this over to the new tty layer. These changes allow | ambrisko | 2009-04-27 | 3 | -188/+125 |
* | Updates to mxge for multiple tx/rx rings: | gallatin | 2009-04-27 | 2 | -41/+333 |
* | add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address | sam | 2009-04-26 | 3 | -7/+12 |
* | don't depend on includes to get definitions of struct ieee80211_tx_ampdu | sam | 2009-04-26 | 1 | -0/+2 |
* | hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_start | sam | 2009-04-26 | 1 | -37/+36 |
* | allow drivers to hook ampdu rx start/stop | sam | 2009-04-26 | 2 | -10/+29 |
* | improvements: | sam | 2009-04-26 | 1 | -61/+105 |
* | stash the node pointer in the mbuf before doing ff aggregration so this | sam | 2009-04-26 | 2 | -10/+7 |
* | whitespace | sam | 2009-04-26 | 1 | -0/+1 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 17 | -51/+64 |
* | print both fc bytes when hitting a protocol version mismatch | sam | 2009-04-26 | 4 | -4/+8 |
* | add iv_recv_ctl method to allow hooking rx ctl frame handling | sam | 2009-04-26 | 4 | -8/+34 |
* | don't fragment ampdu aggregates | sam | 2009-04-26 | 1 | -1/+1 |
* | uniformly mark mbufs that pass through the tx path with M_MCAST; drivers | sam | 2009-04-26 | 1 | -15/+22 |
* | Eliminate an errant comment. | alc | 2009-04-26 | 1 | -2/+1 |
* | o add missing 802.3 bpf tap | sam | 2009-04-26 | 1 | -0/+6 |