index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
driver-api
/
i2c.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-25
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
1
-1
/
+1
2020-08-25
sfc: fix boolreturn.cocci warning and rename function
Edward Cree
1
-4
/
+4
2020-08-25
net: ocelot: Add of_node_put() before return statement
Sumera Priyadarsini
1
-0
/
+1
2020-08-25
dt-bindings: net: dsa: Fix typo
Kurt Kanzenbach
1
-1
/
+1
2020-08-25
firestream: Fix memleak in fs_open
Dinghao Liu
1
-0
/
+1
2020-08-25
net: arc_emac: Fix memleak in arc_mdio_probe
Dinghao Liu
1
-0
/
+1
2020-08-25
NFC: st95hf: Fix memleak in st95hf_in_send_cmd
Dinghao Liu
1
-1
/
+1
2020-08-25
MAINTAINERS: Remove self from PHY LIBRARY
Florian Fainelli
1
-1
/
+0
2020-08-25
MAINTAINERS: Add entry for Broadcom Ethernet PHY drivers
Florian Fainelli
1
-0
/
+10
2020-08-25
MAINTAINERS: GENET: Add UniMAC MDIO controller files
Florian Fainelli
1
-0
/
+3
2020-08-25
MAINTAINERS: GENET: Add DT binding file
Florian Fainelli
1
-0
/
+1
2020-08-25
MAINTAINERS: B53: Add DT binding file
Florian Fainelli
1
-0
/
+1
2020-08-25
MAINTAINERS: GENET: Add missing platform data file
Florian Fainelli
1
-0
/
+1
2020-08-25
net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...
Nathan Chancellor
1
-1
/
+1
2020-08-25
net: Get rid of consume_skb when tracing is off
Herbert Xu
2
-0
/
+11
2020-08-25
drivers/net/wan/lapbether: Added needed_tailroom
Xie He
1
-0
/
+1
2020-08-25
netlabel: fix problems with mapping removal
Paul Moore
1
-29
/
+30
2020-08-25
sctp: not disable bh in the whole sctp_get_port_local()
Xin Long
1
-10
/
+6
2020-08-25
ravb: Fixed to be able to unload modules
Yuusuke Ashizuka
1
-55
/
+55
2020-08-24
ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototype
Tobias Klauser
1
-1
/
+1
2020-08-24
net: systemport: Fix memleak in bcm_sysport_probe
Dinghao Liu
1
-2
/
+4
2020-08-24
net: hns: Fix memleak in hns_nic_dev_probe
Dinghao Liu
1
-3
/
+6
2020-08-23
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
1
-13
/
+6
2020-08-23
epoll: Keep a reference on files added to the check list
Marc Zyngier
1
-2
/
+9
2020-08-22
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
1
-1
/
+4
2020-08-22
dt-bindings: vendor-prefixes: Remove trailing whitespace
Geert Uytterhoeven
1
-1
/
+1
2020-08-22
KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
Will Deacon
1
-4
/
+13
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
10
-10
/
+17
2020-08-22
dt-bindings: net: correct description of phy-connection-type
Madalin Bucur
1
-1
/
+2
2020-08-21
dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances
Rob Herring
1
-0
/
+8
2020-08-21
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
2
-10
/
+10
2020-08-21
net: dsa: b53: check for timeout
Tom Rix
1
-0
/
+2
2020-08-21
ARM64: vdso32: Install vdso32 from vdso_install
Stephen Boyd
2
-1
/
+2
2020-08-21
afs: Fix NULL deref in afs_dynroot_depopulate()
David Howells
1
-9
/
+11
2020-08-21
netfilter: nf_tables: fix destination register zeroing
Florian Westphal
2
-1
/
+5
2020-08-21
netfilter: nf_tables: incorrect enum nft_list_attributes definition
Pablo Neira Ayuso
1
-1
/
+1
2020-08-21
netfilter: nf_tables: add NFTA_SET_USERDATA if not null
Pablo Neira Ayuso
1
-1
/
+2
2020-08-21
mm, page_alloc: fix core hung in free_pcppages_bulk()
Charan Teja Reddy
1
-0
/
+5
2020-08-21
mm: include CMA pages in lowmem_reserve at boot
Doug Berger
1
-1
/
+1
2020-08-21
squashfs: avoid bio_alloc() failure with 1Mbyte blocks
Phillip Lougher
1
-1
/
+5
2020-08-21
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-08-21
romfs: fix uninitialized memory leak in romfs_dev_read()
Jann Horn
1
-3
/
+1
2020-08-21
mm/rodata_test.c: fix missing function declaration
Leon Romanovsky
1
-0
/
+1
2020-08-21
mm/vunmap: add cond_resched() in vunmap_pmd_range
Aneesh Kumar K.V
1
-0
/
+2
2020-08-21
khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
Hugh Dickins
1
-1
/
+1
2020-08-21
hugetlb_cgroup: convert comma to semicolon
Xu Wang
1
-2
/
+2
2020-08-21
mailmap: add Andi Kleen
Nick Desaulniers
1
-0
/
+1
2020-08-21
netfilter: nft_set_rbtree: Detect partial overlap with start endpoint match
Stefano Brivio
1
-1
/
+33
2020-08-21
netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...
Stefano Brivio
1
-9
/
+14
[next]