summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs: don't use igrab() while holding i_lockDave Chinner2011-03-293-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-2944-192/+329
|\
| * xfrm: Restrict extended sequence numbers to espSteffen Klassert2011-03-281-0/+3
| * xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert2011-03-281-0/+21
| * xfrm: Assign esn pointers when cloning a stateSteffen Klassert2011-03-282-0/+28
| * xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2011-03-282-3/+16
| * netdev: bfin_mac: document TE setting in RMII modesMike Frysinger2011-03-281-2/+11
| * drivers net: Fix declaration ordering in inline functions.Balaji G2011-03-281-1/+1
| * cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard2011-03-281-4/+10
| * net: Always allocate at least 16 skb frags regardless of page sizeAnton Blanchard2011-03-281-1/+7
| * ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller2011-03-281-0/+1
| * net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-277-8/+24
| * mlx4_en: Fix loss of promiscuityHerbert Xu2011-03-271-0/+3
| * tg3: Fix inline keyword usageJavier Martinez Canillas2011-03-271-1/+1
| * tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce...Javier Martinez Canillas2011-03-271-2/+2
| * net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros2011-03-272-2/+2
| * Net / jme: Do not use legacy PCI power managementRafael J. Wysocki2011-03-271-14/+16
| * myri10ge: small rx_done refactoringStanislaw Gruszka2011-03-271-14/+23
| * bridge: notify applications if address of bridge device changesstephen hemminger2011-03-274-5/+13
| * ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe2011-03-271-3/+3
| * can: c_can: Fix tx_bytes accountingJan Altenberg2011-03-271-1/+1
| * can: c_can_platform: fix irq check in probeMarc Kleine-Budde2011-03-271-4/+5
| * can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde2011-03-271-10/+4
| * can: make struct proto constOliver Hartkopp2011-03-274-14/+12
| * net: remove useless comments in net/core/dev.cAmerigo Wang2011-03-271-54/+0
| * rose: Add length checks to CALL_REQUEST parsingBen Hutchings2011-03-275-47/+93
| * ROSE: prevent heap corruption with bad facilitiesDan Rosenberg2011-03-271-2/+16
| * irda: validate peer name and attribute lengthsDan Rosenberg2011-03-271-0/+6
| * irda: prevent heap corruption on invalid nicknameDan Rosenberg2011-03-271-0/+3
| * dst: Clone child entry in skb_dst_popSteffen Klassert2011-03-272-2/+2
| * xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2011-03-272-0/+4
| * ipv4: do not ignore route errorsJulian Anastasov2011-03-251-2/+2
* | md: Fix integrity registration error when no devices are capableMartin K. Petersen2011-03-281-6/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-281-1/+1
|\ \
| * | selinux: Fix regression for XorgStephen Smalley2011-03-291-1/+1
* | | ARM: mx51_efika: fix build error due to new mfd changesAndres Salomon2011-03-281-2/+4
| | |
| \ \
*-. \ \ Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git...Linus Torvalds2011-03-2814-235/+297
|\ \ \ \
| | * | | genirq; Fix cleanup falloutThomas Gleixner2011-03-292-8/+10
| | * | | genirq: Fix typo and remove unused variableThomas Gleixner2011-03-282-2/+1
| | * | | genirq: Fix new kernel-doc warningsRandy Dunlap2011-03-282-2/+2
| | * | | genirq: Add setter for AFFINITY_SET in irq_data stateThomas Gleixner2011-03-281-0/+5
| | * | | genirq: Provide setter inline for IRQD_IRQ_INPROGRESSThomas Gleixner2011-03-281-0/+15
| | * | | genirq: Remove handle_IRQ_eventThomas Gleixner2011-03-282-15/+0
| | * | | arm: Ns9xxx: Remove private irq flow handlerThomas Gleixner2011-03-281-54/+4
| | * | | powerpc: cell: Use the core flow handlerThomas Gleixner2011-03-282-49/+2
| | * | | genirq: Provide edge_eoi flow handlerThomas Gleixner2011-03-283-0/+50
| | * | | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-289-59/+64
| | * | | genirq: Split irq_set_affinity() so it can be called with lock held.David Daney2011-03-272-18/+31
| | * | | genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner2011-03-272-4/+9
| | * | | genirq: Add chip hooks for taking CPUs on/off line.David Daney2011-03-272-0/+66