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
...
*
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
2019-01-04
1
-2
/
+6
*
selftests: net: fix/improve ip_defrag selftest
Peter Oskolkov
2019-01-04
2
-10
/
+95
*
qmi_wwan: add MTU default to qmap network interface
Daniele Palmas
2019-01-04
1
-0
/
+1
*
Merge branch 'hns-fixes'
David S. Miller
2019-01-04
2
-14
/
+9
|
\
|
*
net: hns: Fix use after free identified by SLUB debug
Yonglong Liu
2019-01-04
1
-4
/
+2
|
*
net: hns: Fix WARNING when hns modules installed
Yonglong Liu
2019-01-04
1
-10
/
+7
|
/
*
net: dsa: mt7530: Drop unused GPIO include
Linus Walleij
2019-01-04
1
-1
/
+0
*
Merge branch 'GUE-error-recursion'
David S. Miller
2019-01-04
2
-1
/
+10
|
\
|
*
fou6: Prevent unbounded recursion in GUE error handler
Stefano Brivio
2019-01-04
1
-0
/
+8
|
*
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
2019-01-04
1
-1
/
+2
|
/
*
openvswitch: Fix IPv6 later frags parsing
Yi-Hung Wei
2019-01-04
1
-3
/
+5
*
net: macb: remove unnecessary code
Claudiu Beznea
2019-01-04
1
-6
/
+2
*
net: dsa: microchip: Drop unused GPIO includes
Linus Walleij
2019-01-04
1
-2
/
+0
*
Merge branch 'qed-fixes'
David S. Miller
2019-01-04
2
-0
/
+35
|
\
|
*
qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier
Denis Bolotin
2019-01-04
1
-0
/
+4
|
*
qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count
Denis Bolotin
2019-01-04
1
-0
/
+31
|
/
*
net, skbuff: do not prefer skb allocation fails early
David Rientjes
2019-01-04
1
-6
/
+1
*
soc/fsl/qe: fix err handling of ucc_of_parse_tdm
Wen Yang
2019-01-04
2
-56
/
+61
*
r8169: Add support for new Realtek Ethernet
Kai-Heng Feng
2019-01-04
1
-0
/
+2
*
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
2019-01-04
2
-2
/
+2
*
octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'
Christophe JAILLET
2019-01-04
1
-1
/
+3
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
221
-679
/
+610
*
Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
2019-01-03
1
-1
/
+1
|
\
|
*
locks: fix error in locks_move_blocks()
NeilBrown
2019-01-03
1
-1
/
+1
*
|
Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-01-03
6
-117
/
+11
|
\
\
|
*
|
ALSA: hda - Revert DSP detection on legacy HD-audio driver
Takashi Iwai
2019-01-01
4
-116
/
+8
|
*
|
ALSA: hda/tegra: clear pending irq handlers
Sameer Pujar
2019-01-01
1
-0
/
+2
|
*
|
ALSA: hda/realtek: Enable the headset mic auto detection for ASUS laptops
Jian-Hong Pan
2019-01-01
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-03
60
-385
/
+2060
|
\
\
\
|
*
|
|
ipv6: Consider sk_bound_dev_if when binding a socket to an address
David Ahern
2019-01-03
1
-0
/
+3
|
*
|
|
ipv6: Fix dump of specific table with strict checking
David Ahern
2019-01-03
1
-1
/
+5
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-01-03
6
-89
/
+1433
|
|
\
\
\
|
|
*
\
\
Merge branch 'prevent-oob-under-speculation'
Alexei Starovoitov
2019-01-03
5
-88
/
+1432
|
|
|
\
\
\
|
|
|
*
|
|
bpf: add various test cases to selftests
Daniel Borkmann
2019-01-03
1
-3
/
+1105
|
|
|
*
|
|
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-03
2
-6
/
+189
|
|
|
*
|
|
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-03
1
-1
/
+5
|
|
|
*
|
|
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-03
1
-1
/
+8
|
|
|
*
|
|
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-03
1
-22
/
+41
|
|
|
*
|
|
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-03
1
-0
/
+11
|
|
|
*
|
|
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-01-03
2
-6
/
+21
|
|
|
*
|
|
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-01-03
2
-18
/
+19
|
|
|
*
|
|
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2019-01-03
2
-38
/
+40
|
|
|
/
/
/
|
|
*
|
|
selftests/bpf: fix error printing in test_devmap()
Xiaozhou Liu
2019-01-01
1
-1
/
+1
|
*
|
|
|
isdn: fix kernel-infoleak in capi_unlocked_ioctl
Eric Dumazet
2019-01-02
1
-2
/
+2
|
*
|
|
|
ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
Stefano Brivio
2019-01-02
1
-1
/
+3
|
*
|
|
|
net/hamradio/6pack: use mod_timer() to rearm timers
Eric Dumazet
2019-01-02
1
-12
/
+4
|
*
|
|
|
net-next/hinic:add shutdown callback
Xue Chaojing
2019-01-02
1
-0
/
+6
|
*
|
|
|
net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
Huazhong Tan
2019-01-01
1
-3
/
+4
|
*
|
|
|
ip: validate header length on virtual device xmit
Willem de Bruijn
2019-01-01
9
-32
/
+66
|
*
|
|
|
tap: call skb_probe_transport_header after setting skb->dev
Willem de Bruijn
2019-01-01
1
-2
/
+1
[prev]
[next]