index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
Merge tag 'v5.15.36' into dev-5.15
Joel Stanley
23
-70
/
+106
2022-04-27
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
1
-1
/
+4
2022-04-27
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
1
-6
/
+6
2022-04-27
netfilter: conntrack: convert to refcount_t api
Florian Westphal
10
-29
/
+23
2022-04-27
openvswitch: fix OOB access in reserve_sfa_size()
Paolo Valerio
1
-1
/
+1
2022-04-27
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
1
-0
/
+7
2022-04-27
net: dsa: hellcreek: Calculate checksums in tagger
Kurt Kanzenbach
1
-0
/
+8
2022-04-27
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
1
-1
/
+9
2022-04-27
ipv6: make ip6_rt_gc_expire an atomic_t
Eric Dumazet
1
-5
/
+6
2022-04-27
l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...
David Ahern
1
-1
/
+1
2022-04-27
net/sched: cls_u32: fix possible leak in u32_init_knode()
Eric Dumazet
1
-4
/
+4
2022-04-27
ip6_gre: Fix skb_under_panic in __gre6_xmit()
Peilin Ye
1
-3
/
+6
2022-04-27
ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
Peilin Ye
1
-2
/
+3
2022-04-27
net/packet: fix packet_sock xmit return value checking
Hangbin Liu
1
-4
/
+9
2022-04-27
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
1
-1
/
+3
2022-04-27
rxrpc: Restore removed timer deletion
David Howells
1
-0
/
+2
2022-04-27
esp: limit skb_page_frag_refill use to a single page
Sabrina Dubroca
2
-6
/
+4
2022-04-27
net/sched: cls_u32: fix netns refcount changes in u32_change()
Eric Dumazet
1
-6
/
+10
2022-04-27
Merge tag 'v5.15.35' into dev-5.15
Joel Stanley
18
-39
/
+116
2022-04-20
ax25: Fix UAF bugs in ax25 timers
Duoming Zhou
1
-0
/
+5
2022-04-20
ax25: Fix NULL pointer dereferences in ax25 timers
Duoming Zhou
2
-8
/
+16
2022-04-20
ax25: fix NPD bug in ax25_disconnect
Duoming Zhou
1
-1
/
+1
2022-04-20
ax25: fix UAF bug in ax25_send_control()
Duoming Zhou
1
-4
/
+4
2022-04-20
ax25: Fix refcount leaks caused by ax25_cb_del()
Duoming Zhou
1
-3
/
+11
2022-04-20
ax25: fix UAF bugs of net_device caused by rebinding operation
Duoming Zhou
1
-1
/
+4
2022-04-20
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
3
-16
/
+36
2022-04-20
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
3
-2
/
+15
2022-04-20
ipv6: fix panic when forwarding a pkt with no in6 dev
Nicolas Dichtel
1
-1
/
+1
2022-04-20
nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
Johannes Berg
1
-1
/
+2
2022-04-20
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2
-1
/
+4
2022-04-20
nfc: nci: add flush_workqueue to prevent uaf
Lin Ma
1
-0
/
+4
2022-04-20
netfilter: nf_tables: nft_parse_register can return a negative value
Antoine Tenart
1
-1
/
+1
2022-04-20
sctp: Initialize daddr on peeled off socket
Petr Malat
1
-1
/
+1
2022-04-20
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
1
-2
/
+3
2022-04-20
netfilter: nft_socket: make cgroup match work in input too
Florian Westphal
1
-4
/
+3
2022-04-20
cfg80211: hold bss_lock while updating nontrans_list
Rameshkumar Sundaram
1
-0
/
+2
2022-04-20
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
1
-1
/
+2
2022-04-20
net/sched: fix initialization order when updating chain 0 head
Marcelo Ricardo Leitner
1
-1
/
+1
2022-04-20
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
2
-5
/
+14
2022-04-14
Merge tag 'v5.15.34' into dev-5.15
Joel Stanley
79
-439
/
+954
2022-04-13
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
1
-10
/
+11
2022-04-13
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2
-3
/
+4
2022-04-13
net/smc: send directly on setting TCP_NODELAY
Dust Li
1
-2
/
+2
2022-04-13
SUNRPC: Prevent immediate close+reconnect
Trond Myklebust
2
-2
/
+3
2022-04-13
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
1
-1
/
+3
2022-04-13
SUNRPC: Handle low memory situations in call_status()
Trond Myklebust
1
-0
/
+5
2022-04-13
SUNRPC: Handle ENOMEM in call_transmit_status()
Trond Myklebust
1
-0
/
+2
2022-04-13
bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
Maxim Mikityanskiy
1
-4
/
+13
2022-04-13
rxrpc: fix a race in rxrpc_exit_net()
Eric Dumazet
1
-1
/
+1
2022-04-13
net: openvswitch: fix leak of nested actions
Ilya Maximets
1
-5
/
+90
[next]