Changeset 36127
- Timestamp:
- 2013-03-25T14:53:48+01:00 (5 years ago)
- Location:
- trunk/target/linux/generic/patches-3.9
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/generic/patches-3.9/060-hso_devices.patch
r36008 r36127 16 16 --- a/drivers/usb/storage/unusual_devs.h 17 17 +++ b/drivers/usb/storage/unusual_devs.h 18 @@ -12 37,6 +1237,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x018 @@ -1252,6 +1252,18 @@ UNUSUAL_DEV( 0x0af0, 0x8304, 0x0000, 0x0 19 19 USB_SC_DEVICE, USB_PR_DEVICE, NULL, 20 20 0 ), -
trunk/target/linux/generic/patches-3.9/100-overlayfs.patch
r36074 r36127 244 244 --- a/MAINTAINERS 245 245 +++ b/MAINTAINERS 246 @@ -5 872,6 +5872,13 @@ F: drivers/scsi/osd/246 @@ -5905,6 +5905,13 @@ F: drivers/scsi/osd/ 247 247 F: include/scsi/osd_* 248 248 F: fs/exofs/ -
trunk/target/linux/generic/patches-3.9/102-ehci_hcd_ignore_oc.patch
r36008 r36127 21 21 --- a/drivers/usb/host/ehci-hcd.c 22 22 +++ b/drivers/usb/host/ehci-hcd.c 23 @@ -63 0,7 +630,7 @@ static int ehci_run (struct usb_hcd *hcd23 @@ -631,7 +631,7 @@ static int ehci_run (struct usb_hcd *hcd 24 24 "USB %x.%x started, EHCI %x.%02x%s\n", 25 25 ((ehci->sbrn & 0xf0)>>4), (ehci->sbrn & 0x0f), -
trunk/target/linux/generic/patches-3.9/203-kallsyms_uncompressed.patch
r36008 r36127 52 52 --- a/init/Kconfig 53 53 +++ b/init/Kconfig 54 @@ -12 63,6 +1263,17 @@ config KALLSYMS_ALL54 @@ -1259,6 +1259,17 @@ config KALLSYMS_ALL 55 55 56 56 Say N unless you really need all symbols. -
trunk/target/linux/generic/patches-3.9/450-mtd_plat_nand_chip_fixup.patch
r36008 r36127 6 6 --- a/include/linux/mtd/nand.h 7 7 +++ b/include/linux/mtd/nand.h 8 @@ -6 47,6 +647,7 @@ struct platform_nand_chip {8 @@ -654,6 +654,7 @@ struct platform_nand_chip { 9 9 unsigned int options; 10 10 unsigned int bbt_options; -
trunk/target/linux/generic/patches-3.9/640-bridge_no_eap_forward.patch
r36008 r36127 13 13 skb2 = skb; 14 14 else if (is_multicast_ether_addr(dest)) { 15 mdst = br_mdb_get(br, skb );15 mdst = br_mdb_get(br, skb, vid); -
trunk/target/linux/generic/patches-3.9/644-bridge_optimize_netfilter_hooks.patch
r36008 r36127 59 59 --- a/net/bridge/br_multicast.c 60 60 +++ b/net/bridge/br_multicast.c 61 @@ -78 1,7 +781,7 @@ static void __br_multicast_send_query(st61 @@ -782,7 +782,7 @@ static void __br_multicast_send_query(st 62 62 if (port) { 63 63 __skb_push(skb, sizeof(struct ethhdr)); -
trunk/target/linux/generic/patches-3.9/655-increase_skb_pad.patch
r36008 r36127 1 1 --- a/include/linux/skbuff.h 2 2 +++ b/include/linux/skbuff.h 3 @@ -175 1,7 +1751,7 @@ static inline int pskb_network_may_pull(3 @@ -1756,7 +1756,7 @@ static inline int pskb_network_may_pull( 4 4 * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8) 5 5 */ -
trunk/target/linux/generic/patches-3.9/721-phy_packets.patch
r36008 r36127 35 35 --- a/include/linux/skbuff.h 36 36 +++ b/include/linux/skbuff.h 37 @@ -178 1,6 +1781,10 @@ static inline int pskb_trim(struct sk_bu37 @@ -1786,6 +1786,10 @@ static inline int pskb_trim(struct sk_bu 38 38 return (len < skb->len) ? __pskb_trim(skb, len) : 0; 39 39 } … … 46 46 * pskb_trim_unique - remove end from a paged unique (not cloned) buffer 47 47 * @skb: buffer to alter 48 @@ -18 87,16 +1891,6 @@ static inline struct sk_buff *dev_alloc_48 @@ -1892,16 +1896,6 @@ static inline struct sk_buff *dev_alloc_ 49 49 } 50 50 -
trunk/target/linux/generic/patches-3.9/930-crashlog.patch
r36008 r36127 21 21 --- a/init/Kconfig 22 22 +++ b/init/Kconfig 23 @@ -114 5,6 +1145,10 @@ config RELAY23 @@ -1141,6 +1141,10 @@ config RELAY 24 24 25 25 If unsure, say N.
Note: See TracChangeset
for help on using the changeset viewer.