| Commit message (Expand) | Author | Age | Files | Lines |
* | myri10ge: move data structures into a single slice | Brice Goglin | 2008-05-13 | 1 | -278/+316 |
* | myri10ge: fix potential infinite loop in enable_ecrc | Brice Goglin | 2008-05-13 | 1 | -2/+3 |
* | myri10ge: trivial formatting fix | Brice Goglin | 2008-05-13 | 1 | -1/+4 |
* | myri10ge: add barrier in myri10ge_send_cmd | Brice Goglin | 2008-05-13 | 1 | -1/+3 |
* | myri10ge: report FIBER in ethtool for XFP based NIC | Brice Goglin | 2008-05-13 | 1 | -0/+35 |
* | myri10ge: properly align scratch buffers | Brice Goglin | 2008-05-13 | 1 | -2/+2 |
* | myri10ge: increase and fix handoff timeout | Brice Goglin | 2008-05-13 | 1 | -2/+2 |
* | myri10ge: fix module parameter descriptions | Brice Goglin | 2008-05-13 | 1 | -17/+18 |
* | myri10ge: update firmware headers | Brice Goglin | 2008-05-13 | 2 | -31/+64 |
* | atl1: bump version number | Jay Cliburn | 2008-05-13 | 4 | -5/+5 |
* | atl1: add shutdown callback | Jay Cliburn | 2008-05-13 | 1 | -2/+9 |
* | atl1: fix broken suspend and resume | Jay Cliburn | 2008-05-13 | 1 | -45/+80 |
* | atl1: add PHY power save mode | Jay Cliburn | 2008-05-13 | 2 | -11/+11 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-05-13 | 21 | -79/+133 |
|\ |
|
| * | mac80211: add missing newlines in printk() | Pavel Roskin | 2008-05-13 | 2 | -4/+5 |
| * | PS3: gelic: fix memory leak | Masakazu Mokuno | 2008-05-13 | 1 | -0/+2 |
| * | mac80211: fix association with some APs | Helmut Schaa | 2008-05-13 | 1 | -14/+50 |
| * | iwlwifi: Fix frequency in rx_status fill | Emmanuel Grumbach | 2008-05-13 | 2 | -2/+2 |
| * | zd1211rw: fix potential use-after-free bug | Johannes Berg | 2008-05-13 | 1 | -1/+5 |
| * | Fix potential scheduling while atomic in mesh_path_add. | Pavel Emelyanov | 2008-05-13 | 1 | -1/+2 |
| * | Fix not checked kmalloc() result. | Pavel Emelyanov | 2008-05-13 | 1 | -1/+7 |
| * | Fix GFP_KERNEL allocation under read lock. | Pavel Emelyanov | 2008-05-13 | 1 | -3/+3 |
| * | mac80211: mesh hwmp: fix kfree(skb) | Patrick McHardy | 2008-05-13 | 1 | -1/+1 |
| * | mac80211: fix access to null skb | Luis Carlos Cobo | 2008-05-13 | 1 | -3/+3 |
| * | mac80211: fix incorrect mesh header length | Luis Carlos Cobo | 2008-05-13 | 2 | -6/+6 |
| * | mac80211: Don't encrypt beacons | Ivo van Doorn | 2008-05-13 | 1 | -0/+1 |
| * | rt2x00: Clean up error handling of PCI queue DMA allocation. | Ivo van Doorn | 2008-05-13 | 1 | -2/+3 |
| * | rt2x00: Fix broken recover-on-error path | Ivo van Doorn | 2008-05-13 | 1 | -7/+4 |
| * | rt2x00: Don't use pskb_expand_head() | Ivo van Doorn | 2008-05-13 | 1 | -20/+11 |
| * | iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selected | Zhu Yi | 2008-05-13 | 1 | -1/+1 |
| * | mac80211: fix debugfs default key oops | Johannes Berg | 2008-05-13 | 1 | -3/+12 |
| * | wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is defined | John W. Linville | 2008-05-13 | 2 | -6/+4 |
| * | fix irq flags in mac80211 code | Steven Rostedt | 2008-05-13 | 1 | -2/+2 |
| * | prism54: fix regression with missing carrier in AP-mode | Luis R. Rodriguez | 2008-05-13 | 1 | -2/+9 |
* | | pppol2tp: Remove null pointer dereference. | Julia Lawall | 2008-05-13 | 1 | -3/+10 |
* | | syncppp: Fix crashes. | David S. Miller | 2008-05-12 | 8 | -18/+21 |
|/ |
|
* | sctp: Add address type check while process paramaters of ASCONF chunk | Wei Yongjun | 2008-05-12 | 1 | -0/+13 |
* | sctp: Do not enable peer IPv6 address support on PF_INET socket | Wei Yongjun | 2008-05-12 | 1 | -1/+2 |
* | niu: Determine the # of ports from the card's VPD data | Matheos Worku | 2008-05-12 | 2 | -32/+30 |
* | sit: Add missing kfree_skb() on pskb_may_pull() failure. | David S. Miller | 2008-05-09 | 1 | -1/+1 |
* | tipc: Increase buffer header to support worst-case device | Allan Stephens | 2008-05-09 | 1 | -6/+5 |
* | net: Added ASSERT_RTNL() to dev_open() and dev_close(). | Ben Hutchings | 2008-05-08 | 1 | -0/+4 |
* | can: Fix can_send() handling on dev_queue_xmit() failures | Oliver Hartkopp | 2008-05-08 | 1 | -4/+12 |
* | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-05-08 | 32 | -390/+1193 |
|\ |
|
| * | e1000e: don't return half-read eeprom on error | Kok, Auke | 2008-05-06 | 1 | -1/+5 |
| * | ucc_geth: Don't use RX clock as TX clock. | Joakim Tjernlund | 2008-05-06 | 1 | -1/+1 |
| * | cxgb3: Use CAP_SYS_RAWIO for firmware | Alan Cox | 2008-05-06 | 1 | -2/+2 |
| * | pcnet32: delete non NAPI code from driver. | Don Fry | 2008-05-06 | 2 | -71/+4 |
| * | fs_enet: Fix a memory leak in fs_enet_mdio_probe | Scott Wood | 2008-05-06 | 1 | -1/+2 |
| * | [netdrvr] eexpress: IPv6 fails - multicast problems | Bruce Robson | 2008-05-06 | 1 | -5/+6 |