Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
868d550
Fix build error if enable xfs or btfs
hardkernel Jan 10, 2013
a8695e1
bonding: Bonding driver does not consider the gso_max_size/gso_max_se…
Nov 21, 2012
cefbc05
bonding: fix race condition in bonding_store_slaves_active
Nov 29, 2012
e620776
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user…
rantala Nov 27, 2012
55fdb80
sctp: fix -ENOMEM result with invalid user space pointer in sendto() …
rantala Nov 22, 2012
80fef29
ne2000: add the right platform device
Nov 20, 2012
98ffdcd
irda: sir_dev: Fix copy/paste typo
shcgit Nov 20, 2012
8d759d1
usb/ipheth: Add iPhone 5 support
Oct 14, 2012
947d716
pnpacpi: fix incorrect TEST_ALPHA() test
Alan-Cox Dec 7, 2012
28278b3
exec: do not leave bprm->interp on stack
kees Dec 20, 2012
276c234
x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptops
Dec 11, 2012
812e638
virtio: force vring descriptors to be allocated from lowmem
wildea01 Oct 19, 2012
8fafe01
mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED
chazy Dec 21, 2012
51afc62
tmpfs mempolicy: fix /proc/mounts corrupting memory
Jan 2, 2013
5a6400c
ALSA: usb-audio: Avoid autopm calls after disconnection
tiwai Dec 3, 2012
6ab1dea
ALSA: usb-audio: Fix missing autopm for MIDI input
tiwai Dec 3, 2012
45a62af
p54usb: add USB ID for T-Com Sinus 154 data II
Dec 22, 2012
1db444f
p54usb: add USBIDs for two more p54usb devices
chunkeey Dec 27, 2012
42fac8e
usb: gadget: phonet: free requests in pn_bind()'s error path
Oct 22, 2012
611d6f0
ACPI / scan: Do not use dummy HID for system bus ACPI nodes
rafaeljw Jan 4, 2013
64b45c8
NFS: avoid NULL dereference in nfs_destroy_server
neilbrown Dec 13, 2012
9d53441
NFS: Fix calls to drop_nlink()
Dec 14, 2012
d6e0c42
nfsd4: fix oops on unusual readlike compound
Dec 4, 2012
31c4e8c
nfs: fix null checking in nfs_get_option_str()
xiw Jan 4, 2013
ada84ad
Input: walkera0701 - fix crash on startup
Dec 15, 2012
d038911
genirq: Always force thread affinity
KAGA-KOKO Nov 3, 2012
5729b13
xhci: Add Lynx Point LP to list of Intel switchable hosts
Nov 9, 2012
01fdcf4
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
htejun Nov 19, 2012
6c94f43
x86, amd: Disable way access filter on Piledriver CPUs
aprzywar Oct 31, 2012
6fe7238
ftrace: Do not function trace inlined functions
Dec 12, 2011
1e8928a
sparc: huge_ptep_set_* functions need to call set_huge_pte_at()
kleikamp Dec 17, 2012
9b79271
net: sched: integer overflow fix
matiniero Dec 21, 2012
86791bb
tcp: implement RFC 5961 3.2
edumazet Jul 17, 2012
ab5c718
tcp: implement RFC 5961 4.2
edumazet Jul 17, 2012
282190e
tcp: refine SYN handling in tcp_validate_incoming
edumazet Jul 17, 2012
ffd34fc
tcp: tcp_replace_ts_recent() should not be called from tcp_validate_i…
edumazet Nov 13, 2012
8d15569
tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation
edumazet Oct 21, 2012
f61019b
ARM: mm: use pteval_t to represent page protection values
wildea01 Sep 18, 2012
0b6916a
ARM: missing ->mmap_sem around find_vma() in swp_emulate.c
Dec 16, 2012
decbd08
solos-pci: fix double-free of TX skb in DMA mode
dwmw2 Dec 11, 2012
e641306
PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz
amluto Dec 1, 2012
1bc2621
Bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]
mrkindustries Nov 6, 2012
9b7b38a
Bluetooth: cancel power_on work when unregistering the device
Nov 21, 2012
4a16c40
CRIS: fix I/O macros
cminyard Dec 18, 2012
afc0e69
drivers/rtc/rtc-vt8500.c: correct handling of CR_24H bitfield
tonyprisk Jan 4, 2013
a2e1113
drivers/rtc/rtc-vt8500.c: fix handling of data passed in struct rtc_time
tonyprisk Jan 4, 2013
c39096f
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
Jan 4, 2013
a0ed2e7
can: Do not call dev_put if restart timer is running upon close
Nov 27, 2012
2a68fec
Linux 3.0.58
gregkh Jan 11, 2013
08c96fe
Merge branch 'odroid-3.0.y' of git://github.com/hardkernel/linux into…
zehome Jan 12, 2013
c59e25f
Merge branch 'linux-3.0.58' into odroid-ed-3.0.y
zehome Jan 12, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ne2000: add the right platform device
[ Upstream commit da9da01 ]

Without this udev doesn't have a way to key the ne device to the platform
device.

Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Alan Cox authored and gregkh committed Jan 11, 2013
commit 80fef291d6f5d9f6f20e8c54cbc6ecbf47b187df
1 change: 1 addition & 0 deletions drivers/net/ne.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ static int __init ne_drv_probe(struct platform_device *pdev)
dev->irq = irq[this_dev];
dev->mem_end = bad[this_dev];
}
SET_NETDEV_DEV(dev, &pdev->dev);
err = do_ne_probe(dev);
if (err) {
free_netdev(dev);
Expand Down