index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
samsung
/
sxgbe
/
sxgbe_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-02-07
net: sxgbe: remove eee_enabled/eee_active in sxgbe_get_eee()
Russell King (Oracle)
1
-1
/
+0
2023-05-12
net: samsung: sxgbe: Make sxgbe_drv_remove() return void
Uwe Kleine-König
1
-3
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-07-01
samsung/sxgbe: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-02-25
net: sxgbe: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-01-24
net: use bool values to pass bool param of phy_init_eee()
Jisheng Zhang
1
-1
/
+1
2021-10-19
ethernet: sxgbe: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+6
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-17
net: samsung: sxgbe: Fix wrong function name in comments
Yang Shen
1
-2
/
+2
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-5
/
+12
2020-03-11
sxgbe: Fix off by one in samsung driver strncpy size arg
Dominik Czarnota
1
-1
/
+1
2020-01-22
net: convert additional drivers to use phy_do_ioctl
Heiner Kallweit
1
-3
/
+1
2020-01-05
net: ethernet: sxgbe: Rename Samsung to lowercase
Krzysztof Kozlowski
1
-1
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-6
/
+6
2018-09-12
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-2
/
+2
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2017-10-27
drivers/net: sxgbe: Convert timers to use timer_setup()
Kees Cook
1
-9
/
+7
2017-05-21
net: ethernet: update drivers to make both SW and HW TX timestamps
Miroslav Lichvar
1
-2
/
+1
2017-05-08
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
Masahiro Yamada
1
-4
/
+4
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-6
/
+2
2016-12-10
net: ethernet: sxgbe: remove private tx queue lock
Lino Sanfilippo
1
-21
/
+6
2016-10-18
ethernet: use core min/max MTU checking
Jarod Wilson
1
-13
/
+4
2016-06-28
net: ethernet: sxgbe: use phydev from struct net_device
Philippe Reynes
1
-17
/
+15
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-6
/
+6
2015-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+43
2015-02-06
net: sxgbe: fix error handling in init_rx_ring()
Dan Carpenter
1
-14
/
+43
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+10
2015-01-15
net: sxgbe: Fix waring for double kfree()
Byungho An
1
-11
/
+10
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-1
/
+1
2014-12-30
net: sxgbe: Use setup_timer
Julia Lawall
1
-6
/
+4
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+31
2014-04-30
net: sxgbe: Added set function for interrupt on complete
Byungho An
1
-0
/
+1
2014-04-30
net: sxgbe: Added rxqueue enable function
Byungho An
1
-0
/
+8
2014-04-30
net: sxgbe: sw reset moved to probe function
Byungho An
1
-0
/
+22
2014-04-21
net: sxgbe: remove sxgbe_config
Florian Fainelli
1
-35
/
+0
2014-04-20
net: sxgbe: make local functions static
Jingoo Han
1
-8
/
+7
2014-04-03
sxgbe: fix driver probe error path and driver removal leaks
françois romieu
1
-10
/
+17
2014-03-28
net: sxgbe: fix potential null dereference
Byungho An
1
-2
/
+8
2014-03-28
net: sxgbe: fix sparse warnings about static declaration
Byungho An
1
-1
/
+1
2014-03-26
net: sxgbe: add ethtool related functions support Samsung sxgbe
Vipul Pandya
1
-0
/
+4
2014-03-26
net: sxgbe: add Checksum offload support for Samsung sxgbe
Vipul Pandya
1
-11
/
+35
2014-03-26
net: sxgbe: add TSO support for Samsung sxgbe
Vipul Pandya
1
-8
/
+76
2014-03-26
net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe
Girish K S
1
-1
/
+164
2014-03-26
net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
Siva Reddy
1
-0
/
+2052