Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fed732920bf9d96a95804a499ca586ff745540cd
/
drivers
/
net
/
sb1250-mac.c
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
33b665e
NET: SB1250: Initialize .owner
by Ralf Baechle
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
7ef5273
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
03f80cc
net/sb1250: register mdio bus in probe
by Sebastian Siewior
· 15 years ago
8cd9b13
net/sb1250: setup the pdevice within the soc code
by Sebastian Andrzej Siewior
· 15 years ago
fa12abd
net/sb1250: remove CONFIG_SIBYTE_STANDALONE
by Sebastian Andrzej Siewior
· 15 years ago
4cf46ea
NET: sb1250: Fix compile warning in driver
by Ralf Baechle
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5508590
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
by Jiri Pirko
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
bff1c09
sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_start()
by roel kluin
· 15 years ago
ffe8553
net: move sb1250-mac's probe function to .devinit.text
by Uwe Kleine-König
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
c7ae011
net: remove driver_data direct access of struct device from more drivers
by Greg Kroah-Hartman
· 16 years ago
b4cf342
sb1250-mac: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
877d031
trivial: Fix misspelling of firmware
by Nick Andrew
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
298cf9be
phylib: move to dynamic allocation of struct mii_bus
by Lennert Buytenhek
· 16 years ago
18ee49d
phylib: rename mii_bus::dev to mii_bus::parent
by Lennert Buytenhek
· 16 years ago
be61ea5
[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable
by Weiwei Wang
· 16 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
789585e
sb1250: use netdev_alloc_skb
by Stephen Hemminger
· 16 years ago
7d2e3cb
[netdrvr] Trim trailing whitespace for several drivers
by Jeff Garzik
· 16 years ago
9d9326d
phy: Change mii_bus id field to a string
by Andy Fleming
· 17 years ago
f5279ff
sb1250-mac: Driver model & phylib update
by Maciej W. Rozycki
· 17 years ago
73d7396
sb1250-mac.c: De-typedef, de-volatile, de-etc...
by Maciej W. Rozycki
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
c477f33
drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcalloc
by Mariusz Kozlowski
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
0da2f0f
potential compiler error, irqfunc caller sites update
by Yoann Padioleau
· 17 years ago
693aa94
add NAPI support to sb1250-mac.c
by Mark Mason
· 18 years ago
d683001
Netpoll support for Sibyte MAC
by Deepak Saxena
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
8fb303c
[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.
by Ralf Baechle
· 18 years ago
089fff2
[PATCH] Remove useless comment from sb1250
by Dave Jones
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
d5b2069
[PATCH] Remove more unnecessary driver printk's
by Andy Gospodarek
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f90fdc3
[PATCH] sb1250-mac: Add support for the BCM1480
by Ralf Baechle
· 19 years ago
59b8182
[PATCH] sb1250-mac: PHY probing fixes.
by Ralf Baechle
· 19 years ago
74b0247
[PATCH] sb1250-mac: Whitespace cleanup.
by Ralf Baechle
· 19 years ago
2039973
[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR macros.
by Ralf Baechle
· 19 years ago
04115de
[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.
by Ralf Baechle
· 19 years ago
f567ef9
[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.
by Ralf Baechle
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago