summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-6/+14
2012-05-24net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger1-1/+4
2012-05-24net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger1-1/+3
2012-05-24net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger1-0/+6
2012-05-24net: cosmetic: Add a more explicit comment about 802.2Joe Hershberger1-2/+2
2012-05-24net: cosmetic: Rename parameter len to payload_lenJoe Hershberger1-2/+10
2012-05-24net: cosmetic: Un-typedef ICMP_tJoe Hershberger1-2/+4
2012-05-24net: cosmetic: Un-typedef ARP_tJoe Hershberger1-3/+2
2012-05-24net: cosmetic: Un-typedef VLAN_Ethernet_tJoe Hershberger1-3/+4
2012-05-24net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-4/+14
2012-05-24net: cosmetic: Split struct ip_udp_hdr into ip_hdrJoe Hershberger1-8/+24
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-5/+6
2012-05-23net: Move ARP out of net.cJoe Hershberger1-1/+2
2012-05-23net: Encapsulate CDP packet identificationJoe Hershberger1-2/+10
2012-05-23net: Move CDP out of net.cJoe Hershberger1-5/+3
2012-05-23net: Remove CMD_PING where there's no CMD_NETJoe Hershberger3-3/+3
2012-05-22include/part.h: fix indentation of lbaAnatolij Gustschin1-1/+1
2012-05-22fat: fix FAT sector offsets overflow on large FAT partitionsAaron Williams1-3/+3
2012-05-21Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk7-117/+382
2012-05-21Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2-66/+84
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk67-359/+2015
2012-05-20usb:gadget:composite: Support for composite at gadget.hLukasz Majewski1-0/+6
2012-05-20usb:gadget:composite USB composite gadget supportLukasz Majewski2-0/+369
2012-05-20usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() callsLukasz Majewski1-48/+0
2012-05-20usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski2-67/+1
2012-05-20USB: Align buffers at cachelinePuneet Saxena2-2/+6
2012-05-16net: cosmetic: tftp.* checkpatch complianceJoe Hershberger1-0/+4
2012-05-16net: cosmetic: net.c checkpatch complianceJoe Hershberger2-0/+9
2012-05-16net: cosmetic: net.h checkpatch complianceJoe Hershberger1-56/+60
2012-05-16net: Remove volatile from net APIJoe Hershberger1-12/+13
2012-05-15ARM: omap3: Add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_MMC_SUPPORTTom Rini4-0/+4
2012-05-15ARM: omap3: Set SPL stack size to 8KB, image to 54KB.Tom Rini9-9/+9
2012-05-15OMAP4: Set fdt_high for OMAP4 devices to enable booting with Device TreeJon Hunter1-0/+1
2012-05-15igep00x0: change mpurate from 500 to autoEnric Balletbo i Serra1-1/+1
2012-05-15igep00x0: enable the use of a plain text fileEnric Balletbo i Serra1-12/+16
2012-05-15tegra: Enable keyboard for SeaboardSimon Glass1-0/+8
2012-05-15tegra: Switch on console mux and use environment for consoleSimon Glass1-1/+8
2012-05-15tegra: Add tegra keyboard driverRakesh Iyer2-0/+34
2012-05-15input: Add support for keyboard matrix decoding from an fdtBernie Thompson1-0/+99
2012-05-15input: Add generic keyboard input handlerSimon Glass1-0/+147
2012-05-15input: Add linux/input.h for key code supportSimon Glass1-0/+155
2012-05-15fdt: Add fdtdec functions to read byte arrayAnton Staff1-0/+32
2012-05-15tegra: Enable LP0 on SeaboardSimon Glass2-0/+25
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang1-0/+2
2012-05-15Add AES crypto libraryYen Lin1-0/+70
2012-05-15i2c: Add TPS6586X driverSimon Glass1-0/+68
2012-05-15Add abs() macro to return absolute valueSimon Glass1-0/+25
2012-05-15fdt: Add function to return next compatible subnodeSimon Glass1-0/+17
2012-05-15fdt: Add function to locate an array in the device treeSimon Glass1-0/+19
2012-05-15i.MX28: Implement boot pads sampling and reportingMarek Vasut2-0/+2