summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fuse: mark pages accessed when written toJohannes Weiner2011-08-081-0/+3
| * | | fuse: delete dead .write_begin and .write_end aopsJohannes Weiner2011-08-081-70/+0
| * | | fuse: fix flockMiklos Szeredi2011-08-084-4/+32
| * | | fuse: fix non-ANSI void function notationRandy Dunlap2011-06-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2011-08-248-233/+468
|\ \ \ \
| * | | | sparc: Allow handling signals when stack is corrupted.David S. Miller2011-08-208-233/+468
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-08-2427-110/+433
|\ \ \ \ \
| * | | | | bridge: fix a possible net_device leakEric Dumazet2011-08-221-1/+5
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-08-225-36/+37
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-225-36/+37
| | |\ \ \ \ \
| | | * | | | | iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-131-22/+17
| | | * | | | | Revert "iwlagn: sysfs couldn't find the priv pointer"Emmanuel Grumbach2011-08-131-9/+9
| | | * | | | | drivers/net/wireless/wl12xx: add missing kfreeJulia Lawall2011-08-122-6/+5
| | | * | | | | rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka2011-08-111-4/+3
| | | * | | | | rt2x00: fix order of entry flags modificationStanislaw Gruszka2011-08-111-10/+7
| | | * | | | | rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka2011-08-111-1/+12
| * | | | | | | net: Documentation: RFC 2553bis is now RFC 3493Geoffrey Thomas2011-08-221-1/+1
| |/ / / / / /
| * | | | | | atm: br2684: Fix oops due to skb->dev being NULLDaniel Schwierzeck2011-08-201-3/+4
| * | | | | | ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta2011-08-191-4/+5
| * | | | | | net: netdev-features.txt update to Documentation/networking/00-INDEXWillem de Bruijn2011-08-181-1/+1
| * | | | | | vlan: reset headers on accel emulation pathJiri Pirko2011-08-181-0/+2
| * | | | | | forcedeth: call vlan_mode only if hw supports vlansJiri Pirko2011-08-171-1/+2
| * | | | | | via-velocity: remove non-tagged packet filteringJiri Pirko2011-08-171-4/+0
| * | | | | | bonding:reset backup and inactive flag of slavePeter Pan(潘卫平)2011-08-171-0/+18
| * | | | | | net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-171-2/+1
| * | | | | | sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane2011-08-161-0/+3
| * | | | | | gianfar: reduce stack usage in gianfar_ethtool.cWang Shaoyan2011-08-131-5/+21
| * | | | | | net: minor update to Documentation/networking/scaling.txtWillem de Bruijn2011-08-131-8/+15
| * | | | | | net: add missing entries to Documentation/networking/00-INDEXWillem de Bruijn2011-08-131-0/+116
| * | | | | | gianfar: prevent buggy hw rx vlan taggingJiri Pirko2011-08-131-2/+7
| * | | | | | net: sh_eth: Fix build by forgot including linux/interrupt.hNobuhiro Iwamatsu2011-08-131-0/+1
| * | | | | | drivers/net/can/sja1000/plx_pci.c: eliminate double freeJulia Lawall2011-08-131-2/+2
| * | | | | | usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer2011-08-131-9/+38
| * | | | | | vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross2011-08-131-14/+20
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-08-134-18/+135
| |\ \ \ \ \ \
| | * | | | | | e1000e: workaround invalid Tx/Rx tail descriptor register writeBruce Allan2011-08-133-4/+85
| | * | | | | | e1000e: workaround for packet drop on 82579 at 100MbpsBruce Allan2011-08-131-5/+14
| | * | | | | | e1000e: Spurious interrupts & dropped packets with 82577/8/9 in half-duplexBruce Allan2011-08-131-8/+33
| | * | | | | | ixgbe: Fix FCOE memory leak for DDP packetsAlexander Duyck2011-08-131-1/+3
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-08-233-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | x86-32, vdso: On system call restart after SYSENTER, use int $0x80H. Peter Anvin2011-08-231-1/+1
| * | | | | | | | x86, UV: Remove UV delay in starting slave cpusJack Steiner2011-08-051-1/+0
| * | | | | | | | x86, olpc: Wait for last byte of EC command to be acceptedPaul Fox2011-08-051-2/+2
* | | | | | | | | m68k: fix __page_to_pfn for a const struct page argumentIan Campbell2011-08-231-1/+1
* | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-08-2356-81/+78
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfs: fix tracing builds inside the source treeChristoph Hellwig2011-08-221-0/+2
| * | | | | | | | | xfs: remove subdirectoriesChristoph Hellwig2011-08-1255-63/+58
| * | | | | | | | | xfs: don't expect xfs headers to be in subdirectoriesAlex Elder2011-08-125-19/+19
* | | | | | | | | | Merge git://git.infradead.org/users/cbou/battery-3.1Linus Torvalds2011-08-233-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s3c-adc-battery: Fix compilation error due to missing header (module.h)Vasily Khoruzhick2011-08-191-0/+1
OpenPOWER on IntegriCloud