index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
net: aquantia: Fixed transient link up/down/up notification
Igor Russkikh
2017-10-21
1
-0
/
+2
|
|
|
*
|
net: aquantia: Add queue restarts stats counter
Igor Russkikh
2017-10-21
2
-58
/
+37
|
|
|
*
|
net: aquantia: Reset nic statistics on interface up/down
Igor Russkikh
2017-10-21
6
-17
/
+75
|
|
|
/
/
|
|
*
|
udp: make some messages more descriptive
Matteo Croce
2017-10-21
1
-2
/
+2
|
|
*
|
geneve: Fix function matching VNI and tunnel ID on big-endian
Stefano Brivio
2017-10-21
1
-6
/
+0
|
|
*
|
Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...
David S. Miller
2017-10-21
5
-30
/
+98
|
|
|
\
\
|
|
|
*
|
can: gs_usb: fix busy loop if no more TX context is available
Wolfgang Grandegger
2017-10-19
1
-8
/
+2
|
|
|
*
|
can: esd_usb2: Fix can_dlc value for received RTR, frames
Stefan Mätje
2017-10-19
1
-1
/
+1
|
|
|
*
|
can: af_can: can_pernet_init(): add missing error handling for kzalloc return...
Marc Kleine-Budde
2017-10-19
1
-1
/
+13
|
|
|
*
|
can: af_can: do not access proto_tab directly use rcu_access_pointer instead
Marc Kleine-Budde
2017-10-19
1
-3
/
+3
|
|
|
*
|
can: bcm: check for null sk before deferencing it via the call to sock_net
Colin Ian King
2017-10-19
1
-2
/
+3
|
|
|
*
|
can: flexcan: fix p1010 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-1
/
+2
|
|
|
*
|
can: flexcan: fix i.MX28 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-1
/
+3
|
|
|
*
|
can: flexcan: fix i.MX6 state transition issue
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-1
/
+1
|
|
|
*
|
can: flexcan: implement error passive state quirk
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-9
/
+66
|
|
|
*
|
can: flexcan: rename legacy error state quirk
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-4
/
+4
|
|
|
*
|
can: flexcan: fix state transition regression
ZHU Yi (ST-FIR/ENG1-Zhu)
2017-10-19
1
-2
/
+3
|
|
*
|
|
hv_sock: add locking in the open/close/release code paths
Dexuan Cui
2017-10-21
1
-4
/
+18
|
|
*
|
|
net/ncsi: Fix length of GVI response packet
Gavin Shan
2017-10-21
1
-1
/
+1
|
|
*
|
|
net/ncsi: Enforce failover on link monitor timeout
Gavin Shan
2017-10-21
1
-3
/
+5
|
|
*
|
|
net/ncsi: Disable HWA mode when no channels are found
Gavin Shan
2017-10-21
1
-2
/
+10
|
|
*
|
|
net/ncsi: Stop monitor if channel times out or is inactive
Samuel Mendoza-Jonas
2017-10-21
1
-6
/
+9
|
|
*
|
|
net/ncsi: Fix AEN HNCDSC packet length
Samuel Mendoza-Jonas
2017-10-21
1
-1
/
+1
|
|
*
|
|
packet: avoid panic in packet_getsockopt()
Eric Dumazet
2017-10-21
1
-8
/
+16
|
|
*
|
|
tcp/dccp: fix ireq->opt races
Eric Dumazet
2017-10-21
7
-39
/
+34
|
|
*
|
|
Merge branch 'sockmap-fixes'
David S. Miller
2017-10-20
11
-34
/
+74
|
|
|
\
\
\
|
|
|
*
|
|
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
1
-0
/
+3
|
|
|
*
|
|
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
1
-0
/
+3
|
|
|
*
|
|
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-20
2
-3
/
+15
|
|
|
*
|
|
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
8
-30
/
+36
|
|
|
*
|
|
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
2
-1
/
+17
|
|
|
/
/
/
|
|
*
|
|
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
Xin Long
2017-10-20
1
-1
/
+1
|
|
*
|
|
sctp: do not peel off an assoc from one netns to another one
Xin Long
2017-10-19
1
-0
/
+4
|
|
*
|
|
Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'
David S. Miller
2017-10-19
4
-12
/
+14
|
|
|
\
\
\
|
|
|
*
|
|
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
2
-5
/
+1
|
|
|
*
|
|
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
1
-2
/
+3
|
|
|
*
|
|
mm, percpu: add support for __GFP_NOWARN flag
Daniel Borkmann
2017-10-19
1
-5
/
+10
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'ena-fixes'
David S. Miller
2017-10-19
2
-5
/
+6
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
|
*
|
net: ena: fix wrong max Tx/Rx queues on ethtool
Netanel Belgazal
2017-10-19
1
-2
/
+2
|
|
|
*
|
net: ena: fix rare kernel crash when bar memory remap fails
Netanel Belgazal
2017-10-19
1
-1
/
+2
|
|
|
*
|
net: ena: reduce the severity of some printouts
Netanel Belgazal
2017-10-19
1
-2
/
+2
|
|
|
/
/
|
|
*
|
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
2
-2
/
+20
|
|
*
|
netlink: fix netlink_ack() extack race
Johannes Berg
2017-10-18
1
-4
/
+4
|
|
*
|
ibmvnic: Fix calculation of number of TX header descriptors
Thomas Falcon
2017-10-18
1
-8
/
+8
|
|
*
|
mlxsw: core: Fix possible deadlock
Ido Schimmel
2017-10-18
1
-1
/
+10
|
|
*
|
Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2017-10-16
1
-4
/
+17
|
|
|
\
\
|
|
|
*
|
mac80211: accept key reinstall without changing anything
Johannes Berg
2017-10-16
1
-4
/
+17
|
|
*
|
|
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
Xin Long
2017-10-16
1
-1
/
+12
|
|
*
|
|
net/sched: cls_flower: Set egress_dev mark when calling into the HW driver
Or Gerlitz
2017-10-16
1
-0
/
+2
|
|
*
|
|
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
2017-10-16
3
-3
/
+9
[prev]
[next]