index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-2
/
+2
|
\
|
*
net: davinci_emac: Fix incorrect masking of tx and rx error channel
Colin Ian King
2021-04-21
1
-2
/
+2
*
|
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
2021-04-17
2
-4
/
+4
*
|
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
5
-31
/
+17
*
|
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
3
-23
/
+16
|
/
*
Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-02-22
1
-8
/
+4
|
\
|
*
drivers: net: davinci_mdio: Use of_device_get_match_data()
Stephen Boyd
2021-01-26
1
-8
/
+4
*
|
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
2021-02-13
2
-20
/
+28
*
|
net: switchdev: propagate extack to port attributes
Vladimir Oltean
2021-02-13
2
-2
/
+4
*
|
net: ti: am65-cpsw-nuss: Add switchdev support
Vignesh Raghavendra
2021-02-12
4
-1
/
+587
*
|
net: ti: am65-cpsw-nuss: Add netdevice notifiers
Vignesh Raghavendra
2021-02-12
2
-1
/
+133
*
|
net: ti: am65-cpsw-nuss: Add devlink support
Vignesh Raghavendra
2021-02-12
3
-18
/
+377
*
|
net: ethernet: ti: fix netdevice stats for XDP
Lorenzo Bianconi
2021-02-06
4
-9
/
+13
*
|
net: ethernet: ti: am65-cpsw: add support for am64x cpsw3g
Vignesh Raghavendra
2021-01-20
1
-0
/
+7
*
|
net: ti: cpsw_ale: add driver data for AM64 CPSW3g
Vignesh Raghavendra
2021-01-20
1
-0
/
+7
*
|
net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handling
Peter Ujfalusi
2021-01-20
1
-0
/
+10
*
|
net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA API
Peter Ujfalusi
2021-01-20
2
-41
/
+40
*
|
net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en' parameter
Lee Jones
2021-01-17
1
-1
/
+1
*
|
net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function header
Lee Jones
2021-01-17
1
-1
/
+1
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-01-16
2
-24
/
+12
|
\
\
|
*
|
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
2
-22
/
+10
|
*
|
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-08
2
-4
/
+4
*
|
|
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-12
1
-15
/
+5
*
|
|
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-12
1
-13
/
+4
*
|
|
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
2021-01-12
1
-30
/
+3
|
/
/
*
/
net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
Grygorii Strashko
2020-12-28
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-3
/
+0
|
\
|
*
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
2020-12-09
1
-3
/
+0
*
|
net: ethernet: ti: convert comma to semicolon
Zheng Yongjun
2020-12-10
1
-3
/
+3
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-1
/
+1
|
\
\
|
*
|
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-12-01
1
-1
/
+1
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
3
-9
/
+14
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
Zhang Changzhong
2020-11-17
1
-0
/
+1
|
*
net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERROR
Wang Qing
2020-11-14
1
-2
/
+1
|
*
net: ethernet: ti: cpsw: fix cpts irq after suspend
Grygorii Strashko
2020-11-13
2
-7
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-07
2
-5
/
+1
|
\
|
|
*
net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisement
Grygorii Strashko
2020-11-02
2
-5
/
+1
*
|
net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()
Grygorii Strashko
2020-11-03
1
-18
/
+10
*
|
net: ethernet: ti: am65-cpsw: add multi port support in mac-only mode
Grygorii Strashko
2020-11-03
2
-48
/
+82
*
|
net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...
Grygorii Strashko
2020-11-03
2
-34
/
+108
*
|
net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac mode
Grygorii Strashko
2020-11-03
1
-29
/
+1
*
|
net: ethernet: ti: am65-cpsw: keep active if cpts enabled
Grygorii Strashko
2020-11-03
1
-0
/
+7
*
|
net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac mode
Grygorii Strashko
2020-11-03
2
-7
/
+20
*
|
net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()
Grygorii Strashko
2020-11-03
3
-4
/
+23
*
|
net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()
Grygorii Strashko
2020-11-03
1
-2
/
+2
*
|
net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdata
Grygorii Strashko
2020-11-03
2
-1
/
+5
*
|
net: ethernet: ti: am65-cpsw: move ale selection in pdata
Grygorii Strashko
2020-11-03
2
-1
/
+4
*
|
net: tlan: Replace in_irq() usage
Sebastian Andrzej Siewior
2020-10-31
1
-41
/
+57
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-15
1
-1
/
+1
|
\
|
*
net: tlan: Fix typo abitrary
Naoki Hayama
2020-10-10
1
-1
/
+1
[next]