Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
858ce8ca62ea1530f2779d0e3f934b0176e663c3
858ce8c
net: usb: lan78xx: Fix error message format specifier
by Cristian Birsan
· 5 years ago
479a0d1
cxgb4: Fix kernel panic while accessing sge_info
by Vishal Kulkarni
· 5 years ago
8643474
net/smc: add fallback check to connect()
by Ursula Braun
· 5 years ago
9b2079c
net: phylink: fix interface passed to mac_link_up
by Russell King
· 5 years ago
6dd504b
selftests: net: tls: remove recv_rcvbuf test
by Thadeu Lima de Souza Cascardo
· 5 years ago
8ed001c
Merge branch 'gtp-fix-several-bugs-in-gtp-module'
by Jakub Kicinski
· 5 years ago
6a902c0
gtp: avoid zero size hashtable
by Taehee Yoo
· 5 years ago
94dc550
gtp: fix an use-after-free in ipv4_pdp_find()
by Taehee Yoo
· 5 years ago
94a6d9f
gtp: fix wrong condition in gtp_genl_dump_pdp()
by Taehee Yoo
· 5 years ago
6b01b1d
gtp: do not allow adding duplicate tid and ms_addr pdp context
by Taehee Yoo
· 5 years ago
5d485ed
bonding: fix active-backup transition after link failure
by Mahesh Bandewar
· 5 years ago
7ae1629
Merge branch 'bnx2x-bug-fixes'
by Jakub Kicinski
· 5 years ago
ee699f8
bnx2x: Fix logic to get total no. of PFs per engine
by Manish Chopra
· 5 years ago
7113f79
bnx2x: Do not handle requests from VFs after parity
by Manish Chopra
· 5 years ago
ed56dd8
net: ethernet: ti: build cpsw-common for switchdev
by Arnd Bergmann
· 5 years ago
99e9fe2
net: ethernet: ti: select PAGE_POOL for switchdev driver
by Arnd Bergmann
· 5 years ago
c39ea5c
hv_netvsc: Fix tx_table init in rndis_set_subchannel()
by Haiyang Zhang
· 5 years ago
f3f2364
net: marvell: mvpp2: phylink requires the link interrupt
by Russell King
· 5 years ago
cd1263b
Merge branch 'tcp-take-care-of-empty-skbs-in-write-queue'
by Jakub Kicinski
· 5 years ago
216808c
tcp: refine rule to allow EPOLLOUT generation under mem pressure
by Eric Dumazet
· 5 years ago
ee2aabd
tcp: refine tcp_write_queue_empty() implementation
by Eric Dumazet
· 5 years ago
1f85e62
tcp: do not send empty skb from tcp_write_xmit()
by Eric Dumazet
· 5 years ago
5c9934b6
6pack,mkiss: fix possible deadlock
by Eric Dumazet
· 5 years ago
8dbd76e
tcp/dccp: fix possible race __inet_lookup_established()
by Eric Dumazet
· 5 years ago
8f9cc1e
net/ibmvnic: Fix typo in retry check
by Thomas Falcon
· 5 years ago
2beb6d2
ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is set
by Hangbin Liu
· 5 years ago
03b06e3
ptp: clockmatrix: add I2C dependency
by Arnd Bergmann
· 5 years ago
6adc460
bnxt: apply computed clamp value for coalece parameter
by Jonathan Lemon
· 5 years ago
692b93a
mailmap: add entry for myself
by Vivien Didelot
· 5 years ago
9c3194d
MAINTAINERS: Add maintainers for rmnet
by Subash Abhinov Kasiviswanathan
· 5 years ago
0af67e4
qede: Fix multicast mac configuration
by Manish Chopra
· 5 years ago
20032b6
net: usb: lan78xx: Fix suspend/resume PHY register access error
by Cristian Birsan
· 5 years ago
148709b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
fe33008
samples: bpf: fix syscall_tp due to unused syscall
by Daniel T. Lee
· 5 years ago
bba1b2a
samples: bpf: Replace symbol compare of trace_event
by Daniel T. Lee
· 5 years ago
7f193c2
selftests/bpf: Test function_graph tracer and bpf trampoline together
by Alexei Starovoitov
· 5 years ago
b91e014
bpf: Make BPF trampoline use register_ftrace_direct() API
by Alexei Starovoitov
· 5 years ago
5b79bcd
bpftool: Don't crash on missing jited insns or ksyms
by Toke Høiland-Jørgensen
· 5 years ago
4c80c7bc
bpf: Fix build in minimal configurations, again
by Arnd Bergmann
· 5 years ago
e49e6f6
bpf, mips: Limit to 33 tail calls
by Paul Chaignon
· 5 years ago
96bc443
bpf, riscv: Limit to 33 tail calls
by Paul Chaignon
· 5 years ago
24dee0c
net: ena: fix napi handler misbehavior when the napi budget is zero
by Netanel Belgazal
· 5 years ago
f1ce0a1
Merge branch 'tipc-fix-some-issues'
by David S. Miller
· 5 years ago
31e4ccc
tipc: fix use-after-free in tipc_disc_rcv()
by Tuong Lien
· 5 years ago
abc9b4e
tipc: fix retrans failure due to wrong destination
by Tuong Lien
· 5 years ago
dca4a17
tipc: fix potential hanging after b/rcast changing
by Tuong Lien
· 5 years ago
d5162f3
tipc: fix name table rbtree issues
by Tuong Lien
· 5 years ago
ac39793
Merge branch 'bnxt_en-Error-recovery-fixes'
by David S. Miller
· 5 years ago
7e334fc
bnxt_en: Add missing devlink health reporters for VFs.
by Vasundhara Volam
· 5 years ago
937f188
bnxt_en: Fix the logic that creates the health reporters.
by Vasundhara Volam
· 5 years ago
0797c10
bnxt_en: Remove unnecessary NULL checks for fw_health
by Vasundhara Volam
· 5 years ago
8280b38
bnxt_en: Fix bp->fw_health allocation and free logic.
by Vasundhara Volam
· 5 years ago
c74751f
bnxt_en: Return error if FW returns more data than dump length
by Vasundhara Volam
· 5 years ago
325f85f
bnxt_en: Free context memory in the open path if firmware has been reset.
by Michael Chan
· 5 years ago
0c722ec
bnxt_en: Fix MSIX request logic for RDMA driver.
by Michael Chan
· 5 years ago
868afba
NFC: nxp-nci: Fix probing without ACPI
by Stephan Gerhold
· 5 years ago
991a345
tc-testing: unbreak full listing of tdc testcases
by Davide Caratti
· 5 years ago
a288f10
fjes: fix missed check in fjes_acpi_add
by Chuhong Yuan
· 5 years ago
b43d1f9
af_packet: set defaule value for tmo
by Mao Wenan
· 5 years ago
8a2b222
net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory with different size"
by Grygorii Strashko
· 5 years ago
7da538c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 5 years ago
7acd937
netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()
by Pablo Neira Ayuso
· 5 years ago
f8fc57e
net/x25: add new state X25_STATE_5
by Martin Schiller
· 5 years ago
65cb139
selftests: forwarding: Delete IPv6 address at the end
by Ido Schimmel
· 5 years ago
62201c0
mlxsw: spectrum_router: Remove unlikely user-triggerable warning
by Ido Schimmel
· 5 years ago
b6f3320
sctp: fully initialize v4 addr in some functions
by Xin Long
· 5 years ago
9e99bfe
bonding: fix bond_neigh_init()
by Eric Dumazet
· 5 years ago
f394722
neighbour: remove neigh_cleanup() method
by Eric Dumazet
· 5 years ago
43aad81
Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
by David S. Miller
· 5 years ago
5604285
netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
by Eric Dumazet
· 5 years ago
81ec610
netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions
by Pablo Neira Ayuso
· 5 years ago
fd57d0c
netfilter: nf_tables: skip module reference count bump on object updates
by Pablo Neira Ayuso
· 5 years ago
0d2c96a
netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
by Pablo Neira Ayuso
· 5 years ago
bffc124
netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
by Pablo Neira Ayuso
· 5 years ago
db3b665
netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets
by Pablo Neira Ayuso
· 5 years ago
1641665
netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
by Phil Sutter
· 5 years ago
e42617b
Linux 5.5-rc1
by Linus Torvalds
· 5 years ago
95e6ba5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
138f371
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 5 years ago
a78f7cd
Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 years ago
5bf9a06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
da2311a
can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices
by Xiaolong Huang
· 5 years ago
2de4973
can: tcan45x: Make wake-up GPIO an optional GPIO
by Dan Murphy
· 5 years ago
1202d23
dt-bindings: tcan4x5x: Make wake-gpio an optional gpio
by Dan Murphy
· 5 years ago
9c9e1b0
dt-bindings: can: tcan4x5x: reset pin is active high
by Sean Nyekjaer
· 5 years ago
6055225
can: m_can: tcan4x5x: add required delay after reset
by Sean Nyekjaer
· 5 years ago
048e3a34
can: flexcan: poll MCR_LPM_ACK instead of GPR ACK for stop mode acknowledgment
by Joakim Zhang
· 5 years ago
b7603d0
can: flexcan: add low power enter/exit acknowledgment helper
by Joakim Zhang
· 5 years ago
e707180
can: flexcan: fix possible deadlock and out-of-order reception after wakeup
by Sean Nyekjaer
· 5 years ago
9ab79b0
can: xilinx_can: Fix missing Rx can packets on CANFD2.0
by Srinivas Neeli
· 5 years ago
8ac9d71
can: j1939: fix address claim code example
by Marc Kleine-Budde
· 5 years ago
00d4e14
can: j1939: j1939_sk_bind(): take priv after lock is held
by Oleksij Rempel
· 5 years ago
1a2e9d2
MAINTAINERS: Add myself as a maintainer for TCAN4x5x
by Dan Murphy
· 5 years ago
fd230ff
MAINTAINERS: Add myself as a maintainer for MMIO m_can
by Dan Murphy
· 5 years ago
9455d25
Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
7372145
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 5 years ago
95207d5
Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
50caca9
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 5 years ago
316933c
Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 5 years ago
911d137
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 5 years ago
Next »