Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5a69e4980258c56f6d4c2048a1b9c260218785b7
5a69e49
MAINTAINERS: PHY LIBRARY: Update files in the record
by Denis Efremov
· 5 years ago
480fd99
Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 5 years ago
12ed601
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 5 years ago
32d3182
net/packet: fix race in tpacket_snd()
by Eric Dumazet
· 5 years ago
20fb7c7
net: myri10ge: fix memory leaks
by Wenwen Wang
· 5 years ago
d85f017
net: tls, fix sk_write_space NULL write when tx disabled
by John Fastabend
· 5 years ago
6f967f8
liquidio: add cleanup in octeon_setup_iq()
by Wenwen Wang
· 5 years ago
0b24a44
Merge tag 'mlx5-fixes-2019-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
f43d48d
net/mlx5e: Fix compatibility issue with ethtool flash device
by Eran Ben Elisha
· 5 years ago
e0d57d9
net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flow
by Maxim Mikityanskiy
· 5 years ago
2aafdf5
selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue
by Anders Roxell
· 5 years ago
c554336
cxgb4: fix a memory leak bug
by Wenwen Wang
· 5 years ago
06d9532
rxrpc: Fix read-after-free in rxrpc_queue_local()
by David Howells
· 5 years ago
b00df84
rxrpc: Fix local endpoint replacement
by David Howells
· 5 years ago
dfe42be
netfilter: nft_flow_offload: skip tcp rst and fin packets
by Pablo Neira Ayuso
· 5 years ago
6d5afe2
sctp: fix memleak in sctp_send_reset_streams
by zhengbin
· 5 years ago
d00ee64
netlink: Fix nlmsg_parse as a wrapper for strict message parsing
by David Ahern
· 5 years ago
c36757eb
net: phy: consider AN_RESTART status when reading link status
by Heiner Kallweit
· 5 years ago
48ec701
net/mlx4_en: fix a memory leak bug
by Wenwen Wang
· 5 years ago
66cf471
ibmveth: Convert multicast list size for little-endian system
by Thomas Falcon
· 5 years ago
072f794
s390/qeth: serialize cmd reply with concurrent timeout
by Julian Wiedmann
· 5 years ago
a1794de
sctp: fix the transport error_count check
by Xin Long
· 5 years ago
656c8e9
netfilter: conntrack: Use consistent ct id hash calculation
by Dirk Morris
· 5 years ago
bb0ce4c
net: phy: at803x: stop switching phy delay config needlessly
by André Draszik
· 5 years ago
125b7e0
net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rx
by Nathan Chancellor
· 5 years ago
8874eca
tipc: initialise addr_trail_end when setting node addresses
by Chris Packham
· 5 years ago
5879986
net: dsa: Check existence of .port_mdb_add callback before calling it
by Chen-Yu Tsai
· 5 years ago
8028ccd
mlxsw: spectrum_ptp: Keep unmatched entries in a linked list
by Petr Machata
· 5 years ago
d81f414
net: nps_enet: Fix function names in doc comments
by Jonathan Neuschäfer
· 5 years ago
68553f1
rxrpc: Fix local refcounting
by David Howells
· 5 years ago
59c84b9
netdevsim: Restore per-network namespace accounting for fib entries
by David Ahern
· 5 years ago
9481382
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
57c722e
net/tls: swap sk_write_space on close
by Jakub Kicinski
· 5 years ago
6d0d779d
hv_netvsc: Fix a warning of suspicious RCU usage
by Dexuan Cui
· 5 years ago
9566e65
Merge tag 'mlx5-fixes-2019-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
8b63816
ixgbe: fix possible deadlock in ixgbe_service_task()
by Taehee Yoo
· 5 years ago
703acf6
Merge branch 'Fix-collisions-in-socket-cookie-generation'
by David S. Miller
· 5 years ago
609a2ca
bpf: sync bpf.h to tools infrastructure
by Daniel Borkmann
· 5 years ago
cd48bdd
sock: make cookie generation global instead of per netns
by Daniel Borkmann
· 5 years ago
7bac762
Merge tag 'rxrpc-fixes-20190809' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 5 years ago
4f7aafd
Merge branch 'bpf-bpftool-pinning-error-msg'
by Daniel Borkmann
· 5 years ago
3c7be38
tools: bpftool: add error message on pin failure
by Jakub Kicinski
· 5 years ago
b3e78ad
tools: bpftool: fix error message (prog -> object)
by Jakub Kicinski
· 5 years ago
e8c3af6
rxrpc: Don't bother generating maxSkew in the ACK packet
by David Howells
· 5 years ago
730c5fd
rxrpc: Fix local endpoint refcounting
by David Howells
· 5 years ago
1e5b247
netfilter: nf_flow_table: teardown flow timeout race
by Pablo Neira Ayuso
· 5 years ago
3e68db2
netfilter: nf_flow_table: conntrack picks up expired flows
by Pablo Neira Ayuso
· 5 years ago
6a0a8d1
netfilter: nf_tables: use-after-free in failing rule with bound set
by Pablo Neira Ayuso
· 5 years ago
8c25d08
net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
by Fuqian Huang
· 5 years ago
227f2f0
team: Add vlan tx offload to hw_enc_features
by YueHaibing
· 5 years ago
4147766
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
by Jakub Kicinski
· 5 years ago
0de94de
Merge branch 'skbedit-batch-fixes'
by David S. Miller
· 5 years ago
7bc1618
tc-testing: updated skbedit action tests with batch create/delete
by Roman Mashak
· 5 years ago
e1fea32
net sched: update skbedit action for batched events operations
by Roman Mashak
· 5 years ago
e3e3af9
net: dsa: sja1105: remove set but not used variables 'tx_vid' and 'rx_vid'
by YueHaibing
· 5 years ago
d595b03
bonding: Add vlan tx offload to hw_enc_features
by YueHaibing
· 5 years ago
51650d3
net: sched: sch_taprio: fix memleak in error path for sched list parse
by Ivan Khoronzhuk
· 5 years ago
fe90689
net: docs: replace IPX in tuntap documentation
by Stephen Hemminger
· 5 years ago
7e7c076
docs: admin-guide: remove references to IPX and token-ring
by Stephen Hemminger
· 5 years ago
3a0233d
xen/netback: Reset nr_frags before freeing skb
by Ross Lagerwall
· 5 years ago
891584f
inet: frags: re-introduce skb coalescing for local delivery
by Guillaume Nault
· 5 years ago
a4e508c
net/mlx5e: Remove redundant check in CQE recovery flow of tx reporter
by Aya Levin
· 5 years ago
276d197
net/mlx5e: Fix error flow of CQE recovery on tx reporter
by Aya Levin
· 5 years ago
d9a2fcf5
net/mlx5e: Fix false negative indication on tx reporter CQE recovery
by Aya Levin
· 5 years ago
b86f1ab
net/mlx5e: kTLS, Fix tisn field placement
by Tariq Toukan
· 5 years ago
f1897b3
net/mlx5e: kTLS, Fix tisn field name
by Tariq Toukan
· 5 years ago
a9bc3390
net/mlx5e: kTLS, Fix progress params context WQE layout
by Tariq Toukan
· 5 years ago
26149e3
net/mlx5: kTLS, Fix wrong TIS opmod constants
by Tariq Toukan
· 5 years ago
55c9bd3
net/mlx5: crypto, Fix wrong offset in encryption key command
by Tariq Toukan
· 5 years ago
5faf5b7
net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg off
by Mohamad Heib
· 6 years ago
466df6e
net/mlx5e: Only support tx/rx pause setting for port owner
by Huy Nguyen
· 5 years ago
93b3586
net/mlx5: Support inner header match criteria for non decap flow action
by Huy Nguyen
· 6 years ago
405b93e
net/mlx5e: Use flow keys dissector to parse packets for ARFS
by Maxim Mikityanskiy
· 6 years ago
f6649fe
Merge tag 'batadv-net-for-davem-20190808' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 5 years ago
33920f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
feac1d6
Merge branch 'sja1105-fixes'
by David S. Miller
· 5 years ago
93fa858
net: dsa: sja1105: Fix memory leak on meta state machine error path
by Vladimir Oltean
· 5 years ago
f163fed
net: dsa: sja1105: Fix memory leak on meta state machine normal path
by Vladimir Oltean
· 5 years ago
6cb0abb
net: dsa: sja1105: Really fix panic on unregistering PTP clock
by Vladimir Oltean
· 5 years ago
4b7da3d
net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as well
by Vladimir Oltean
· 5 years ago
6d7c7d9
net: dsa: sja1105: Fix broken learning with vlan_filtering disabled
by Vladimir Oltean
· 5 years ago
f26e0cc
net: dsa: qca8k: Add of_node_put() in qca8k_setup_mdio_bus()
by Nishka Dasgupta
· 5 years ago
443bfb4
Merge branch 'flow_offload-action-fixes'
by David S. Miller
· 5 years ago
67cbf7d
net: sched: sample: allow accessing psample_group with rtnl
by Vlad Buslov
· 5 years ago
c4bd486
net: sched: police: allow accessing police->params with rtnl
by Vlad Buslov
· 5 years ago
2b0dfc1
Merge branch 'hisilicon-fixes'
by David S. Miller
· 5 years ago
96a50c0
net: hisilicon: Fix dma_map_single failed on arm64
by Jiangfeng Xiao
· 5 years ago
f2243b8
net: hisilicon: fix hip04-xmit never return TX_BUSY
by Jiangfeng Xiao
· 5 years ago
1a2c070
net: hisilicon: make hip04_tx_reclaim non-reentrant
by Jiangfeng Xiao
· 5 years ago
5b0bce2
Merge branch 'Fix-batched-event-generation-for-vlan-action'
by David S. Miller
· 5 years ago
8571deb
tc-testing: updated vlan action tests with batch create/delete
by Roman Mashak
· 5 years ago
b35475c
net sched: update vlan action for batched events operations
by Roman Mashak
· 5 years ago
76d7961
Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
3abd24a
Merge branch 'stmmac-fixes'
by David S. Miller
· 5 years ago
4a6a138
net: stmmac: tc: Do not return a fragment entry
by Jose Abreu
· 5 years ago
e8df7e8
net: stmmac: Fix issues when number of Queues >= 4
by Jose Abreu
· 5 years ago
0efedbf
net: stmmac: xgmac: Fix XGMAC selftests
by Jose Abreu
· 5 years ago
0574f2e
Merge tag 'wireless-drivers-for-davem-2019-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 5 years ago
f4eb142
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 5 years ago
d0d006a
be2net: disable bh with spin_lock in be_process_mcc
by Denis Kirjanov
· 5 years ago
Next »