Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8ffe63e60dde2f2f05fa92dad48f6106d62f9a3
/
drivers
/
net
/
ethernet
/
adaptec
/
starfire.c
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 10 years ago
705d1c3
net: starfire: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
d3ace58
starfire: remove __dev* attributes
by Bill Pemberton
· 12 years ago
c477ebd
sections: fix section conflicts in drivers/net
by Andi Kleen
· 12 years ago
2d5fb62
starfire: remove deprecated options.
by Francois Romieu
· 13 years ago
ea8f2ed
starfire: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
1d26643
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
0cd83cc
starfire: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
9bba23b
starfire: Move the Adaptec driver
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/starfire.c]
5da96be
starfire: do vlan cleanup
by Jiri Pirko
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
1591cb6
starfire: clean up dma_addr_t size test
by FUJITA Tomonori
· 14 years ago
f4d5900
starfire: Fix dma_addr_t size test for MIPS
by Ben Hutchings
· 14 years ago
3e502e6
starfire: Temporary kludge to fix powerpc build.
by David S. Miller
· 14 years ago
56543af
starfire: use BUILD_BUG_ON for netdrv_addr_t
by Akinobu Mita
· 14 years ago
d08336e
starfire: use PCI_VDEVICE
by Akinobu Mita
· 14 years ago
86678a2
starfire: Use the instance of net_device_stats from net_device.
by Kulikov Vasiliy
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
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
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c928feb
starfire: clean up properly if firmware loading fails
by Ben Hutchings
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 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
b5defaa
starfire: fix non-constant printk warnings
by Stephen Hemminger
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
4fc8006
starfire: update to net_device_ops
by Stephen Hemminger
· 16 years ago
cfc3a44
starfire: use request_firmware()
by Jaswinder Singh Rajput
· 16 years ago
e4c3c13
drivers/net: fix sparse warnings: make do-while a compound statement
by Hannes Eder
· 16 years ago
6332178
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
9a3de25
drivers/net: starfire: Fix napi ->poll() weight handling
by Jarek Poplawski
· 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
a667601
starfire: delete non NAPI code from the driver.
by Francois Romieu
· 16 years ago
38b2219
netdrv: don't truncate VLAN TCI with VLAN stripping
by Patrick McHardy
· 16 years ago
21f644f
[NET]: Undo code bloat in hot paths due to print_mac().
by David S. Miller
· 17 years ago
da219b7
starfire: secton fix
by Andrew Morton
· 17 years ago
813820b
starfire VLAN fix
by Al Viro
· 17 years ago
88b1943
starfire: trivial endianness annotations
by Al Viro
· 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
21ba0f8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
694625c
PCI: add pci_try_set_mwi
by Randy Dunlap
· 17 years ago
8c7b7fa
[NET]: Kill eth_copy_and_sum().
by David S. Miller
· 17 years ago
983b7dc
starfire list alpha as 64 bit arch
by maximilian attems
· 17 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
5c15bde
[VLAN]: Avoid a 4-order allocation.
by Dan Aloni
· 18 years ago
d7fe0f2
[PATCH] severing skbuff.h -> mm.h
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
46009c8
[netdrvr] minor cleanups in Becker-derived drivers
by Jeff Garzik
· 18 years ago
03a8c66
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers
by Jeff Garzik
· 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
5b057c6
[NET]: Avoid allocating skb in skb_pad
by Herbert Xu
· 18 years ago
e19360f
[PATCH] net drivers: fix section attributes for gcc
by Randy Dunlap
· 19 years ago
5d9428d
BUG_ON() Conversion in drivers/net/
by Eric Sesterhenn
· 19 years ago
4615355
Merge branch 'net-const'
by Jeff Garzik
· 19 years ago
f71e130
Massive net driver const-ification.
by Arjan van de Ven
· 19 years ago
d4fbeab
[PATCH] starfire: Implement suspend/resume
by Stefan Rompf
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
d8840ac
[PATCH] starfire: free_irq() on error path of netdev_open()
by Alexey Dobriyan
· 19 years ago
6797423
[netdrvr starfire] fix highmem and broken firmware issues
by Ion Badulescu
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
fdecea6
[netdrvr starfire] Add GPL'd firmware, remove compat code
by Jeff Garzik
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago