Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
045eeb4f796bf50439cfbf4f165946b648a1a928
/
drivers
/
net
/
b44.c
b9f2c04
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
by Jeff Garzik
· 17 years ago
753f492
[B44]: port to native ssb support
by Michael Buesch
· 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
313674a
[NET]: ethtool_perm_addr only has one implementation
by Matthew Wilcox
· 17 years ago
dd00cc4
some kmalloc/memset ->kzalloc (tree wide)
by Yoann Padioleau
· 17 years ago
bf0dcbd
b44: use netdev_alloc_skb
by Stephen Hemminger
· 17 years ago
72f4861
b44: packet offset is constant
by Stephen Hemminger
· 17 years ago
f65a717
b44: tx bounce sizing.
by Stephen Hemminger
· 17 years ago
a72a817
b44: timer power saving
by Stephen Hemminger
· 17 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
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
cda22aa
b44: fix IFF_ALLMULTI handling of CAM slots
by Bill Helfinstine
· 18 years ago
40ee8c7
B44: increase wait loop
by Gary Zambrano
· 18 years ago
97db9ee7
b44: replace define
by Gary Zambrano
· 18 years ago
a7bed27
b44 endian annotations
by Al Viro
· 18 years ago
90afd0e
Broadcom 4400 resume small fix
by Dmitriy Monakhov
· 18 years ago
00576e9
b44: src_desc->addr is little-endian
by Al Viro
· 18 years ago
5fc7d61
b44: Fix frequent link changes
by Michael Chan
· 18 years ago
d15e9c4
netpoll: drivers must not enable IRQ unconditionally in their NAPI handler
by Francois Romieu
· 18 years ago
e78181f
[PATCH] b44: change comment about irq mask register
by Johannes Berg
· 18 years ago
6f62768
[PATCH] b44: fix eeprom endianess issue
by Michael Buesch
· 18 years ago
24fcbac
Merge branch 'master' into upstream-fixes
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
2f614fe
[netdrvr] b44: handle excessive multicast groups
by Jeff Garzik
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
9b91cf9
[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...
by Jeff Garzik
· 18 years ago
2e8a538
[netdrvr] Use dev_printk() when ethernet interface isn't available
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
4d1dabd
[PATCH] b44: update version to 1.01
by Gary Zambrano
· 18 years ago
725ad80
[PATCH] b44: add wol for old nic
by Gary Zambrano
· 18 years ago
00e8b3a
[PATCH] b44: add parameter
by Gary Zambrano
· 18 years ago
52cafd9
[PATCH] b44: add wol
by Gary Zambrano
· 18 years ago
47b9c3b
[PATCH] b44: fix manual speed/duplex/autoneg settings
by Gary Zambrano
· 18 years ago
639b421
[PATCH] x86_64: Check for bad dma address in b44 1GB DMA workaround
by Andi Kleen
· 18 years ago
10badc2
[netdrvr b44] trim trailing whitespace
by Jeff Garzik
· 19 years ago
8056bfa
[PATCH] b44: increase version to 1.00
by Gary Zambrano
· 19 years ago
2b474cf
[PATCH] b44: disable default tx pause
by Gary Zambrano
· 19 years ago
5d9428d
BUG_ON() Conversion in drivers/net/
by Eric Sesterhenn
· 19 years ago
391fc09
[PATCH] b44: ensure valid mac addr
by Gary Zambrano
· 19 years ago
5c51312
b44: fix force mac address before ifconfig up
by Gary Zambrano
· 19 years ago
c35ca39
[PATCH] b44: fix laptop carrier detect
by Stephen Hemminger
· 19 years ago
22d4d77
[PATCH] Fix warning with b44.c on 64bit boxes
by Alan Cox
· 19 years ago
981d9c1
b44: increase version number
by Francois Romieu
· 19 years ago
3410572
b44: early return in dev->do_ioctl when the device is not up
by Francois Romieu
· 19 years ago
d9e2d18
b44: missing netif_wake_queue() in b44_open()
by Mark Lord
· 19 years ago
a7c243b
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
eac1dfc
[PATCH] b44: increase version number
by Francois Romieu
· 19 years ago
ba5eec9
[PATCH] b44: race on device closing
by Francois Romieu
· 19 years ago
b9dcbb4
[PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()
by Francois Romieu
· 19 years ago
6c2f426
[PATCH] b44: late request_irq in b44_open
by Francois Romieu
· 19 years ago
65b984f
[PATCH] b44: s/spin_lock_irqsave/spin_lock/ in b44_interrupt
by Francois Romieu
· 19 years ago
3353930
[PATCH] b44: expose counters through ethtool
by Francois Romieu
· 19 years ago
874a621
[PATCH] b44: miscellaneous cleanup
by Francois Romieu
· 19 years ago
c719369
[PATCH] b44: b44_start_xmit returns with a lock held when it fails allocating
by Francois Romieu
· 19 years ago
46e1785
[PATCH] b44: fix suspend/resume
by Pavel Machek
· 19 years ago
b4558ea
drivers/net: Remove pointless checks for NULL prior to calling kfree()
by Jesper Juhl
· 19 years ago
89358f9
[netdrvr b44] include linux/dma-mapping.h to eliminate warning
by Andrew Morton
· 19 years ago
adf6e00
[PATCH] b44 reports wrong advertised flags
by Matthew Wilcox
· 19 years ago
9f38c63
[PATCH] b44: alternate allocation option for DMA descriptors
by John W. Linville
· 19 years ago
2160de5
[PATCH] b44: support ETHTOOL_GPERMADDR
by John W. Linville
· 19 years ago
5028770
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
by Len Brown
· 19 years ago
d58da59
[ACPI] S3 Suspend to RAM: fix driver suspend/resume methods
by David Shaohua Li
· 20 years ago
e254e9b
[PATCH] b44: check link state during open
by John W. Linville
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago