index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
realtek
/
8139cp.c
Age
Commit message (
Expand
)
Author
2015-09-20
8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()
David Woodhouse
2015-09-20
8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()
David Woodhouse
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2014-12-10
ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_align
Alexander Duyck
2014-07-23
ethernet: realtek: use pci_device_id
Varka Bhadram
2014-07-23
ethernet: realtek: use module_pci_driver
Varka Bhadram
2014-03-13
8139cp: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-12
8139cp: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
2013-11-29
net: 8139cp: fix a BUG_ON triggered by wrong bytes_compl
Yang Yingliang
2013-10-22
net: 8139cp: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-08-09
8139cp: Fix skb leak in rx_status_loop failure path.
Dave Jones
2013-07-31
8139cp: Add dma_mapping_error checking
Neil Horman
2013-06-28
net/trivial: replace numeric with standard PM state macros
Yijing Wang
2013-05-20
8139cp: reset BQL when ring tx ring cleared
stephen hemminger
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-01-08
remove init of dev->perm_addr in drivers
Jiri Pirko
2012-12-19
8139cp: Prevent dev_close/cp_interrupt race on MTU change
John Greene
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-03
8139cp: properly support change of MTU values [v2]
John Greene
2012-12-01
8139cp: fix coherent mapping leak in error path.
françois romieu
2012-11-25
8139cp: re-enable interrupts after tx timeout
David Woodhouse
2012-11-25
8139cp: enable bql
David Woodhouse
2012-11-25
8139cp: set ring address after enabling C+ mode
David Woodhouse
2012-11-25
Revert "8139cp: revert "set ring address before enabling receiver""
David S. Miller
2012-11-23
8139cp: revert "set ring address before enabling receiver"
françois romieu
2012-10-08
net: gro: selective flush of packets
Eric Dumazet
2012-06-01
8139cp/8139too: terminate the eeprom access with the right opmode
Jason Wang
2012-06-01
8139cp: set ring address before enabling receiver
Jason Wang
2012-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-13
8139cp: set intr mask after its handler is registered
Jason Wang
2012-04-07
8139cp: stop using net_device.{base_addr, irq}.
Francois Romieu
2012-01-08
8139cp: fix missing napi_gro_flush.
françois romieu
2012-01-03
8139cp: properly config rx mode after resuming
Jason Wang
2012-01-03
8139cp/8139too: do not read into reserved registers
Jason Wang
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-07
Add ethtool -g support to 8139cp
Rick Jones
2011-08-30
8139cp: convert to SKB paged frag API.
Ian Campbell
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-11
8139*/atp/r8169/sc92031: Move the Realtek drivers
Jeff Kirsher