index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
dt-bindings: net: imx-dwmac: convert imx-dwmac bindings to yaml
Joakim Zhang
2021-07-19
2
-56
/
+93
|
|
*
|
|
dt-bindings: net: snps,dwmac: add missing DWMAC IP version
Joakim Zhang
2021-07-19
1
-0
/
+3
|
|
/
/
/
|
*
|
|
net: hisilicon: rename CACHE_LINE_MASK to avoid redefinition
Randy Dunlap
2021-07-19
1
-3
/
+3
|
*
|
|
Merge branch 'bnxt_en-fixes'
David S. Miller
2021-07-19
5
-46
/
+83
|
|
\
\
\
|
|
*
|
|
bnxt_en: Fix PTP capability discovery
Michael Chan
2021-07-19
1
-1
/
+5
|
|
*
|
|
bnxt_en: Move bnxt_ptp_init() to bnxt_open()
Michael Chan
2021-07-19
3
-25
/
+16
|
|
*
|
|
bnxt_en: Check abort error state in bnxt_half_open_nic()
Somnath Kotur
2021-07-19
1
-0
/
+6
|
|
*
|
|
bnxt_en: Validate vlan protocol ID on RX packets
Michael Chan
2021-07-19
1
-5
/
+16
|
|
*
|
|
bnxt_en: fix error path of FW reset
Somnath Kotur
2021-07-19
1
-10
/
+21
|
|
*
|
|
bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()
Michael Chan
2021-07-19
1
-0
/
+4
|
|
*
|
|
bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()
Michael Chan
2021-07-19
1
-4
/
+5
|
|
*
|
|
bnxt_en: reject ETS settings that will starve a TC
Edwin Peer
2021-07-19
1
-1
/
+9
|
|
*
|
|
bnxt_en: don't disable an already disabled PCI device
Kalesh AP
2021-07-19
1
-1
/
+2
|
*
|
|
|
netrom: Decrease sock refcount when sock timers expire
Nguyen Dinh Phi
2021-07-18
1
-9
/
+11
|
*
|
|
|
sctp: trim optlen when it's a huge value in sctp_setsockopt
Xin Long
2021-07-18
1
-0
/
+4
|
*
|
|
|
net: sched: fix memory leak in tcindex_partial_destroy_work
Pavel Skripkin
2021-07-18
1
-1
/
+4
|
*
|
|
|
net: Fix zero-copy head len calculation.
Pravin B Shelar
2021-07-18
1
-1
/
+4
|
|
/
/
/
|
*
|
|
bonding: fix build issue
Mahesh Bandewar
2021-07-17
1
-0
/
+2
|
*
|
|
net: decnet: Fix sleeping inside in af_decnet
Yajun Deng
2021-07-16
1
-15
/
+12
|
*
|
|
mt7530 fix mt7530_fdb_write vid missing ivl bit
Eric Woudstra
2021-07-16
2
-0
/
+2
|
*
|
|
skbuff: Fix a potential race while recycling page_pool packets
Ilias Apalodimas
2021-07-16
1
-1
/
+12
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-07-15
9
-15
/
+37
|
|
\
\
\
|
|
*
|
|
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
2021-07-15
1
-0
/
+5
|
|
*
|
|
bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats
Jakub Sitnicki
2021-07-15
1
-1
/
+1
|
|
*
|
|
bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats
John Fastabend
2021-07-15
1
-1
/
+1
|
|
*
|
|
bpf, sockmap: Fix potential memory leak on unlikely error case
John Fastabend
2021-07-15
1
-5
/
+11
|
|
*
|
|
s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]
Colin Ian King
2021-07-15
1
-1
/
+1
|
|
*
|
|
xdp, net: Fix use-after-free in bpf_xdp_link_release
Xuan Zhuo
2021-07-13
1
-4
/
+10
|
|
*
|
|
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-13
1
-0
/
+2
|
|
*
|
|
bpf, test: fix NULL pointer dereference on invalid expected_attach_type
Xuan Zhuo
2021-07-12
1
-0
/
+3
|
|
*
|
|
doc, af_xdp: Fix bind flags option typo
Baruch Siach
2021-07-12
1
-3
/
+3
|
*
|
|
|
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
2021-07-15
1
-10
/
+23
|
*
|
|
|
qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
Jia He
2021-07-15
1
-6
/
+17
|
*
|
|
|
net: fix uninit-value in caif_seqpkt_sendmsg
Ziyang Xuan
2021-07-15
1
-1
/
+2
|
*
|
|
|
net_sched: introduce tracepoint trace_qdisc_enqueue()
Qitao Xu
2021-07-15
2
-4
/
+42
|
*
|
|
|
net_sched: use %px to print skb address in trace_qdisc_dequeue()
Qitao Xu
2021-07-15
1
-1
/
+1
|
*
|
|
|
net: use %px to print skb address in trace_netif_receive_skb
Qitao Xu
2021-07-15
1
-1
/
+1
|
*
|
|
|
liquidio: Fix unintentional sign extension issue on left shift of u16
Colin Ian King
2021-07-15
1
-1
/
+1
|
*
|
|
|
net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXX
Geert Uytterhoeven
2021-07-15
1
-1
/
+1
|
*
|
|
|
Merge branch 'r8152-pm-fixxes'
David S. Miller
2021-07-14
1
-10
/
+20
|
|
\
\
\
\
|
|
*
|
|
|
r8152: Fix a deadlock by doubly PM resume
Takashi Iwai
2021-07-14
1
-9
/
+18
|
|
*
|
|
|
r8152: Fix potential PM refcount imbalance
Takashi Iwai
2021-07-14
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'mmc-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2021-07-22
2
-24
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
mmc: core: Don't allocate IDA for OF aliases
Stephen Boyd
2021-07-14
1
-10
/
+10
|
*
|
|
|
|
mmc: core: Use kref in place of struct mmc_blk_data::usage
Stephen Boyd
2021-07-14
1
-14
/
+21
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 's390-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-07-21
9
-37
/
+49
|
\
\
\
\
\
|
*
|
|
|
|
s390: update defconfigs
Heiko Carstens
2021-07-20
3
-17
/
+34
|
*
|
|
|
|
s390/cpumf: fix semicolon.cocci warnings
kernel test robot
2021-07-20
1
-1
/
+1
|
*
|
|
|
|
s390/boot: fix use of expolines in the DMA code
Alexander Egorenkov
2021-07-20
1
-15
/
+4
|
*
|
|
|
|
s390/ftrace: fix ftrace_update_ftrace_func implementation
Vasily Gorbik
2021-07-15
3
-2
/
+5
[prev]
[next]