summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-0418-86/+99
|\
| * Linux 3.2v3.2Linus Torvalds2012-01-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-047-15/+32
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-044-5/+23
| | |\
| | | * mwifiex: fix crash during simultaneous scan and connectAmitkumar Karwar2012-01-031-1/+6
| | | * b43: fix regression in PIO caseGuennadi Liakhovetski2012-01-031-3/+13
| | | * ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan2012-01-031-0/+3
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-031-1/+1
| | | |\
| | | | * Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan2011-12-231-1/+1
| | * | | fix CAN MAINTAINERS SCM tree typeOliver Hartkopp2012-01-031-2/+2
| | * | | CAN MAINTAINERS updateOliver Hartkopp2012-01-031-6/+5
| | * | | net: fsl: fec: fix build for mx23-only kernelWolfram Sang2012-01-031-2/+2
| | * | | sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
| * | | | minixfs: misplaced checks lead to dentry leakAl Viro2012-01-041-17/+17
| * | | | ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-042-3/+12
| * | | | ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2012-01-041-1/+8
| * | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-01-041-2/+2
| |\ \ \ \
| | * | | | [CIFS] default ntlmv2 for cifs mount delayed to 3.3Steve French2012-01-041-1/+1
| | * | | | cifs: fix bad buffer length check in coalesce_t2Jeff Layton2012-01-031-1/+1
| * | | | | Revert "rtc: Expire alarms after the time is set."Linus Torvalds2012-01-041-6/+0
| * | | | | Revert "rtc: Disable the alarm in the hardware"Linus Torvalds2012-01-031-34/+10
| |/ / / /
| * | | | hung_task: fix false positive during vforkMandeep Singh Baines2012-01-031-4/+10
| * | | | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara2012-01-032-2/+2
| * | | | drm/radeon/kms/atom: fix possible segfault in pm setupAlexander Müller2012-01-031-1/+5
| |/ / /
* | | | ipv6/addrconf: speedup /proc/net/if_inet6 fillingMihai Maruseac2012-01-041-15/+28
* | | | r6040: place comments before codeFlorian Fainelli2012-01-041-3/+4
* | | | r6040: use __aligned(size)Florian Fainelli2012-01-041-1/+1
* | | | r6040: use definitions for MAC_SM register read/writesFlorian Fainelli2012-01-041-2/+3
* | | | r6040: use MAC_RST bit definition with MCR1 read/writesFlorian Fainelli2012-01-041-3/+3
* | | | r6040: define more MCR0 register bitsFlorian Fainelli2012-01-041-3/+6
* | | | r6040: remove unused variables and definitionsFlorian Fainelli2012-01-041-13/+1
* | | | r6040: use an unique MDIO bus nameFlorian Fainelli2012-01-041-1/+2
* | | | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-043-4/+7
* | | | net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-041-6/+6
* | | | net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-041-19/+33
* | | | ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings2012-01-042-59/+0
* | | | sfc: Remove now-unused filter functionBen Hutchings2012-01-042-48/+0
* | | | sfc: Implement ethtool RX NFC rules API instead of n-tuple APIBen Hutchings2012-01-041-39/+149
* | | | sfc: Add support for retrieving and removing filters by IDBen Hutchings2012-01-043-0/+266
* | | | sfc: Use consistent types for filter IDs, indices and search depthsBen Hutchings2012-01-042-8/+8
* | | | sfc: Change filter ID generation to satisfy priority semantics of RX NFCBen Hutchings2012-01-042-5/+43
* | | | ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings2012-01-043-4/+35
* | | | gianfar: Reject out-of-range RX NFC locationsBen Hutchings2012-01-041-2/+3
* | | | net/smsc911x: Check if PHY is in operational mode before software resetJavier Martinez Canillas2012-01-031-0/+92
* | | | net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>Javier Martinez Canillas2012-01-033-20/+30
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-03179-6435/+7880
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-0221-459/+496
| |\ \ \ \
| | * | | | Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0
| | * | | | Bluetooth: Incorrect address while storing LTK.Hemant Gupta2011-12-231-1/+1
| | * | | | Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan2011-12-221-2/+2
OpenPOWER on IntegriCloud