Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1728366efa5ebf48bd2ed544afa8700cd07ba822
/
drivers
/
net
/
macb.c
d3e6145
macb: restore wrap bit when performing underrun cleanup
by Tord Andersson
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
e072092
macb: enable transmit time stamping.
by Richard Cochran
· 13 years ago
28f65c1
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
e05503e
Haavard Skinnemoen has left Atmel
by Jean Delvare
· 13 years ago
b19f7f7
macb: Add rx overrun counter
by Alexander Stein
· 14 years ago
ab392d2
drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers
by Javier Martinez Canillas
· 14 years ago
9152394
macb: don't use platform_set_drvdata() on a net_device
by Jamie Iles
· 14 years ago
b336369
macb: Don't re-enable interrupts while in polling mode
by Joshua Hoke
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
8dd4bd0
macb: allow reception of large (>1518 bytes) frames
by Peter Korsgaard
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
f9dcbcc
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
by Jiri Pirko
· 15 years ago
7455a76
macb: straighten out macb_mii_probe function
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
3dbda77
trivial: fix typos "man[ae]g?ment" -> "management"
by Uwe Kleine-Koenig
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4871953
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
by Dongdong Deng
· 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
6e8cf5c
macb: Add support of the netpoll API
by Thomas Petazzoni
· 16 years ago
f72f550
macb: process the RX ring regardless of interrupt status
by Erik Waling
· 16 years ago
ee33c58
macb: Handle Retry Limit Exceeded errors
by Erik Waling
· 16 years ago
5f1fa99
macb: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
de79274
macb: fix warning "warning: unused variable `dev' "
by vibi sreenivasan
· 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
39eddb4
macb: avoid lockup when TGO during underrun
by Richard Röjfors
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
298cf9b
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
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
c8f1568
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
by Anton Vorontsov
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
c1f598f
macb: Basic suspend/resume support
by Haavard Skinnemoen
· 17 years ago
d1d5741
macb: use random mac if stored address in EEPROM is invalid
by Sven Schnelle
· 16 years ago
72abb46
net drivers: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
9d9326d
phy: Change mii_bus id field to a string
by Andy Fleming
· 17 years ago
72cfe92
macb: Use semicolon instead of comma for statement
by Atsushi Nemoto
· 17 years ago
84b7901
macb: Call phy_disconnect on removing
by Atsushi Nemoto
· 17 years ago
179956f
macb: Fix speed setting
by Atsushi Nemoto
· 17 years ago
06c3fd6
macb: Fix section mismatch and shrink runtime footprint
by Haavard Skinnemoen
· 17 years ago
bdcba151
MACB: clear transmit buffers properly on transmit underrun
by Gregory CLEMENT
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
446ebd0
macb: Add multicast capability
by Patrice Vilchez
· 17 years ago
6c36a70
macb: Use generic PHY layer
by frederic RODO
· 17 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4305b54
[SK_BUFF]: Convert skb->end to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 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
140e807
macb: Remove inappropriate spinlocks around mii calls
by Haavard Skinnemoen
· 18 years ago
38515e9
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups
by Thomas Gleixner
· 18 years ago
f2aca47
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
0cc8674
AT91: MACB support
by Andrew Victor
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
0f0d84e
[PATCH] MACB: Use __raw register access
by Haavard Skinnemoen
· 18 years ago
d836cae
[PATCH] MACB: Use struct delayed_work instead of struct work_struct
by Haavard Skinnemoen
· 18 years ago
89e5785
[PATCH] Atmel MACB ethernet driver
by Haavard Skinnemoen
· 18 years ago