- 28 Jan, 2008 1 commit
-
-
Jeff Garzik authored
* use irq_handler_t where appropriate * no need to use 'irq' function arg, its already stored in a data struct * rename irq handler 'irq' argument to 'dummy', where the function has been analyzed and proven not to use its first argument. * remove always-false "dev_id == NULL" test from irq handlers * remove pointless casts from void* * declance: irq argument is not const * add KERN_xxx printk prefix * fix minor whitespace weirdness Signed-off-by:
Jeff Garzik <jgarzik@redhat.com>
-
- 18 Jan, 2008 1 commit
-
-
Matteo Croce authored
Please apply this patch since i reverted by mistake the commit 4e3ab47a in 6cd043d9 Signed-off-by:
Matteo Croce <technoboy85@gmail.com> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- 25 Oct, 2007 3 commits
-
-
Eugene Konev authored
Use fixed_mdio_get_phydev for obtaining fixed phy instances and adopt to changed fixed phy device naming. Signed-off-by:
Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
Eugene Konev authored
Convert cpmac to new napi_struct API introduced by bea3348e [NET]: Make NAPI polling independent of struct net_device objects. Only disable rx interrupts if napi actually has been scheduled. Signed-off-by:
Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
Eugene Konev authored
Switch to using DECLARE_MAC_BUF/print_mac() added by commit 0795af57 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF(). Signed-off-by:
Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- 23 Oct, 2007 1 commit
-
-
Matteo Croce authored
Signed-off-by:
Matteo Croce <technoboy85@gmail.com> Signed-off-by:
Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-
- 22 Oct, 2007 1 commit
-
-
Pavel Emelyanov authored
Make the helper for getting the field, symmetrical to the "set" one. Return 0 if CONFIG_NETDEVICES_MULTIQUEUE=n Signed-off-by:
Pavel Emelyanov <xemul@openvz.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
-
- 15 Oct, 2007 1 commit
-
-
Matteo Croce authored
New version which uses less locking and drops old API Signed-off-by:
Matteo Croce <technoboy85@gmail.com> Signed-off-by:
Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
-