| Commit message (Expand) | Author | Age | Files | Lines |
* | net/xfrm: Use an IS_ERR test rather than a NULL test | Julien Brunel | 2008-09-02 | 1 | -4/+2 |
* | ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message. | Senthil Balasubramanian | 2008-09-02 | 1 | -2/+3 |
* | ath9k: Incorrect key used when group and pairwise ciphers are different. | Senthil Balasubramanian | 2008-09-02 | 2 | -6/+8 |
* | rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON | Boaz Harrosh | 2008-09-02 | 1 | -3/+2 |
* | mac80211: Fix debugfs union misuse and pointer corruption | Jouni Malinen | 2008-09-02 | 2 | -4/+6 |
* | wireless/libertas/if_cs.c: fix memory leaks | Adrian Bunk | 2008-09-02 | 1 | -10/+3 |
* | orinoco: Multicast to the specified addresses | David Kilroy | 2008-09-02 | 1 | -3/+7 |
* | iwlwifi: fix 64bit platform firmware loading | Tomas Winkler | 2008-09-02 | 2 | -7/+5 |
* | iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE) | Mohamed Abbas | 2008-09-02 | 2 | -3/+4 |
* | iwlwifi: workaround interrupt handling no some platforms | Tomas Winkler | 2008-09-02 | 1 | -0/+8 |
* | iwlwifi: do not use GFP_DMA in iwl_tx_queue_init | John W. Linville | 2008-09-02 | 1 | -1/+1 |
* | net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFS | Florian Mickler | 2008-09-02 | 1 | -1/+2 |
* | net: Unbreak userspace usage of linux/mroute.h | David S. Miller | 2008-08-29 | 4 | -20/+2 |
* | pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() | Jarek Poplawski | 2008-08-29 | 7 | -11/+11 |
* | ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0 | Yang Hongyang | 2008-08-29 | 1 | -3/+3 |
* | sctp: fix random memory dereference with SCTP_HMAC_IDENT option. | Vlad Yasevich | 2008-08-27 | 2 | -2/+7 |
* | sctp: correct bounds check in sctp_setsockopt_auth_key | Vlad Yasevich | 2008-08-27 | 1 | -1/+1 |
* | wan: Missing capability checks in sbni_ioctl() | Eugene Teo | 2008-08-27 | 1 | -4/+4 |
* | Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | David S. Miller | 2008-08-27 | 8 | -81/+80 |
|\ |
|
| * | mac80211: quiet chatty IBSS merge message | John W. Linville | 2008-08-26 | 1 | -1/+1 |
| * | mac80211: don't send empty extended rates IE | Jan-Espen Pettersen | 2008-08-26 | 1 | -1/+1 |
| * | mac80211: Fix debugfs file add/del for netdev | Jouni Malinen | 2008-08-26 | 2 | -12/+18 |
| * | net/mac80211/mesh.c: correct the argument to __mesh_table_free | Julia Lawall | 2008-08-26 | 1 | -1/+1 |
| * | mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM | Jouni Malinen | 2008-08-26 | 1 | -39/+9 |
| * | net: rfkill: add missing line break | Felipe Balbi | 2008-08-26 | 1 | -1/+1 |
| * | Ath5k: fix bintval setup | Jiri Slaby | 2008-08-26 | 1 | -3/+5 |
| * | Ath5k: lock beacons | Jiri Slaby | 2008-08-26 | 2 | -3/+13 |
| * | atmel: try open system authentication too | Dan Williams | 2008-08-26 | 1 | -1/+9 |
| * | atmel: return ENOENT on request_firmware failure | Dan Williams | 2008-08-26 | 1 | -19/+22 |
* | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-08-27 | 35 | -189/+284 |
|\ \ |
|
| * | | e100, fix iomap read | Jiri Slaby | 2008-08-27 | 1 | -2/+2 |
| * | | qeth: preallocated header account offset | Frank Blaschka | 2008-08-27 | 1 | -1/+1 |
| * | | qeth: l2 write unicast list to hardware | Frank Blaschka | 2008-08-27 | 2 | -5/+23 |
| * | | qeth: use -EOPNOTSUPP instead of -ENOTSUPP. | Ursula Braun | 2008-08-27 | 1 | -1/+1 |
| * | | ibm_newemac: Don't call dev_mc_add() before device is registered | Benjamin Herrenschmidt | 2008-08-27 | 1 | -3/+3 |
| * | | net: don't grab a mutex within a timer context in gianfar | Sebastian Siewior | 2008-08-27 | 2 | -4/+19 |
| * | | forcedeth: fix checksum flag | Ayaz Abdulla | 2008-08-27 | 1 | -2/+2 |
| * | | net/usb/mcs7830: add set_mac_address | Oliver Martin | 2008-08-27 | 1 | -0/+24 |
| * | | net/usb/mcs7830: new device IDs | Arnd Bergmann | 2008-08-27 | 1 | -1/+22 |
| * | | [netdrvr] smc91x: fix resource removal (null ptr deref) | Jeff Garzik | 2008-08-27 | 1 | -1/+1 |
| * | | ibmveth: fix bad UDP checksums | Santiago Leon | 2008-08-27 | 1 | -2/+3 |
| * | | [netdrvr] hso: dev_kfree_skb crash fix | Denis Joseph Barrow | 2008-08-27 | 1 | -0/+1 |
| * | | [netdrvr] hso: icon 322 detection fix | Denis Joseph Barrow | 2008-08-27 | 1 | -1/+1 |
| * | | atl1: disable TSO by default | Jay Cliburn | 2008-08-27 | 1 | -1/+0 |
| * | | atl1e: multistatement if missing braces | Ilpo Järvinen | 2008-08-27 | 1 | -1/+2 |
| * | | igb: remove 82576 quad adapter | Alexander Duyck | 2008-08-27 | 4 | -22/+0 |
| * | | drivers/net/skfp/ess.c: fix compile warnings | Takashi Iwai | 2008-08-27 | 1 | -3/+3 |
| * | | LCS recovery dumps when cable reconnect | Klaus-D. Wacker | 2008-08-27 | 1 | -1/+2 |
| * | | ctcm: netdev->priv vs. netdev->ml_priv | Peter Tiedemann | 2008-08-27 | 4 | -67/+68 |
| * | | claw: netdev->priv vs. netdev->ml_priv | Peter Tiedemann | 2008-08-27 | 1 | -30/+30 |