index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-12
fsl/fman: Add MII mode support.
Maxim Kochetkov
1
-0
/
+4
2021-01-09
dpaa2-mac: remove a comment regarding pause settings
Ioana Ciornei
1
-3
/
+0
2021-01-09
dpaa2-mac: remove an unnecessary check
Ioana Ciornei
1
-21
/
+16
2021-01-09
dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus
Ioana Ciornei
1
-1
/
+5
2021-01-09
dpaa2-mac: export MAC counters even when in TYPE_FIXED
Ioana Ciornei
4
-53
/
+39
2021-01-09
dpaa2-mac: split up initializing the MAC object from connecting to it
Ioana Ciornei
3
-29
/
+59
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2
-13
/
+7
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2
-6
/
+6
2021-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2021-01-05
net: ethernet: fs_enet: Add missing MODULE_LICENSE
Michael Ellerman
2
-0
/
+2
2021-01-05
enetc: reorder macros and functions
Michael Walle
1
-11
/
+11
2021-01-05
enetc: drop MDIO_DATA() macro
Michael Walle
1
-2
/
+1
2021-01-05
enetc: don't use macro magic for the readx_poll_timeout() callback
Michael Walle
1
-6
/
+8
2021-01-05
enetc: drop unneeded indirection
Michael Walle
1
-18
/
+14
2020-12-21
ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
Rasmus Villemoes
1
-1
/
+1
2020-12-21
ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
Rasmus Villemoes
1
-1
/
+8
2020-12-21
ethernet: ucc_geth: set dev->max_mtu to 1518
Rasmus Villemoes
1
-0
/
+1
2020-12-16
dpaa2-eth: fix the size of the mapped SGT buffer
Ioana Ciornei
1
-1
/
+1
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-6
/
+17
2020-12-09
net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()
Zheng Yongjun
1
-5
/
+1
2020-12-09
net: freescale: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-07
dpaa2-mac: Add a missing of_node_put after of_device_is_available
Christophe JAILLET
1
-0
/
+1
2020-12-07
enetc: Fix reporting of h/w packet counters
Claudiu Manoil
2
-6
/
+14
2020-12-05
enetc: Fix unused var build warning for CONFIG_OF
Arnd Bergmann
1
-11
/
+10
2020-12-04
ethernet: select CONFIG_CRC32 as needed
Arnd Bergmann
2
-0
/
+2
2020-12-04
dpaa_eth: fix build errorr in dpaa_fq_init
Anders Roxell
1
-1
/
+1
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2020-12-02
dpaa_eth: copy timestamp fields to new skb in A-050385 workaround
Yangbo Lu
1
-1
/
+9
2020-12-01
net: freescale: ucc_geth: remove unused SKB_ALLOC_TIMEOUT
Chris Packham
1
-1
/
+0
2020-11-30
dpaa_eth: implement the A050385 erratum workaround for XDP
Camelia Groza
1
-2
/
+82
2020-11-30
dpaa_eth: rename current skb A050385 erratum workaround
Camelia Groza
1
-2
/
+2
2020-11-30
dpaa_eth: add XDP_REDIRECT support
Camelia Groza
2
-1
/
+48
2020-11-30
dpaa_eth: add XDP_TX support
Camelia Groza
2
-5
/
+126
2020-11-30
dpaa_eth: limit the possible MTU range when XDP is enabled
Camelia Groza
1
-8
/
+31
2020-11-30
dpaa_eth: add basic XDP support
Camelia Groza
2
-16
/
+153
2020-11-30
dpaa_eth: add struct for software backpointers
Camelia Groza
2
-7
/
+17
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-12
/
+4
2020-11-25
enetc: Let the hardware auto-advance the taprio base-time of 0
Vladimir Oltean
1
-12
/
+2
2020-11-24
dpaa2-eth: Fix compile error due to missing devlink support
Ezequiel Garcia
1
-0
/
+1
2020-11-23
dpaa2-eth: use new PTP_MSGTYPE_* define(s)
Christian Eggers
1
-2
/
+2
2020-11-20
dpaa2-eth: select XGMAC_MDIO for MDIO bus support
Ioana Ciornei
1
-0
/
+1
2020-11-19
enetc: Fix endianness issues for enetc_qos
Claudiu Manoil
1
-45
/
+39
2020-11-19
enetc: Fix endianness issues for enetc_ethtool
Claudiu Manoil
1
-4
/
+4
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-32
/
+166
2020-11-17
enetc: Workaround for MDIO register access issue
Alex Marginean
4
-25
/
+161
2020-11-16
net: fec: Fix reference count leak in fec series ops
Zhang Qilong
1
-7
/
+5
2020-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-35
/
+44
2020-11-06
Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-34
/
+43
[prev]
[next]