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
*
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
2022-04-19
1
-0
/
+7
*
net: dsa: hellcreek: Calculate checksums in tagger
Kurt Kanzenbach
2022-04-19
1
-0
/
+8
*
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
2022-04-17
1
-1
/
+9
*
ipv6: make ip6_rt_gc_expire an atomic_t
Eric Dumazet
2022-04-15
1
-5
/
+6
*
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2022-04-15
2
-6
/
+7
*
l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...
David Ahern
2022-04-15
1
-1
/
+1
*
net/sched: cls_u32: fix possible leak in u32_init_knode()
Eric Dumazet
2022-04-15
1
-4
/
+4
*
net/sched: cls_u32: fix netns refcount changes in u32_change()
Eric Dumazet
2022-04-15
1
-6
/
+10
*
openvswitch: fix OOB access in reserve_sfa_size()
Paolo Valerio
2022-04-15
1
-1
/
+1
*
ip6_gre: Fix skb_under_panic in __gre6_xmit()
Peilin Ye
2022-04-15
1
-3
/
+6
*
ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
Peilin Ye
2022-04-15
1
-2
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-04-15
3
-7
/
+7
|
\
|
*
esp: limit skb_page_frag_refill use to a single page
Sabrina Dubroca
2022-04-13
2
-6
/
+4
|
*
xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup
David Ahern
2022-04-04
1
-1
/
+3
*
|
net/packet: fix packet_sock xmit return value checking
Hangbin Liu
2022-04-15
1
-4
/
+9
*
|
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
2022-04-15
1
-1
/
+3
*
|
rxrpc: Restore removed timer deletion
David Howells
2022-04-15
1
-0
/
+2
*
|
Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-04-14
18
-39
/
+68
|
\
\
|
*
|
rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies
Petr Machata
2022-04-14
1
-0
/
+3
|
*
|
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
2022-04-13
1
-0
/
+4
|
*
|
Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2022-04-13
3
-2
/
+5
|
|
\
\
|
|
*
|
mac80211: fix ht_capa printout in debugfs
Ben Greear
2022-04-11
1
-1
/
+1
|
|
*
|
cfg80211: hold bss_lock while updating nontrans_list
Rameshkumar Sundaram
2022-04-11
1
-0
/
+2
|
|
*
|
nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
Johannes Berg
2022-04-11
1
-1
/
+2
|
*
|
|
Revert "net: dsa: setup master before ports"
Vladimir Oltean
2022-04-13
1
-13
/
+10
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2022-04-12
2
-5
/
+4
|
|
\
\
\
|
|
*
|
|
netfilter: nf_tables: nft_parse_register can return a negative value
Antoine Tenart
2022-04-12
1
-1
/
+1
|
|
*
|
|
netfilter: nft_socket: make cgroup match work in input too
Florian Westphal
2022-04-11
1
-4
/
+3
|
*
|
|
|
sctp: Initialize daddr on peeled off socket
Petr Malat
2022-04-11
1
-1
/
+1
|
*
|
|
|
net/smc: Fix af_ops of child socket pointing to released memory
Karsten Graul
2022-04-11
1
-2
/
+12
|
*
|
|
|
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
2022-04-11
1
-2
/
+3
|
*
|
|
|
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Karsten Graul
2022-04-11
1
-2
/
+4
|
*
|
|
|
ipv6: fix panic when forwarding a pkt with no in6 dev
Nicolas Dichtel
2022-04-11
1
-1
/
+1
|
|
/
/
/
|
*
|
|
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
2022-04-11
1
-1
/
+2
|
*
|
|
net/sched: fix initialization order when updating chain 0 head
Marcelo Ricardo Leitner
2022-04-08
1
-1
/
+1
|
*
|
|
sctp: use the correct skb for security_sctp_assoc_request
Xin Long
2022-04-08
1
-3
/
+3
|
*
|
|
flow_dissector: fix false-positive __read_overflow2_field() warning
Jakub Kicinski
2022-04-08
1
-1
/
+1
|
*
|
|
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
2022-04-08
2
-5
/
+14
*
|
|
|
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-04-12
2
-1
/
+4
|
\
\
\
\
|
*
|
|
|
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2022-04-06
2
-1
/
+4
*
|
|
|
|
Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2022-04-08
6
-33
/
+74
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()
Trond Myklebust
2022-04-07
3
-11
/
+19
|
*
|
|
|
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
2022-04-07
1
-1
/
+3
|
*
|
|
|
SUNRPC: Handle allocation failure in rpc_new_task()
Trond Myklebust
2022-04-07
2
-0
/
+12
|
*
|
|
|
SUNRPC: Handle low memory situations in call_status()
Trond Myklebust
2022-04-07
1
-0
/
+5
|
*
|
|
|
SUNRPC: Handle ENOMEM in call_transmit_status()
Trond Myklebust
2022-04-07
1
-0
/
+2
|
*
|
|
|
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
2022-04-07
2
-9
/
+14
|
*
|
|
|
SUNRPC: handle malloc failure in ->request_prepare
NeilBrown
2022-03-29
3
-13
/
+20
*
|
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-04-06
1
-4
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
Maxim Mikityanskiy
2022-04-06
1
-4
/
+13
[next]