Commit Graph

82 Commits (ff116fc8d1d43927c7651b91d5aec41eb30c4429)

Author SHA1 Message Date
Gabriel Paubert 144213d71c mv643xx_eth: make eth_port_uc_addr_{get,set}() calls symmetric 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Arnaldo Carvalho de Melo 4bedb45203 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo 4c13eb6657 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans 18 years ago
Gabriel Paubert fadac4060c mv643xx_eth: Fix use of uninitialized port_num field 18 years ago
Dale Farnsworth d57ab6fdde mv643xx_eth: add mv643xx_eth_shutdown function 18 years ago
Dale Farnsworth 85cf572cd5 mv643xx: Clear pending interrupts before calling request_irq 18 years ago
Dale Farnsworth 84dd619e4d mv643xx_eth: Place explicit port number in mv643xx_eth_platform_data 18 years ago
Dale Farnsworth 5ada386bad mv643xx_eth: move mac_addr inside mv643xx_eth_platform_data 18 years ago
Ralf Baechle 908b637fe7 Alignment in mv643xx_eth 18 years ago
Al Viro c3cf83b70c [PATCH] misc duplicate field initializers 18 years ago
Dale Farnsworth d344bff9c3 mv643xx_eth: Fix race condition in mv643xx_eth_free_tx_descs 18 years ago
Al Viro 91c7c56855 [PATCH] ... and more work_struct-induced breakage (mips) 18 years ago
Al Viro 059807755c [PATCH] mv643xx_eth.c NULL noise removal 18 years ago
Linus Torvalds b2ef7858db Revert "[mv643xx] Add pci device table for auto module loading." 19 years ago
Ben Collins 4596c75c23 [mv643xx] Add pci device table for auto module loading. 19 years ago
Al Viro 9da3b1ad7b [PATCH] misc ppc pt_regs fixes 19 years ago
David Howells 7d12e780e0 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 19 years ago
Maxime Bizon 70fbf32703 [PATCH] mv643xx_eth: Fix ethtool stats 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Jeff Garzik 54caf44da3 [netdrvr] mv643xx_eth: fix obvious typo, which caused build breakage 19 years ago
Jeff Garzik 7282d491ec drivers/net: const-ify ethtool_ops declarations 19 years ago
Jeff Garzik 6aa20a2235 drivers/net: Trim trailing whitespace 19 years ago
Dale Farnsworth 71d2872554 [PATCH] mv643xx_eth: Unmap DMA buffers in receive path 19 years ago
Thomas Gleixner 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants 19 years ago
Herbert Xu 364c6badde [NET]: Clean up skb_linearize 19 years ago
Olaf Hering b0b8dab288 [PATCH] mv643xx_eth: provide sysfs class device symlink 19 years ago
Dale Farnsworth 94843566d7 [PATCH] mv643xx_eth: Fix tx_timeout to only conditionally wake tx queue 19 years ago
Brent Cook 5c53740877 [PATCH] mv643xx_eth: Always free completed tx descs on tx interrupt 19 years ago
Dale Farnsworth f78fb4743d [PATCH] mv643xx_eth: Remove non-working feature: task level rx queue refill 19 years ago
Dale Farnsworth 468d09f894 [PATCH] mv643xx_eth: Clean up interrupt handling 19 years ago
Dale Farnsworth 7303fde88a [PATCH] mv643xx_eth: Move #defines of constants to mv643xx_eth.h 19 years ago
Dale Farnsworth ff561eef9f [PATCH] mv643xx_eth: Refactor/clean up tx queue handling 19 years ago
Dale Farnsworth c8aaea25e0 [PATCH] mv643xx_eth: Refactor tx command queuing code 19 years ago
Dale Farnsworth 12a87c644a [PATCH] mv643xx_eth: Rename "channels" to "queues" 19 years ago
Dale Farnsworth e38fd1a055 [PATCH] mv643xx_eth: Fix misplaced parenthesis in mv643xx_eth_port_disable_rx 19 years ago
Dale Farnsworth d5f9558a77 [PATCH] mv643xx_eth: Remove duplicate includes of linux/in.h and linux/ip.h 19 years ago
Al Viro b6298c22c5 [PATCH] missing includes in drivers/net/mv643xx_eth.c 19 years ago
Dale Farnsworth 01999873a4 [PATCH] mv643xx_eth: Clean up platform_data configuration 19 years ago
James Chapman d0412d9670 [PATCH] mv643xx_eth: use MII library for ethtool functions 19 years ago
James Chapman c28a4f8947 [PATCH] mv643xx_eth: use MII library for PHY management 19 years ago
Dale Farnsworth 9f8dd31945 [PATCH] mv643xx_eth: Make port queue enable/disable code consistent 19 years ago
Dale Farnsworth f98e36f1f7 [PATCH] mv643xx_eth: Rename mp->tx_ring_skbs to mp->tx_desc_count 19 years ago
Dale Farnsworth cf4086c772 [PATCH] mv643xx_eth: Merge unicast and multicast address filtering code 19 years ago
Dale Farnsworth ed9b5d4576 [PATCH] mv643xx_eth: Remove needless mp->port_mac_addr 19 years ago
Dale Farnsworth b4de9051a9 [PATCH] mv643xx_eth: Whitespace cleanup 19 years ago
Paolo Galtieri 12ad74f88f [PATCH] mv643xx_eth: Update dev->last_rx on packet receive 19 years ago
Dale Farnsworth c7cd9014e6 [PATCH] mv643xx_eth: Fix spinlock recursion bug 19 years ago
Dale Farnsworth c2e5b352fc [PATCH] mv643xx_eth: Remove needless mask of extended intr register 19 years ago