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
2020-11-25
net: phy: ti: implement generic .handle_interrupt() callback
Ioana Ciornei
6
-0
/
+191
2020-11-25
net: phy: national: remove the use of the .ack_interrupt()
Ioana Ciornei
1
-14
/
+22
2020-11-25
net: phy: national: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+22
2020-11-25
net: phy: micrel: remove the use of .ack_interrupt()
Ioana Ciornei
1
-16
/
+15
2020-11-25
net: phy: micrel: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+34
2020-11-25
net: phy: meson-gxl: remove the use of .ack_callback()
Ioana Ciornei
1
-8
/
+11
2020-11-25
net: phy: meson-gxl: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+20
2020-11-25
net: phy: icplus: remove the use .ack_interrupt()
Ioana Ciornei
1
-13
/
+25
2020-11-25
net: phy: icplus: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-8
/
+16
2020-11-25
net: phy: intel-xway: remove the use of .ack_interrupt()
Ioana Ciornei
1
-12
/
+15
2020-11-25
net: phy: intel-xway: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-18
/
+28
2020-11-24
lan743x: replace polling loop by wait_event_timeout()
Sven Van Asbroeck
2
-16
/
+15
2020-11-24
lan743x: clean up software_isr function
Sven Van Asbroeck
1
-9
/
+4
2020-11-24
Merge branch 'mvneta-access-skb_shared_info-only-on-last-frag'
Jakub Kicinski
1
-20
/
+35
2020-11-24
net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stack
Lorenzo Bianconi
1
-19
/
+23
2020-11-24
net: mvneta: move skb_shared_info in mvneta_xdp_put_buff caller
Lorenzo Bianconi
1
-11
/
+21
2020-11-24
net: mvneta: avoid unnecessary xdp_buff initialization
Lorenzo Bianconi
1
-4
/
+5
2020-11-24
net: mvpp2: divide fifo for dts-active ports only
Stefan Chulski
2
-44
/
+108
2020-11-24
net: page_pool: Add page_pool_put_page_bulk() to page_pool.rst
Lorenzo Bianconi
1
-0
/
+8
2020-11-24
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
1
-0
/
+5
2020-11-24
net: hns3: fix spelling mistake "memroy" -> "memory"
Colin Ian King
2
-2
/
+2
2020-11-24
Merge branch 'mlxsw-add-support-for-blackhole-nexthops'
Jakub Kicinski
11
-22
/
+218
2020-11-24
selftests: mlxsw: Add blackhole_nexthop trap test
Ido Schimmel
1
-0
/
+36
2020-11-24
mlxsw: spectrum_trap: Add blackhole_nexthop trap
Ido Schimmel
1
-0
/
+6
2020-11-24
devlink: Add blackhole_nexthop trap
Ido Schimmel
3
-1
/
+8
2020-11-24
selftests: forwarding: Add blackhole nexthops tests
Ido Schimmel
1
-1
/
+57
2020-11-24
selftests: mlxsw: Add blackhole nexthop configuration tests
Ido Schimmel
1
-3
/
+22
2020-11-24
mlxsw: spectrum_router: Add support for blackhole nexthops
Ido Schimmel
3
-10
/
+48
2020-11-24
mlxsw: spectrum_router: Resolve RIF from nexthop struct instead of neighbour
Ido Schimmel
1
-1
/
+1
2020-11-24
mlxsw: spectrum_router: Use loopback RIF for unresolved nexthops
Ido Schimmel
1
-4
/
+4
2020-11-24
mlxsw: spectrum_router: Use different trap identifier for unresolved nexthops
Ido Schimmel
3
-2
/
+4
2020-11-24
mlxsw: spectrum_router: Create loopback RIF during initialization
Ido Schimmel
2
-0
/
+32
2020-11-24
Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
16
-852
/
+522
2020-11-24
net: stmmac: Use hrtimer for TX coalescing
Vincent Whitchurch
2
-10
/
+16
2020-11-24
igbvf: Refactor traces
Karen Sornek
1
-2
/
+2
2020-11-24
i40e: report correct VF link speed when link state is set to enable
Stefan Assmann
1
-2
/
+3
2020-11-24
i40e: remove redundant assignment
Marek Majtyka
1
-1
/
+0
2020-11-23
sctp: Fix some typo
Christophe JAILLET
1
-2
/
+2
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
45
-1
/
+51
2020-11-23
net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()'
Christophe JAILLET
1
-4
/
+6
2020-11-23
net: pch_gbe: Use dma_set_mask_and_coherent to simplify code
Christophe JAILLET
1
-10
/
+4
2020-11-23
Merge branch 'net-dsa-hellcreek-minor-cleanups'
Jakub Kicinski
2
-4
/
+2
2020-11-23
net: dsa: hellcreek: Don't print error message on defer
Kurt Kanzenbach
1
-1
/
+1
2020-11-23
net: dsa: tag_hellcreek: Cleanup includes
Kurt Kanzenbach
1
-3
/
+1
2020-11-23
Merge branch 'net-ptp-introduce-common-defines-for-ptp-message-types'
Jakub Kicinski
3
-15
/
+15
2020-11-23
ptp: ptp_ines: use new PTP_MSGTYPE_* define(s)
Christian Eggers
1
-12
/
+7
2020-11-23
dpaa2-eth: use new PTP_MSGTYPE_* define(s)
Christian Eggers
1
-2
/
+2
2020-11-23
net: ptp: introduce common defines for PTP message types
Christian Eggers
1
-1
/
+6
2020-11-23
compat: always include linux/compat.h from net/compat.h
Jakub Kicinski
1
-10
/
+0
2020-11-23
rxrpc: Ask the security class how much space to allow in a packet
David Howells
5
-40
/
+82
[prev]
[next]