Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
6f64bcb62f3399fb77792f35d9bfa55dcebd9e43
6f64bcb
selftests: net: forwarding: change devlink resource support checking
by Jiri Pirko
· 6 years ago
39c6b53
Documentation: add devlink param file for mlxsw driver
by Jiri Pirko
· 6 years ago
2adeb5f
mlxsw: spectrum_switchdev: Add more extack messages
by Ido Schimmel
· 6 years ago
3021afe
mlxsw: spectrum_acl: Fix rul/rule typo
by Jiri Pirko
· 6 years ago
038418e
mlxsw: spectrum_acl: Move mr_ruleset and mr_rule structs
by Jiri Pirko
· 6 years ago
42d704e
mlxsw: spectrum_acl: Remove unnecessary arg on action_replace call path
by Jiri Pirko
· 6 years ago
889865c
Merge branch 'tcp-change-pingpong-to-3-in-delayed-ack-logic'
by David S. Miller
· 6 years ago
4a41f45
tcp: change pingpong threshold to 3
by Wei Wang
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
fb1b699
net: ipv4: ip_input: fix blank line coding style issues
by Yang Wei
· 6 years ago
0e02139
net: phy: at803x: Use helpers to access MMD PHY registers
by Carlo Caione
· 6 years ago
1d68101
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1fc7f56
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
c180f1b
Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
6a2651b
Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
78e372e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 6 years ago
037222a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
085c4c7
net: lmc: remove -I. header search path
by Masahiro Yamada
· 6 years ago
7c2614b
Merge tag '5.0-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
2580acb2a
Merge tag 'vfio-v5.0-rc4' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 6 years ago
7304720
atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()
by Yang Wei
· 6 years ago
7930851
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
6b8f915
Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
a4b8299
Merge branch 'ip_tunnel-next'
by David S. Miller
· 6 years ago
962924f
ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit
by wenxu
· 6 years ago
6e6b904
ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit
by wenxu
· 6 years ago
c8b34e6
ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit
by wenxu
· 6 years ago
f46fe4f
ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit
by wenxu
· 6 years ago
662a14d
lan743x: Provide Read/Write Access to on chip OTP
by Bryan Whitehead
· 6 years ago
08c666b
Merge branch 'hns3-next'
by David S. Miller
· 6 years ago
f01f555
net: hns3: don't allow vf to enable promisc mode
by Jian Shen
· 6 years ago
b7b585c
net: hns3: add initialization for nic state
by Jian Shen
· 6 years ago
51e8439
net: hns3: add 8 BD limit for tx flow
by Peng Li
· 6 years ago
1cce5eb
net: hns3: call hns3_nic_set_real_num_queue with netdev down
by Yunsheng Lin
· 6 years ago
a1ef124
net: hns3: remove dcb_ops->map_update in hclge_dcb
by Yunsheng Lin
· 6 years ago
c2a39d9
net: hns3: do reinitialization while mqprio configuration changed
by Yunsheng Lin
· 6 years ago
350fda0
net: hns3: After setting the loopback, add the status of getting MAC
by liuzhongzhu
· 6 years ago
28673b3
net: hns3: fix broadcast promisc issue for revision 0x20
by Jian Shen
· 6 years ago
47ef6de
net: hns3: fix return value handle issue for hclge_set_loopback()
by Jian Shen
· 6 years ago
1821dce
net: hns3: add error handling in hclge_ieee_setets
by Yunsheng Lin
· 6 years ago
ac864c2
net: hns3: clear pci private data when unload hns3 driver
by Jian Shen
· 6 years ago
217e288
net: hns3: don't update packet statistics for packets dropped by hardware
by Jian Shen
· 6 years ago
45e8fdd
Merge branch 'r8169-add-EEE-support-for-RTL8168f'
by David S. Miller
· 6 years ago
1563daa
r8169: enable EEE per default on RTL8168f
by Heiner Kallweit
· 6 years ago
cc07d271
r8169: add EEE support for RTL8168f
by Heiner Kallweit
· 6 years ago
25fe02d
Documentation: net: phy: switch documentation to rst format
by Heiner Kallweit
· 6 years ago
f859a44
tcp: allow zerocopy with fastopen
by Willem de Bruijn
· 6 years ago
84239b4
ptp: fix debugfs_simple_attr.cocci warnings
by YueHaibing
· 6 years ago
f515220
Merge branch 'r8169-add-EEE-support-for-RTL8168g+'
by David S. Miller
· 6 years ago
b6c7fa4
r8169: enable EEE per default on chip versions from RTL8168g
by Heiner Kallweit
· 6 years ago
df6f185
r8169: add general EEE support for chip versions from RTL8168g
by Heiner Kallweit
· 6 years ago
dda6a7a3
Merge branch 'ipv6-defrag-rbtree'
by David S. Miller
· 6 years ago
4c35104
selftests: net: ip_defrag: cover new IPv6 defrag behavior
by Peter Oskolkov
· 6 years ago
997dd96
net: IP6 defrag: use rbtrees in nf_conntrack_reasm.c
by Peter Oskolkov
· 6 years ago
d4289fc
net: IP6 defrag: use rbtrees for IPv6 defrag
by Peter Oskolkov
· 6 years ago
c23f35d
net: IP defrag: encapsulate rbtree defrag code into callable functions
by Peter Oskolkov
· 6 years ago
ccacead
Merge branch 's390-qeth-next'
by David S. Miller
· 6 years ago
5fc692a
s390/qeth: remove VLAN tracking for L2 devices
by Julian Wiedmann
· 6 years ago
e6e771b
s390/qeth: detach netdevice while card is offline
by Julian Wiedmann
· 6 years ago
fa3d2e6
s390/qeth: delay netdevice registration
by Julian Wiedmann
· 6 years ago
340c093
s390/qeth: remove TX disable from online path
by Julian Wiedmann
· 6 years ago
654e3d4
s390/qeth: register MAC address earlier
by Julian Wiedmann
· 6 years ago
e22355e
s390/qeth: consolidate open/stop netdev ops
by Julian Wiedmann
· 6 years ago
44eb086
s390/qeth: remove bogus netif_wake_queue()
by Julian Wiedmann
· 6 years ago
f72b464
s390/qeth: streamline TX buffer management
by Julian Wiedmann
· 6 years ago
a118b19
Documentation: net: phy: reflect latest changes to phylib API
by Heiner Kallweit
· 6 years ago
ee4576f
Merge tag 'mlx5-updates-2019-01-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 6 years ago
abfd04f
qed: Revert error handling changes.
by David S. Miller
· 6 years ago
ba60697
Merge tag 'mmc-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 6 years ago
d488bd2
Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
96f18cb
Merge tag 'staging-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
473721f
Merge tag 'tty-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
b48cef3
Merge tag 'usb-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
b832d4f
net/mlx5e: Reuse fold sw stats in representors
by Saeed Mahameed
· 6 years ago
168af00
net/mlx5e: Present the representors SW stats when state is not opened
by Tariq Toukan
· 6 years ago
9659e49
net/mlx5e: Separate between ethtool and netdev software stats folding
by Saeed Mahameed
· 6 years ago
8e4ca98
net/mlx5: Add trace points for flow tables create/destroy
by Or Gerlitz
· 6 years ago
7112967
net/mlx5e: Return the allocated flow directly from __mlx5e_add_fdb_flow
by Jason Gunthorpe
· 6 years ago
149e566
net/mlx5e: Expand XPS cpumask to cover all online cpus
by Moshe Shemesh
· 6 years ago
79d356e
net/mlx5e: Take CQ decompress fields into a separate structure
by Tariq Toukan
· 7 years ago
9481627
net/mlx5e: RX, Make sure packet header does not cross page boundary
by Tariq Toukan
· 6 years ago
5179527
Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
30e5c2c
net: Revert devlink health changes.
by David S. Miller
· 6 years ago
b2869f2
KVM: x86: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
5cd5548
KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths
by Masahiro Yamada
· 6 years ago
35b531a
KVM: selftests: check returned evmcs version range
by Vitaly Kuznetsov
· 6 years ago
3a2f577
x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
by Vitaly Kuznetsov
· 6 years ago
5ad6ece8
KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function
by Sean Christopherson
· 6 years ago
94a980c
kvm: selftests: Fix region overlap check in kvm_util
by Ben Gardon
· 6 years ago
8997f65
kvm: vmx: fix some -Wmissing-prototypes warnings
by Yi Wang
· 6 years ago
619ad84
KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
by Vitaly Kuznetsov
· 6 years ago
bb218fb
svm: Fix AVIC incomplete IPI emulation
by Suravee Suthikulpanit
· 6 years ago
37ef0c4
svm: Add warning message for AVIC IPI invalid target
by Suravee Suthikulpanit
· 6 years ago
de81c2f
KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error
by Sean Christopherson
· 6 years ago
1ed199a
KVM: x86: Fix PV IPIs for 32-bit KVM host
by Sean Christopherson
· 6 years ago
f1adcea
x86/kvm/hyper-v: recommend using eVMCS only when it is enabled
by Vitaly Kuznetsov
· 6 years ago
1998fd3
x86/kvm/hyper-v: don't recommend doing reset via synthetic MSR
by Vitaly Kuznetsov
· 6 years ago
3a33d03
kvm: x86/vmx: Use kzalloc for cached_vmcs12
by Tom Roeder
· 6 years ago
85ba2b1
KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL
by Sean Christopherson
· 6 years ago
5cc244a
KVM: x86: Fix single-step debugging
by Alexander Popov
· 6 years ago
Next »