Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
63a6fff353d01da5a22b72670c434bf12fa0e3b8
/
drivers
/
net
/
ethernet
/
broadcom
/
b44.c
bc1f447
net: make ndo_get_stats64 a void function
by stephen hemminger
· 9 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 9 years ago
e1c6dcc
ethernet/broadcom: use core min/max MTU checking
by Jarod Wilson
· 9 years ago
2406e5d
net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 9 years ago
51f141b
net: ethernet: broadcom: b44: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
7f85442
phy: Add API for {un}registering an mdio device to a bus.
by Andrew Lunn
· 10 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 10 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 10 years ago
2220943
phy: Centralise print about attached phy
by Andrew Lunn
· 10 years ago
84eff6d
phy: add phydev_name() wrapper
by Andrew Lunn
· 10 years ago
1489bde
b44: call netif_napi_del()
by Hauke Mehrtens
· 10 years ago
138173d
MIPS: BCM47xx: Move NVRAM header to the include/linux/.
by Rafał Miłecki
· 11 years ago
673e2ba
treewide: Remove unnecessary SSB_DEVTABLE_END macro
by Joe Perches
· 11 years ago
45abfb1
ethernet/broadcom: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
by Alexander Duyck
· 11 years ago
5580373
SSB / B44: fix WOL for BCM4401
by Andrey Skvortsov
· 11 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0bc9b73
drivers: net: b44: Fix typo in returning multicast stats
by Mark Einon
· 11 years ago
fe3881c
drivers/net: Convert remaining uses of pr_warning to pr_warn
by Joe Perches
· 11 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
1d3f41e
b44: always set duplex mode why phy changes
by Hauke Mehrtens
· 11 years ago
25d54fe
b44: add calls to phy_{start,stop}
by Hauke Mehrtens
· 11 years ago
b04138b
b44: use fixed PHY device if we do not find any
by Hauke Mehrtens
· 12 years ago
656a7c2
b44: do not set PHY address to 30 for every ext PHY
by Hauke Mehrtens
· 12 years ago
bea69c4
b44: activate PHY when MAC is off
by Hauke Mehrtens
· 12 years ago
86f4ea6
b44: add phylib support
by Hauke Mehrtens
· 12 years ago
348baa6
b44: rename b44_mii_{read, write} to b44_mdio_{read, write}_mii
by Hauke Mehrtens
· 12 years ago
7befa6a
b44: abort when no PHY is available at all
by Hauke Mehrtens
· 12 years ago
5ab6329
b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHY
by Hauke Mehrtens
· 12 years ago
d619419
b44: check register instead of PHY address to detect external PHY
by Hauke Mehrtens
· 12 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 12 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 12 years ago
5055544
b44: add support for Byte Queue Limits
by Hauke Mehrtens
· 12 years ago
4011f9f
DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
by Russell King
· 12 years ago
edb15d8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next
by Ralf Baechle
· 12 years ago
7341a73
b44: use netdev_alloc_skb_ip_align()
by Hauke Mehrtens
· 12 years ago
111bd98
MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names
by Hauke Mehrtens
· 13 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 13 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 13 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 13 years ago
2397188
b44: remove __dev* attributes
by Bill Pemberton
· 13 years ago
eeda858
b44: add 64 bit stats
by Kevin Groeneveld
· 13 years ago
acfa9e9
net: dont use __netdev_alloc_skb for bounce buffer
by Eric Dumazet
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
64f0a83
b44: remove __exit from b44_pci_exit()
by Nikola Pajkovsky
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 14 years ago
15ac2b08a
b44: Use dev_kfree_skb_irq() in b44_tx()
by Xander Hover
· 14 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 14 years ago
adfc521
broadcom: Move the Broadcom drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/b44.c]
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
eb032b9
Update my e-mail address
by Michael Büsch
· 14 years ago
7329f0d
b44: Use pr_<level>_once and DRV_DESCRIPTION
by Joe Perches
· 14 years ago
4924f44
b44: use dev_kfree_skb() in b44_tx()
by Eric Dumazet
· 14 years ago
3609936
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
cd15598
ssb: add __devinit to some functions
by Hauke Mehrtens
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
6c08af0
b44: fix workarround for wap54g10
by Hauke Mehrtens
· 15 years ago
2198a10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
afed4cc
b44: fix resume, request_irq after hw reset
by James Hogan
· 15 years ago
bcf64aa
b44: fix carrier detection on bind
by Paul Fertser
· 15 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
32737e9
PATCH: b44 Handle RX FIFO overflow better (simplified)
by Mark Lord
· 15 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 15 years ago
3e9e0b8
b44: remove unused dma_desc_align_mask
by FUJITA Tomonori
· 15 years ago
39a6f4b
b44: replace the ssb_dma API with the generic DMA API
by FUJITA Tomonori
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0ddf477
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
by Jiri Pirko
· 15 years ago
5363920
b44: use netdev_alloc_skb instead of dev_alloc_skb
by Hauke Mehrtens
· 15 years ago
8850dce
b44: Set PHY address to NO_PHY if reset fails.
by Hauke Mehrtens
· 15 years ago
2fc96ff
drivers/net/b44.c: Use (pr|netdev|netif)_<level> macro helpers
by Joe Perches
· 15 years ago
f6ca057
b44: Ratelimit timeout error message.
by Jochen Friedrich
· 16 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 16 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 16 years ago
e018882
b44 WOL setup: one-bit-off stack corruption kernel panic fix
by Stanislav Brabec
· 16 years ago
0cae200
b44: Fix wedge when using netconsole.
by David S. Miller
· 16 years ago
e99b1f0
b44: the poll handler b44_poll must not enable IRQ unconditionally
by Dongdong Deng
· 16 years ago
98a1e2a
b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO
by Michael Buesch
· 16 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 16 years ago
22580f8
drivers/net: fixed drivers that support netpoll use ndo_start_xmit()
by Dongdong Deng
· 16 years ago
39506a5
drivers/net: Use DIV_ROUND_CLOSEST
by Julia Lawall
· 16 years ago
27e0955
b44: strncpy does not null terminate string
by roel kluin
· 16 years ago
553e233
net: use netdev stats in b44, sundance, via-rhine and via-velocity
by Eric Dumazet
· 16 years ago
28b7679
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
by Yang Hongyang
· 16 years ago
37efa23
b44: Use kernel DMA addresses for the kernel DMA API
by Michael Buesch
· 16 years ago
5d4d9e8
b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()
by Michael Buesch
· 16 years ago
aa4abc9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e92aa63
b44: Disable device on shutdown
by Michael Buesch
· 16 years ago
f8af11a
b44: Unconditionally enable interrupt routing on reset
by Michael Buesch
· 16 years ago
9034f77
netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb().
by David S. Miller
· 17 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 17 years ago
a58c891
b44: GFP_DMA skb should not escape from driver
by Eric Dumazet
· 17 years ago
4ca8579
b44: fix misalignment and wasted space in rx handling
by Felix Fietkau
· 17 years ago
403413e
b44: convert to net_device_ops
by Stephen Hemminger
· 17 years ago
Next »