| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2010-05-30 | 3 | -0/+1841 |
|\ |
|
| * | can: Add support for Janz VMOD-ICAN3 Intelligent CAN module | Ira W. Snyder | 2010-05-28 | 3 | -0/+1841 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-05-28 | 9 | -52/+89 |
|\ \
| |/
|/| |
|
| * | netdev/fec: fix ifconfig eth0 down hang issue | Bryan Wu | 2010-05-28 | 1 | -12/+16 |
| * | cnic: Fix context memory init. on 5709. | Michael Chan | 2010-05-28 | 2 | -9/+5 |
| * | drivers/net: Eliminate a NULL pointer dereference | Julia Lawall | 2010-05-28 | 1 | -2/+1 |
| * | drivers/net/hamradio: Eliminate a NULL pointer dereference | Julia Lawall | 2010-05-28 | 1 | -2/+1 |
| * | be2net: Patch removes redundant while statement in loop. | Sarveshwar Bandi | 2010-05-28 | 1 | -1/+1 |
| * | net: ll_temac: fix checksum offload logic | Brian Hill | 2010-05-26 | 2 | -24/+63 |
| * | net: ll_temac: fix interrupt bug when interrupt 0 is used | Brian Hill | 2010-05-26 | 1 | -1/+1 |
| * | be2net: increase POST timeout for EEH recovery | Sathya Perla | 2010-05-26 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-05-25 | 41 | -124/+333 |
|\ \
| |/ |
|
| * | drivers/net/usb/asix.c: Fix pointer cast. | David S. Miller | 2010-05-25 | 1 | -2/+2 |
| * | be2net: Bug fix to avoid disabling bottom half during firmware upgrade. | Sarveshwar Bandi | 2010-05-25 | 3 | -2/+20 |
| * | hso: add support for new products | Filip Aben | 2010-05-25 | 1 | -0/+3 |
| * | Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2010-05-25 | 1 | -2/+2 |
| |\ |
|
| | * | wimax/i2400m: fix bad race condition check in RX path | Inaky Perez-Gonzalez | 2010-05-20 | 1 | -2/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-05-25 | 18 | -124/+93 |
| |\ \ |
|
| | * | | ath9k: remove VEOL support for ad-hoc | Felix Fietkau | 2010-05-25 | 1 | -53/+10 |
| | * | | ath9k: change beacon allocation to prefer the first beacon slot | Felix Fietkau | 2010-05-25 | 1 | -9/+3 |
| | * | | ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep | Vasanthakumar Thiagarajan | 2010-05-24 | 1 | -5/+12 |
| | * | | iwlwifi: testing the wrong variable in iwl_add_bssid_station() | Dan Carpenter | 2010-05-24 | 1 | -1/+1 |
| | * | | ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs() | Dan Carpenter | 2010-05-24 | 1 | -0/+4 |
| | * | | ath9k_htc: dereferencing before check in hif_usb_tx_cb() | Dan Carpenter | 2010-05-24 | 1 | -2/+4 |
| | * | | rt2x00: Fix rt2800usb TX descriptor writing. | Gertjan van Wingerde | 2010-05-24 | 1 | -1/+1 |
| | * | | rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions. | Gertjan van Wingerde | 2010-05-24 | 4 | -14/+18 |
| | * | | Revert "ath9k: Group Key fix for VAPs" | John W. Linville | 2010-05-24 | 1 | -25/+3 |
| | * | | wireless: update gfp/slab.h includes | Tejun Heo | 2010-05-24 | 2 | -0/+2 |
| | * | | rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize | Helmut Schaa | 2010-05-24 | 1 | -1/+1 |
| | * | | ath5k: consistently use rx_bufsize for RX DMA | Bruno Randolf | 2010-05-24 | 1 | -3/+4 |
| | * | | rndis_wlan: replace wireless_send_event with cfg80211_disconnected | Jussi Kivilinna | 2010-05-21 | 1 | -6/+10 |
| | * | | ath9k: remove AR9003 from PCI IDs for now | Luis R. Rodriguez | 2010-05-21 | 1 | -1/+0 |
| | * | | wl1271: Fix RX data path frame lengths | Juuso Oikarinen | 2010-05-21 | 1 | -0/+2 |
| | * | | iwlwifi: fix internal scan race | Reinette Chatre | 2010-05-21 | 1 | -3/+18 |
| * | | | macvlan: do proper cleanup in macvlan_common_newlink() V2 | Jiri Pirko | 2010-05-24 | 1 | -1/+8 |
| * | | | be2net: Bug fix in init code in probe | Sarveshwar Bandi | 2010-05-24 | 1 | -4/+6 |
| * | | | fec: add support for PHY interface platform data | Baruch Siach | 2010-05-24 | 2 | -0/+24 |
| * | | | tun: Update classid on packet injection | Herbert Xu | 2010-05-24 | 1 | -0/+2 |
| * | | | net/irda: bfin_sir: IRDA is not affected by anomaly 05000230 | Graf Yang | 2010-05-23 | 1 | -2/+6 |
| * | | | pppoe: uninitialized variable in pppoe_flush_dev() | Dan Carpenter | 2010-05-23 | 1 | -0/+1 |
| * | | | bfin_mac: fix memleak in mii_bus{probe|remove} | Denis Kirjanov | 2010-05-23 | 1 | -0/+2 |
| * | | | ethoc: fix null dereference in ethoc_probe | Thomas Chou | 2010-05-23 | 1 | -4/+30 |
| * | | | enic: Use random mac addr when associating port-profile | Scott Feldman | 2010-05-23 | 1 | -0/+8 |
| * | | | enic: bug fix: sprintf UUID to string as u8[] rather than u16[] array | Scott Feldman | 2010-05-23 | 1 | -8/+13 |
| |/ / |
|
| * | | can: SJA1000 add missing spin_lock_init() | Oliver Hartkopp | 2010-05-20 | 1 | -0/+2 |
| * | | sh_eth: Fix memleak in sh_mdio_release | Denis Kirjanov | 2010-05-20 | 1 | -0/+3 |
| * | | ixgbe:add support for a new 82599 10G Base-T device | Mallikarjuna R Chilakala | 2010-05-20 | 7 | -0/+111 |
* | | | driver core: add devname module aliases to allow module on-demand auto-loading | Kay Sievers | 2010-05-25 | 2 | -2/+3 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-05-25 | 1 | -17/+19 |
|\ \ \ |
|
| * | | | mlx4_core: Clean up mlx4_alloc_icm() a bit | Roland Dreier | 2010-05-20 | 1 | -19/+20 |