index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
net: documentation: add docs for MAC/PHY support in DPAA2
Ioana Ciornei
3
-0
/
+194
2019-10-31
dpaa2-eth: add MAC/PHY support through phylink
Ioana Ciornei
10
-21
/
+818
2019-10-31
dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED
Ioana Ciornei
1
-4
/
+3
2019-10-31
bus: fsl-mc: add the fsl_mc_get_endpoint function
Ioana Ciornei
5
-4
/
+132
2019-10-31
bus: fsl-mc: export device types present on the bus
Ioana Ciornei
1
-0
/
+10
2019-10-31
Merge branch 'sfc-Add-XDP-support'
David S. Miller
7
-44
/
+572
2019-10-31
sfc: add XDP counters to ethtool stats
Charles McLachlan
3
-0
/
+42
2019-10-31
sfc: handle XDP_TX outcomes of XDP eBPF programs
Charles McLachlan
4
-1
/
+116
2019-10-31
sfc: allocate channels for XDP tx queues
Charles McLachlan
4
-40
/
+190
2019-10-31
sfc: Enable setting of xdp_prog
Charles McLachlan
1
-0
/
+70
2019-10-31
sfc: perform XDP processing on received packets
Charles McLachlan
3
-2
/
+145
2019-10-31
sfc: support encapsulation of xdp_frames in efx_tx_buffer
Charles McLachlan
2
-2
/
+10
2019-10-31
igb: Enable media autosense for the i350.
Manfred Rudigier
2
-2
/
+2
2019-10-31
igb/igc: Don't warn on fatal read failures when the device is removed
Lyude Paul
2
-2
/
+4
2019-10-31
tcp: increase tcp_max_syn_backlog max value
Eric Dumazet
2
-3
/
+6
2019-10-31
net: increase SOMAXCONN to 4096
Eric Dumazet
2
-3
/
+3
2019-10-31
mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_init
Nathan Chancellor
1
-1
/
+1
2019-10-31
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-26
/
+42
2019-10-31
netdevsim: Fix use-after-free during device dismantle
Ido Schimmel
1
-0
/
+5
2019-10-31
Merge branch 's390-next'
David S. Miller
8
-119
/
+120
2019-10-31
s390/qeth: don't cache MAC addresses for multicast IPs
Julian Wiedmann
3
-19
/
+12
2019-10-31
s390/qeth: use helpers for IP address hashing
Julian Wiedmann
2
-19
/
+10
2019-10-31
s390/qeth: don't set card state in qeth_qdio_clear_card()
Julian Wiedmann
1
-1
/
+0
2019-10-31
s390/qeth: consolidate some duplicated HW cmd code
Julian Wiedmann
3
-31
/
+9
2019-10-31
s390/qeth: keep IRQ disabled until NAPI is really done
Julian Wiedmann
1
-3
/
+3
2019-10-31
s390/qeth: use QDIO_BUFNR()
Julian Wiedmann
1
-20
/
+17
2019-10-31
s390/qeth: use IQD Multi-Write
Julian Wiedmann
2
-10
/
+53
2019-10-31
s390/qdio: implement IQD Multi-Write
Julian Wiedmann
2
-16
/
+16
2019-10-31
rxrpc: Fix handling of last subpacket of jumbo packet
David Howells
2
-5
/
+14
2019-10-31
Merge branch 'DPAA-Ethernet-changes'
David S. Miller
6
-193
/
+177
2019-10-31
dpaa_eth: register a device link for the qman portal used
Madalin Bucur
3
-15
/
+3
2019-10-31
soc: fsl: qbman: allow registering a device link for the portal user
Madalin Bucur
2
-0
/
+31
2019-10-31
dpaa_eth: extend delays in ndo_stop
Madalin Bucur
1
-1
/
+3
2019-10-31
dpaa_eth: remove netdev_err() for user errors
Madalin Bucur
1
-12
/
+4
2019-10-31
dpaa_eth: add dropped frames to percpu ethtool stats
Madalin Bucur
1
-0
/
+8
2019-10-31
dpaa_eth: use a page to store the SGT
Madalin Bucur
1
-22
/
+21
2019-10-31
dpaa_eth: cleanup skb_to_contig_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: use fd information in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-6
/
+7
2019-10-31
dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: avoid timestamp read on error paths
Madalin Bucur
1
-7
/
+10
2019-10-31
dpaa_eth: perform DMA unmapping before read
Madalin Bucur
1
-15
/
+17
2019-10-31
dpaa_eth: use page backed rx buffers
Madalin Bucur
1
-29
/
+22
2019-10-31
dpaa_eth: use only one buffer pool per interface
Madalin Bucur
4
-92
/
+57
2019-10-31
Merge branch 'net-hns3-add-some-optimizations-and-cleanups'
David S. Miller
20
-207
/
+278
2019-10-31
net: hns3: cleanup byte order issues when printed
Guojia Liao
4
-62
/
+83
2019-10-31
net: hns3: cleanup some print format warning
Guojia Liao
14
-101
/
+101
2019-10-31
net: hns3: add or modify some comments
Guangbin Huang
3
-2
/
+5
2019-10-31
net: hns3: optimize local variable initialization
Guangbin Huang
2
-3
/
+2
2019-10-31
net: hns3: cleanup a format-truncation warning
Guojia Liao
1
-1
/
+2
2019-10-31
net: hns3: cleanup some coding style issues
Guangbin Huang
7
-14
/
+13
[prev]
[next]