Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5503a6889f72d91c9ad156e6daa9ffcdc726ddc5
5503a68
net: usb: smsc: fix warning reported by kbuild test robot
by Petr Štetiar
· 6 years ago
da48be3
staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR check
by Petr Štetiar
· 6 years ago
4974f9b
net: dsa: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
8e8673a
net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_stats
by Nathan Chancellor
· 6 years ago
e4acf42
taprio: add null check on sched_nest to avoid potential null pointer dereference
by Colin Ian King
· 6 years ago
d4ee7f1
net: mvpp2: cls: fix less than zero check on a u32 variable
by Colin Ian King
· 6 years ago
a97f4fe
Merge branch 'fc-quic-pacing'
by David S. Miller
· 6 years ago
37c0aea
net_sched: sch_fq: handle non connected flows
by Eric Dumazet
· 6 years ago
eeb84aa
net_sched: sch_fq: do not assume EDT packets are ordered
by Eric Dumazet
· 6 years ago
a55a385
Merge branch 'hns3-next'
by David S. Miller
· 6 years ago
77296bf
net: hns3: use devm_kcalloc when allocating desc_cb
by Yunsheng Lin
· 6 years ago
845e0d1
net: hns3: some cleanup for struct hns3_enet_ring
by Yunsheng Lin
· 6 years ago
389ca14
net: hns3: unify the page reusing for page size 4K and 64K
by Yunsheng Lin
· 6 years ago
ce74370
net: hns3: optimize the barrier using when cleaning TX BD
by Yunsheng Lin
· 6 years ago
aa9d22d
net: hns3: fix error handling for desc filling
by Yunsheng Lin
· 6 years ago
757cd1e
net: hns3: combine len and checksum handling for inner and outer header.
by Yunsheng Lin
· 6 years ago
07918fc
net: hns3: refactor BD filling for l2l3l4 info
by Yunsheng Lin
· 6 years ago
39c3882
net: hns3: fix for tunnel type handling in hns3_rx_checksum
by Yunsheng Lin
· 6 years ago
db4970a
net: hns3: add linearizing checking for TSO case
by Yunsheng Lin
· 6 years ago
d21ff4f
net: hns3: add counter for times RX pages gets allocated
by Yunsheng Lin
· 6 years ago
fb00331
net: hns3: use napi_schedule_irqoff in hard interrupts handlers
by Yunsheng Lin
· 6 years ago
3d5f374
net: hns3: unify maybe_stop_tx for TSO and non-TSO case
by Yunsheng Lin
· 6 years ago
09934b0
Merge branch 'net-dsa-lantiq-Add-bridge-offloading'
by David S. Miller
· 6 years ago
58c59ef
net: dsa: lantiq: Add Forwarding Database access
by Hauke Mehrtens
· 6 years ago
4581348
net: dsa: lantiq: Add fast age function
by Hauke Mehrtens
· 6 years ago
9bbb1c0
net: dsa: lantiq: Add VLAN aware bridge offloading
by Hauke Mehrtens
· 6 years ago
8206e0c
net: dsa: lantiq: Add VLAN unaware bridge offloading
by Hauke Mehrtens
· 6 years ago
30d89383
net: dsa: lantiq: Allow special tags only on CPU port
by Hauke Mehrtens
· 6 years ago
14cfbda
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
d24ed99
libbpf: remove unnecessary cast-to-void
by Björn Töpel
· 6 years ago
581b31c
kbuild: tolerate missing pahole when generating BTF
by Andrii Nakryiko
· 6 years ago
54516da
Merge branch 'r8169-replace-some-magic-with-more-speaking-functions'
by David S. Miller
· 6 years ago
0ebacd1
r8169: add rtl8168g_set_pause_thresholds
by Heiner Kallweit
· 6 years ago
6b1bd24
r8169: add rtl_set_fifo_size
by Heiner Kallweit
· 6 years ago
3a97236
Merge branch 'mlxsw-spectrum-Implement-loopback-ethtool-feature'
by David S. Miller
· 6 years ago
ad11340
selftests: Add loopback test
by Jiri Pirko
· 6 years ago
8e44c0c
mlxsw: spectrum: Implement loopback ethtool feature
by Jiri Pirko
· 6 years ago
a0c2538
mlxsw: reg: Add Port Physical Loopback Register
by Jiri Pirko
· 6 years ago
b362487
sch_htb: redefine htb qdisc overlimits
by Cong Wang
· 6 years ago
f452825
r8169: move EEE LED config to rtl8168_config_eee_mac
by Heiner Kallweit
· 6 years ago
1791ad5
r8169: simplify rtl_writephy_batch and rtl_ephy_init
by Heiner Kallweit
· 6 years ago
0e5ef5a
Merge branch 'Traffic-support-for-SJA1105-DSA-driver'
by David S. Miller
· 6 years ago
0a58d47
Documentation: net: dsa: sja1105: Add info about supported traffic modes
by Vladimir Oltean
· 6 years ago
640f763
net: dsa: sja1105: Add support for Spanning Tree Protocol
by Vladimir Oltean
· 6 years ago
227d07a
net: dsa: sja1105: Add support for traffic through standalone ports
by Vladimir Oltean
· 6 years ago
c362beb
net: dsa: Add a private structure pointer to dsa_port
by Vladimir Oltean
· 6 years ago
97a69a0
net: dsa: Add support for deferred xmit
by Vladimir Oltean
· 6 years ago
b68b0dd
net: dsa: Keep private info in the skb->cb
by Vladimir Oltean
· 6 years ago
cc1939e
net: dsa: Allow drivers to filter packets they can decode source port from
by Vladimir Oltean
· 6 years ago
f9bbe44
net: dsa: Optional VLAN-based port separation for switches without tagging
by Vladimir Oltean
· 6 years ago
146c1be
net: dsa: Export symbols for dsa_port_vid_{add, del}
by Vladimir Oltean
· 6 years ago
b2243b3
net: dsa: Call driver's setup callback after setting up its switchdev notifier
by Vladimir Oltean
· 6 years ago
e7ba0fa
net: dsa: mv88e6xxx: refine SMI support
by Vivien Didelot
· 6 years ago
7e6a95d
Merge branch 'net-act_police-offload-support'
by David S. Miller
· 6 years ago
5fb5c39
nfp: flower: add qos offload stats request and reply
by Pieter Jansen van Vuuren
· 6 years ago
49cbef1
nfp: flower: add qos offload install and remove functionality.
by Pieter Jansen van Vuuren
· 6 years ago
b66d035
nfp: flower: add qos offload framework
by Pieter Jansen van Vuuren
· 6 years ago
88c44a5
net/sched: add block pointer to tc_cls_common_offload structure
by Pieter Jansen van Vuuren
· 6 years ago
12f02b6
net/sched: allow stats updates from offloaded police actions
by Pieter Jansen van Vuuren
· 6 years ago
b7fe4ab
net/sched: extend matchall offload for hardware statistics
by Pieter Jansen van Vuuren
· 6 years ago
8c8cfc6
net/sched: add police action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
fa762da
net/sched: move police action structures to header
by Pieter Jansen van Vuuren
· 6 years ago
dfcb19f
net/sched: remove unused functions for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
9681e8b
net/dsa: use intermediate representation for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
ab79af3
mlxsw: use intermediate representation for matchall offload
by Pieter Jansen van Vuuren
· 6 years ago
f00cbf19
net/sched: use the hardware intermediate representation for matchall
by Pieter Jansen van Vuuren
· 6 years ago
a7a7be6
net/sched: add sample action to the hardware intermediate representation
by Pieter Jansen van Vuuren
· 6 years ago
c8f8207
Merge branch 'of_net-Add-NVMEM-support-to-of_get_mac_address'
by David S. Miller
· 6 years ago
ea168cd
powerpc: tsi108: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
c41593a
ARM: Kirkwood: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
284eb160
staging: octeon-ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
d31a36b
net: wireless: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
adfb3cb
net: usb: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
f7af25a
net: davinci: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
541ddc6
net: macb: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
687e3d5
dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour
by Petr Štetiar
· 6 years ago
d01f449
of_net: add NVMEM support to of_get_mac_address
by Petr Štetiar
· 6 years ago
8ef5cc4
Merge branch 'bnxt_en-Driver-updates'
by David S. Miller
· 6 years ago
51fec80
bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.
by Michael Chan
· 6 years ago
ac33906
bnxt_en: Add support for aRFS on 57500 chips.
by Michael Chan
· 6 years ago
e969ae5
bnxt_en: Query firmware capability to support aRFS on 57500 chips.
by Michael Chan
· 6 years ago
01989c6
bnxt_en: Improve NQ reservations.
by Michael Chan
· 6 years ago
53579e3
bnxt_en: Separate RDMA MR/AH context allocation.
by Devesh Sharma
· 6 years ago
2730214
bnxt_en: read the clause type from the PHY ID
by Vasundhara Volam
· 6 years ago
691aa62
bnxt_en: Read package version from firmware.
by Vasundhara Volam
· 6 years ago
6154532
bnxt_en: Check new firmware capability to display extended stats.
by Vasundhara Volam
· 6 years ago
55e4398
bnxt_en: Add support for PCIe statistics
by Vasundhara Volam
· 6 years ago
a220eab
bnxt_en: Refactor bnxt_alloc_stats().
by Vasundhara Volam
· 6 years ago
4a50ddc
bnxt_en: Update firmware interface to 1.10.0.69.
by Michael Chan
· 6 years ago
9073989
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
ba6223f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 6 years ago
1ffad6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
522e407
netfilter: slightly optimize nf_inet_addr_mask
by Li RongQing
· 6 years ago
eabb478
netfilter: xt_hashlimit: use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
19ab5f4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 6 years ago
d1f5050
r8169: speed up rtl_loop_wait
by Heiner Kallweit
· 6 years ago
9cf9b84
r8169: make use of phy_set_asym_pause
by Heiner Kallweit
· 6 years ago
6e05b833
net: ll_temac: Make some functions static
by YueHaibing
· 6 years ago
44bec4b
net: aquantia: Make aq_ndev_driver_name static
by YueHaibing
· 6 years ago
69bbbdc
netdevsim: Make nsim_num_vf static
by YueHaibing
· 6 years ago
Next »