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