index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
2020-08-25
1
-1
/
+0
|
\
|
*
SUNRPC: remove duplicate include
Wang Hai
2020-08-19
1
-1
/
+0
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
85
-176
/
+175
*
|
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
2020-08-22
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-21
1
-6
/
+8
|
\
\
|
*
|
bpf: xdp: Fix XDP mode when no mode flags specified
Andrii Nakryiko
2020-08-20
1
-6
/
+8
*
|
|
tipc: call rcu_read_lock() in tipc_aead_encrypt_done()
Xin Long
2020-08-20
1
-0
/
+2
*
|
|
net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow
Alaa Hleihel
2020-08-20
1
-1
/
+1
*
|
|
net: sctp: Fix negotiation of the number of data streams.
David Laight
2020-08-20
1
-2
/
+4
*
|
|
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
Mark Tomlinson
2020-08-20
1
-1
/
+9
*
|
|
net/smc: Prevent kernel-infoleak in __smc_diag_dump()
Peilin Ye
2020-08-20
1
-7
/
+9
*
|
|
netlink: fix state reallocation in policy export
Johannes Berg
2020-08-19
1
-0
/
+3
*
|
|
net: ipv4: remove duplicate "the the" phrase in Kconfig text
Colin Ian King
2020-08-18
1
-7
/
+7
*
|
|
ethtool: Don't omit the netlink reply if no features were changed
Maxim Mikityanskiy
2020-08-18
1
-7
/
+4
*
|
|
ethtool: Account for hw_features in netlink interface
Maxim Mikityanskiy
2020-08-18
1
-1
/
+2
*
|
|
ethtool: Fix preserving of wanted feature bits in netlink interface
Maxim Mikityanskiy
2020-08-18
1
-4
/
+7
*
|
|
ipv6: some fixes for ipv6_dev_find()
Xin Long
2020-08-18
2
-42
/
+26
*
|
|
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
2020-08-18
1
-3
/
+7
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-17
16
-86
/
+230
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net: qrtr: fix usage of idr in port assignment to socket
Necip Fazil Yildiran
2020-08-17
1
-9
/
+11
|
|
/
|
*
Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"
David S. Miller
2020-08-17
1
-1
/
+0
|
*
mptcp: sendmsg: reset iter on error redux
Florian Westphal
2020-08-16
1
-3
/
+5
|
*
net: devlink: Remove overzealous WARN_ON with snapshots
Andrew Lunn
2020-08-16
1
-1
/
+1
|
*
tipc: not enable tipc when ipv6 works as a module
Xin Long
2020-08-16
1
-0
/
+1
|
*
tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
Cong Wang
2020-08-16
1
-1
/
+11
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2020-08-16
6
-32
/
+30
|
|
\
|
|
*
netfilter: ebtables: reject bogus getopt len value
Florian Westphal
2020-08-14
1
-0
/
+4
|
|
*
netfilter: nf_tables: free chain context when BINDING flag is missing
Florian Westphal
2020-08-13
1
-2
/
+4
|
|
*
netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependency
Florian Westphal
2020-08-13
2
-5
/
+6
|
|
*
netfilter: nft_compat: remove flush counter optimization
Florian Westphal
2020-08-10
1
-23
/
+14
|
|
*
netfilter: nf_tables: nft_exthdr: the presence return value should be little-...
Stephen Suryaputra
2020-08-10
1
-2
/
+2
|
*
|
Merge tag 'linux-can-fixes-for-5.9-20200815' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-08-16
1
-12
/
+36
|
|
\
\
|
|
*
|
can: j1939: add rxtimer for multipacket broadcast session
Zhang Changzhong
2020-08-15
1
-8
/
+20
|
|
*
|
can: j1939: abort multipacket broadcast session when timeout occurs
Zhang Changzhong
2020-08-15
1
-1
/
+1
|
|
*
|
can: j1939: cancel rxtimer on multipacket broadcast session complete
Zhang Changzhong
2020-08-15
1
-0
/
+1
|
|
*
|
can: j1939: fix support for multipacket broadcast message
Zhang Changzhong
2020-08-15
1
-3
/
+14
|
*
|
|
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
2020-08-16
1
-2
/
+2
|
*
|
|
net: xdp: pull ethernet header off packet after computing skb->protocol
Jason A. Donenfeld
2020-08-16
1
-0
/
+1
|
|
/
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-14
2
-17
/
+66
|
|
\
\
|
|
*
|
bpf: sock_ops sk access may stomp registers when dst_reg = src_reg
John Fastabend
2020-08-13
1
-11
/
+38
|
|
*
|
bpf: sock_ops ctx access may stomp registers in corner case
John Fastabend
2020-08-13
1
-2
/
+24
|
|
*
|
bpf: Fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST
Andrii Nakryiko
2020-08-12
1
-4
/
+4
|
*
|
|
mptcp: sendmsg: reset iter on error
Florian Westphal
2020-08-14
1
-2
/
+6
|
*
|
|
Merge tag 'linux-can-fixes-for-5.9-20200814' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-08-14
2
-8
/
+62
|
|
\
\
\
|
|
*
|
|
can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...
Oleksij Rempel
2020-08-14
1
-1
/
+14
|
|
*
|
|
can: j1939: transport: add j1939_session_skb_find_by_offset() function
Oleksij Rempel
2020-08-14
1
-7
/
+15
|
|
*
|
|
can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocated
Oleksij Rempel
2020-08-14
1
-0
/
+8
|
|
*
|
|
can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...
Oleksij Rempel
2020-08-14
1
-0
/
+15
|
|
*
|
|
can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...
Oleksij Rempel
2020-08-14
2
-0
/
+5
|
|
*
|
|
can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()
Eric Dumazet
2020-08-14
1
-0
/
+5
[next]