Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d79dca75c79680f52a27a7ee1b6ae75066f36b3e
d79dca7
virtio_ring: extract split ring handling from ring creation
by Tiwei Bie
· 6 years ago
cbeedb7
virtio_ring: allocate desc state for split ring separately
by Tiwei Bie
· 6 years ago
2f18c2d
virtio_ring: introduce helper for indirect feature
by Tiwei Bie
· 6 years ago
4d6a105
virtio_ring: introduce debug helpers
by Tiwei Bie
· 6 years ago
e593bf9
virtio_ring: put split ring fields in a sub struct
by Tiwei Bie
· 6 years ago
e6f633e
virtio_ring: put split ring functions together
by Tiwei Bie
· 6 years ago
138fd25
virtio_ring: add _split suffix for split ring functions
by Tiwei Bie
· 6 years ago
89a9157
virtio: add packed ring types and macros
by Tiwei Bie
· 6 years ago
4afe60a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
ffac28f
bpf: align map type names formatting.
by David Calavera
· 6 years ago
311fe1a
bpf: btf: fix spelling mistake "Memmber" -> "Member"
by Colin Ian King
· 6 years ago
cf0dd41
bpf, tags: Fix DEFINE_PER_CPU expansion
by Rustam Kovhaev
· 6 years ago
4bffc66
net: remove unsafe skb_insert()
by Eric Dumazet
· 6 years ago
40b1c81
net: bridge: remove redundant checks for null p->dev and p->br
by Colin Ian King
· 6 years ago
a1f2d60
Merge branch 'r8169-xmit_more'
by David S. Miller
· 6 years ago
2e6eedb
r8169: make use of xmit_more and __netdev_sent_queue
by Heiner Kallweit
· 6 years ago
620344c
net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue
by Heiner Kallweit
· 6 years ago
358be65
selftests/net: add txring_overwrite
by Willem de Bruijn
· 6 years ago
3c18aa1
net: qualcomm: rmnet: move null check on dev before dereferecing it
by Colin Ian King
· 6 years ago
21ab664
cxgb4: remove set but not used variables 'multitrc, speed'
by YueHaibing
· 6 years ago
2183435
net: fixup type in netdev_start_xmit()
by Alexey Dobriyan
· 6 years ago
b1bf78b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d146194
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
857fa62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
abe72ff
Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
07093b76
net: gemini: Fix copy/paste error
by Andreas Fiedler
· 6 years ago
3fa528b
net: phy: mscc: fix deadlock in vsc85xx_default_config
by Quentin Schulz
· 6 years ago
e7b9fb4
dt-bindings: dsa: Fix typo in "probed"
by Fabio Estevam
· 6 years ago
ef2a7cf
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
by Lorenzo Bianconi
· 6 years ago
aea0a89
ptp: Fix pass zero to ERR_PTR() in ptp_clock_register
by YueHaibing
· 6 years ago
06d2129
Merge branch 'switchdev-blocking-notifiers'
by David S. Miller
· 6 years ago
ab4a168
rocker, dsa, ethsw: Don't filter VLAN events on bridge itself
by Petr Machata
· 6 years ago
d17d9f5
switchdev: Replace port obj add/del SDO with a notification
by Petr Machata
· 6 years ago
0e332c8
ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
52a227b
mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
f30f060
switchdev: Add helpers to aid traversal through lower devices
by Petr Machata
· 6 years ago
a39b888
staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
bb89680
staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()
by Petr Machata
· 6 years ago
2b239f6
net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
c6fa35b
rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
by Petr Machata
· 6 years ago
aa4efe2
switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DEL
by Petr Machata
· 6 years ago
a93e3b1
switchdev: Add a blocking notifier chain
by Petr Machata
· 6 years ago
ec394af
switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): Sanitize
by Petr Machata
· 6 years ago
2eb487c
Merge branch 'r8169-next'
by David S. Miller
· 6 years ago
76085c9
r8169: replace macro TX_FRAGS_READY_FOR with a function
by Heiner Kallweit
· 6 years ago
5317d5c
r8169: use napi_consume_skb where possible
by Heiner Kallweit
· 6 years ago
45f1996
r8169: simplify detecting chip versions with same XID
by Heiner Kallweit
· 6 years ago
b4cc2dc
r8169: remove default chip versions
by Heiner Kallweit
· 6 years ago
734c140
r8169: remove ancient GCC bug workaround in a second place
by Heiner Kallweit
· 6 years ago
fd0fb61
Merge branch 'hns3-debugfs'
by David S. Miller
· 6 years ago
7d9d7f8
net: hns3: Add "qos buffer" config info query function
by liuzhongzhu
· 6 years ago
6fc2244
net: hns3: Add "qos prio map" info query function
by liuzhongzhu
· 6 years ago
d958919
net: hns3: Add "qos pause" config info query function
by liuzhongzhu
· 6 years ago
96227f4
net: hns3: Add "tm config" info query function
by liuzhongzhu
· 6 years ago
2849d4e
net: hns3: Add "tc config" info query function
by liuzhongzhu
· 6 years ago
3c666b5
net: hns3: Add "FD flow table" info query function
by liuzhongzhu
· 6 years ago
57ceee2
net: hns3: Add "queue info" query function
by liuzhongzhu
· 6 years ago
b229236
net: hns3: Add debugfs framework registration
by liuzhongzhu
· 6 years ago
53b44cb9
net: cavium: clean up return value check in cavium_ptp_probe
by YueHaibing
· 6 years ago
21f4946
net: phy: vitesse: remove duplicate support for VSC8574
by Quentin Schulz
· 6 years ago
c44c749
net: amd: add missing of_node_put()
by Yangtao Li
· 6 years ago
0cb98e84
Merge branch 'octeontx2-af-CGX-LMAC-link-bringup-and-cleanups'
by David S. Miller
· 6 years ago
d3b2b9a
octeontx2-af: Bringup CGX LMAC links by default
by Linu Cherian
· 6 years ago
c929323
octeontx2-af: Unregister cgx event callbacks gracefully
by Linu Cherian
· 6 years ago
12e4c9a
octeontx2-af: Handle non-contiguous CGX LMAC interfaces
by Linu Cherian
· 6 years ago
44990aa
octeontx2-af: Misc cleanups in cgx driver
by Linu Cherian
· 6 years ago
e159e59
net: hinic: fix null pointer dereference on pointer hwdev
by Colin Ian King
· 6 years ago
b0c4b04
Merge branch 'smc-next'
by David S. Miller
· 6 years ago
c7674c0
net/smc: unregister rkeys of unused buffer
by Karsten Graul
· 6 years ago
60e03c6
net/smc: add infrastructure to send delete rkey messages
by Karsten Graul
· 6 years ago
4600cfc
net/smc: avoid a delay by waiting for nothing
by Karsten Graul
· 6 years ago
587e41d
net/smc: cleanup listen worker mutex unlocking
by Ursula Braun
· 6 years ago
2b59f58
net/smc: short wait for late smc_clc_wait_msg
by Ursula Braun
· 6 years ago
90d8b29
net/smc: no link delete for a never active link
by Ursula Braun
· 6 years ago
9ed2855
net/smc: allow fallback after clc timeouts
by Ursula Braun
· 6 years ago
6ae36bf
net/smc: remove sock_error detour in clc-functions
by Ursula Braun
· 6 years ago
3f3f0e3
net/smc: make smc_lgr_free() static
by Ursula Braun
· 6 years ago
263ffae
net/smc: cleanup tcp_listen_worker initialization
by Ursula Braun
· 6 years ago
5ed9dc9
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
by Hangbin Liu
· 6 years ago
e4a3e9f
net: mvneta: remove redundant check for eee->tx_lpi_timer < 0
by YueHaibing
· 6 years ago
197c2da
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
by David Calavera
· 6 years ago
5a86381
samples: bpf: fix: error handling regarding kprobe_events
by Daniel T. Lee
· 6 years ago
47ae7e3
libbpf: make bpf_object__open default to UNSPEC
by Nikita V. Shirokov
· 6 years ago
18ba58e
virtio-net: fail XDP set if guest csum is negotiated
by Jason Wang
· 6 years ago
e59ff2c
virtio-net: disable guest csum during XDP set
by Jason Wang
· 6 years ago
9af8009
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
42519ed
net-gro: use ffs() to speedup napi_gro_flush()
by Eric Dumazet
· 6 years ago
7c98a42
Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
3381918
Merge tag 'for-linus-20181123' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
484afd1
net/sched: act_police: add missing spinlock initialization
by Davide Caratti
· 6 years ago
605108a
net: don't keep lonely packets forever in the gro hash
by Paolo Abeni
· 6 years ago
896585d
net/ipv6: re-do dad when interface has IFF_NOARP flag change
by Hangbin Liu
· 6 years ago
d72ff4b
Merge branch 'dpaa-coalesce'
by David S. Miller
· 6 years ago
10f70e9
dpaa_eth: add ethtool coalesce control
by Madalin Bucur
· 6 years ago
5c664ac
soc/qman: add return value to interrupt coalesce changing APIs
by Madalin Bucur
· 6 years ago
830b61b
soc: fsl: qbman: read ithresh from HW
by Madalin Bucur
· 6 years ago
d88783b
Merge tag 'iommu-fixes-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
2882b06
Merge branch 'ravb-Duplex-handling-update-V3'
by David S. Miller
· 6 years ago
08b4385
ravb: Clean up duplex handling
by Magnus Damm
· 6 years ago
ebc227f
ravb: Do not announce HDX as supported
by Magnus Damm
· 6 years ago
Next »