projects
/
kernel
/
u-boot.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
kernel/u-boot.git
2012-06-07
Wolfgang Denk
Merge branch 'master' of git://git.denx.de/u-boot-sh
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Marek Vasut
MPC8xxx: Define cache ops for USB
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh/ap_sh4a_4a: Fix typo of operator in ET0_ETXD4
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Phil Edworthy
sh: Add SH7269 device and RSK2+SH7269 board
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Add support for AP-SH4A-4A board
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Add register definition of PFC for SH7734
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: r0p7734: Add support I2C controller
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Add bit control functions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Add support for r0p7734 board
commit
|
commitdiff
|
tree
|
snapshot
2012-05-28
Nobuhiro Iwamatsu
sh: Add support Renesas SH7734
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Nobuhiro Iwamatsu
net: sh-eth: Add support Gigabit of SH7734
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Nobuhiro Iwamatsu
net: sh_eth: Add support SH7734 Ethernet device
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Allow filtering on debug traces in the net subsystem
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Work-around for brain-damaged Cisco equipment...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Add link-local addressing support
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Separate ArpRequest() into lower-level func
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Don't copy every packet that waits for an ARP
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Make sure NetLoop is initialized when using NetConsole
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Fix net buffer initialization
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Remove unused parameter from NetInitLoop()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Remove static allocation for MAC address in PingSend()
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Add option CONFIG_BOOTP_MAY_FAIL
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Fix unused variable compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Don't write the "serverip" env var if configured...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Add net_update_ether() to handle ARP and Ping...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor to separate the UDP handler from the...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor to protect access to the NetState variable
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor to use NetSendPacket instead of eth_send...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor ping receive handler
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move debug trace to point of action
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor bootp packet length computations
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor packet length computations
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor NetSendUDPPacket to share more code
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Refactor IP, UPD, and ICMP header writing functions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Replace magic numbers in arp.c with...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Rename tmp to reply_ip_addr in arp.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Alphabetize includes in net.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Rename CDPHandler to cdp_receive
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Rename "x" to "eth_proto"
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Add a more explicit comment about 802.2
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Rename parameter len to payload_len
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Un-typedef ICMP_t
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Un-typedef ARP_t
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Un-typedef VLAN_Ethernet_t
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Un-typedef Ethernet_t
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: cosmetic: Un-typedef IP_t
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move RARP receive logic out of net.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move PING out of net.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move ARP out of net.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Encapsulate CDP packet identification
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move CDP out of net.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Move MAC-seeded rand out of bootp.c
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Remove CMD_PING where there's no CMD_NET
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Fix remaining API interface breakage
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
drivers/net/rtl8169.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
drivers/net/pcnet.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
arch/powerpc/cpu/mpc8260/ether_scc.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Stephan Linz
drivers/net/xilinx_axi_emac.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Stephan Linz
drivers/net/xilinx_emaclite.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Stephan Linz
drivers/net/xilinx_ll_temac.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-23
Joe Hershberger
net: Remove redefinitions of net.h functions
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/qe/uec.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/uli526x.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/tsi108_eth.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/rtl8139.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/ns8382x.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/natsemi.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/fm/eth.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/e1000.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
board/esd/cpci405/cpci405.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
arch/powerpc/cpu/mpc85xx/ether_fcc.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
arch/powerpc/cpu/mpc8260/ether_fcc.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
arch/powerpc/cpu/mpc8220/fec.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/smc91111.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/macb.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/lan91c96.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/ks8695eth.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/ftmac100.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/fec_mxc.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/enc28j60.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/eepro100.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/dnet.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/dm9000x.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/dc2114x.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/cs8900.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/calxedaxgmac.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/at91_emac.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
drivers/net/armada100_fec.c: Fix compile warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
drivers/net/4xx_enet.c: Fix build warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
davinci: Fix Ethernet driver interface warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Joe Hershberger
ppc: Fix warning in TSEC Ethernet driver
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
drivers/net/mpc512x_fec.c: Fix build warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Wolfgang Denk
MPC8xx: fix "Remove volatile from net API" aftermath
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
drivers/usb/eth/asix.c: Fix build warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
arch/arm/cpu/ixp/npe/npe.c: Fix build warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
drivers/net/mpc5xxx_fec.c: Fix build warning
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Anatolij Gustschin
drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning
commit
|
commitdiff
|
tree
|
snapshot
next