Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7fd38193d0473acc6e8f108107d0466f07768853
/
drivers
/
net
/
ethernet
/
tehuti
/
tehuti.c
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
a6086a8
drivers: net: remove NETDEV_TX_LOCKED
by Florian Westphal
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
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
· 11 years ago
88bfe6ea
net: Spelling s/transmition/transmission/
by Geert Uytterhoeven
· 11 years ago
28e24c6
net: do not pretend FRAGLIST support
by Eric Dumazet
· 11 years ago
89f45c7
net: tehuti: 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
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
17abe3e
tehuti: remove __dev* attributes
by Bill Pemberton
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 13 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
53c0ad5
tehuti: delete redundant NULL check before release_firmware()
by Jesper Juhl
· 13 years ago
fd9071e
net: Fix spelling typo in net
by Masanari Iida
· 13 years ago
9195182
tehuti: stop using net_device.{base_addr, irq}.
by Francois Romieu
· 13 years ago
dae2e9f
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
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
5d6bcdf
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
by Ian Campbell
· 13 years ago
a355d86
tehuti: shorten PCI device table.
by françois romieu
· 13 years ago
e481108
tehuti: 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
ef7f542
tehuti: Move the Tehuti driver
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/tehuti.c]
312cd513
tehuti: do vlan cleanup
by Jiri Pirko
· 13 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
eea3250
net: tehuti: convert to hw_features
by Michał Mirosław
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
46814e0
tehuti: Firmware filename is tehuti/bdx.bin
by Ben Hutchings
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
0add79e
tehuti: Use net_device_stats from struct net_device
by Tobias Klauser
· 14 years ago
d233807
tehuti: return -EFAULT on copy_to_user errors
by Dan Carpenter
· 15 years ago
5eceff7
tehuti: Remove unnecessary memset of netdev private data
by Tobias Klauser
· 15 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
b05b7d9
net: remove redundant code
by Eric Dumazet
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
dfa1a04
drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
by Joe Perches
· 15 years ago
249658d
drivers/net/tehuti.c: trivial checkpatch cleanups
by Joe Perches
· 15 years ago
cb001a1
drivers/net/tehuti.c: Hoist assigns out of ifs
by Joe Perches
· 15 years ago
865a21a
drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers
by Joe Perches
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 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
df7641a
trivial: remove duplicated MIN macro from tehuti.
by Thiago Farina
· 15 years ago
1ddee09
tehuti: Convert ethtool get_stats_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
c0feed8
tehuti: No need check vfree() pointer.
by Figo.zhang
· 16 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
06e1f9f
tehuti: Use request_firmware()
by Ben Hutchings
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
025dfda
trivial: fix then -> than typos in comments and documentation
by Frederik Schwarzer
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
2f30b1f6
tehuti: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
8f15ea4
netdevice: safe convert to netdev_priv() #part-3
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
38b2219
netdrv: don't truncate VLAN TCI with VLAN stripping
by Patrick McHardy
· 17 years ago
6203554
drivers/net/tehuti: use proper capability check for raw IO access
by Linus Torvalds
· 17 years ago
f946dff
[netdrvr] tehuti: move ioctl perm check closer to function start
by Jeff Garzik
· 17 years ago
6131a26
tehuti: check register size
by Francois Romieu
· 17 years ago
c00acf4
netdev: ARRAY_SIZE() cleanups
by Alejandro Martinez Ruiz
· 17 years ago
4c3616c
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
by Alejandro Martinez Ruiz
· 17 years ago
072ee3f
[TEHUTI]: Fix incorrect usage of strncat in bdx_get_drvinfo()
by Roel Kluin
· 17 years ago
bc2618f
tehuti: possible leak in bdx_probe
by Florin Malita
· 17 years ago
ddfce6b
network drivers: sparse warning fixes
by Stephen Hemminger
· 17 years ago
1a348cc
[NET]: Add Tehuti network driver.
by Andy Gospodarek
· 17 years ago