Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
895a5e96dbd6386c8e78e5b78e067dcc67b7f0ab
/
net
895a5e9
net-sysfs: Fix mem leak in netdev_register_kobject
by YueHaibing
· 6 years ago
6377f78
appletalk: Fix use-after-free in atalk_proc_exit
by YueHaibing
· 6 years ago
e2bcd8b
appletalk: use remove_proc_subtree to simplify procfs code
by YueHaibing
· 6 years ago
46b1c18
net: sched: put back q.qlen into a single location
by Eric Dumazet
· 6 years ago
07f12b2
net: sit: fix memory leak in sit_init_net()
by Mao Wenan
· 6 years ago
5e1a99e
ipv4: Add ICMPv6 support when parse route ipproto
by Hangbin Liu
· 6 years ago
ac51050
sctp: chunk.c: correct format string for size_t in printk
by Matthias Maennich
· 6 years ago
5845f70
net: netem: fix skb length BUG_ON in __skb_to_sgvec
by Sheng Lan
· 6 years ago
5578de4
netlabel: fix out-of-bounds memory accesses
by Paul Moore
· 6 years ago
a1fd1ad
ipv4: Pass original device to ip_rcv_finish_core
by David Ahern
· 6 years ago
58bdd54
net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails
by YueHaibing
· 6 years ago
bfd07f3
tipc: fix race condition causing hung sendto
by Tung Nguyen
· 6 years ago
be48220
mpls: Return error for RTA_GATEWAY attribute
by David Ahern
· 6 years ago
e381854
ipv6: Return error for RTA_VIA attribute
by David Ahern
· 6 years ago
b6e9e5d
ipv4: Return error for RTA_VIA attribute
by David Ahern
· 6 years ago
3da1ed7
net: avoid use IPCB in cipso_v4_error
by Nazarov Sergey
· 6 years ago
9ef6b42
net: Add __icmp_send helper.
by Nazarov Sergey
· 6 years ago
ff7b11a
net: socket: set sock->sk to NULL after calling proto_ops::release()
by Eric Biggers
· 6 years ago
a3df633
net: sched: act_tunnel_key: fix NULL pointer dereference during init
by Vlad Buslov
· 6 years ago
9919a36
net: dsa: fix a leaked reference by adding missing of_node_put
by Wen Yang
· 6 years ago
6191da9
net/sched: act_skbedit: fix refcount leak when replace fails
by Davide Caratti
· 6 years ago
8f67c90
net/sched: act_ipt: fix refcount leak when replace fails
by Davide Caratti
· 6 years ago
c4eb1e1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
bf50b60
tcp: repaired skbs must init their tso_segs
by Eric Dumazet
· 6 years ago
797a22b
net/x25: fix a race in x25_bind()
by Eric Dumazet
· 6 years ago
278e214
Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"
by Hangbin Liu
· 6 years ago
ea34a00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
92b9536
udp: fix possible user after free in error handler
by Paolo Abeni
· 6 years ago
424a7cd0
udpv6: fix possible user after free in error handler
by Paolo Abeni
· 6 years ago
5de362d
fou6: fix proto error handler argument type
by Paolo Abeni
· 6 years ago
543fc3f
udpv6: add the required annotation to mib type
by Paolo Abeni
· 6 years ago
97f0082
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
by Kalash Nainwal
· 6 years ago
ab01f25
Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
52baf98
net: socket: add check for negative optlen in compat setsockopt
by Jann Horn
· 6 years ago
f5b51fe
ipv6: route: purge exception on removal
by Paolo Abeni
· 6 years ago
efcc9bc
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
by Lorenzo Bianconi
· 6 years ago
d1f20c0
sctp: don't compare hb_timer expire date before starting it
by Maciej Kwiecien
· 6 years ago
51d0af2
mac80211: allocate tailroom for forwarded mesh packets
by Felix Fietkau
· 6 years ago
5c14a4d
mac80211: Change default tx_sk_pacing_shift to 7
by Toke Høiland-Jørgensen
· 6 years ago
6321aa1
phonet: fix building with clang
by Arnd Bergmann
· 6 years ago
b35560e4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
103d024
net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap
by Lorenzo Bianconi
· 6 years ago
2bdf700
net: ip_gre: do not report erspan_ver for gre or gretap
by Lorenzo Bianconi
· 6 years ago
48766a5
tipc: improve function tipc_wait_for_rcvmsg()
by Tung Nguyen
· 6 years ago
223b732
tipc: improve function tipc_wait_for_cond()
by Tung Nguyen
· 6 years ago
d7cf4a3
net/smc: fix smc_poll in SMC_INIT state
by Ursula Braun
· 6 years ago
bf1dc8b
ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()
by Paolo Abeni
· 6 years ago
193f368
ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()
by Paolo Abeni
· 6 years ago
8a61716
Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 6 years ago
11fe926
Revert "xsk: simplify AF_XDP socket teardown"
by Björn Töpel
· 6 years ago
ae3b564
missing barriers in some of unix_sock ->addr and ->path accesses
by Al Viro
· 6 years ago
9c2054a
net: dsa: fix unintended change of bridge interface STP state
by Russell King
· 6 years ago
40e196a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
5cd856a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
f2ffff0
mac80211: mesh: fix missing unlock on error in table_path_del()
by Wei Yongjun
· 6 years ago
df1a2cb
bpf/test_run: fix unkillable BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 6 years ago
0fd3fd0
libceph: handle an empty authorize reply
by Ilya Dryomov
· 6 years ago
660899d
xfrm: Fix inbound traffic via XFRM interfaces across network namespaces
by Tobias Brunner
· 6 years ago
3bed3cc
net: Do not allocate page fragments that are not skb aligned
by Alexander Duyck
· 6 years ago
2c4cc97
tcp: tcp_v4_err() should be more careful
by Eric Dumazet
· 6 years ago
04c0311
tcp: clear icsk_backoff in tcp_write_queue_purge()
by Eric Dumazet
· 6 years ago
6e1077f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
88fe73c
Merge tag 'nfsd-5.0-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
55638c5
Merge tag 'nfs-for-5.0-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
c93a49b
ipvs: fix warning on unused variable
by Andrea Claudi
· 6 years ago
3b89ea9
net: Fix for_each_netdev_feature on Big endian
by Hauke Mehrtens
· 6 years ago
4974d5f
net: ip6_gre: initialize erspan_ver just for erspan tunnels
by Lorenzo Bianconi
· 6 years ago
e7afe6c
sunrpc: fix 4 more call sites that were using stack memory with a scatterlist
by Scott Mayhew
· 6 years ago
23b7ca4
netfilter: nf_tables: fix flush after rule deletion in the same batch
by Pablo Neira Ayuso
· 6 years ago
83e37e0
mac80211: Restore vif beacon interval if start ap fails
by Rakesh Pillai
· 6 years ago
4ff3a9d
mac80211: Free mpath object when rhashtable insertion fails
by Herbert Xu
· 6 years ago
b4c3fbe
mac80211: Use linked list instead of rhashtable walk for mesh tables
by Herbert Xu
· 6 years ago
5bf325a
net: fix possible overflow in __sk_mem_raise_allocated()
by Eric Dumazet
· 6 years ago
af98c5a
sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
by Xin Long
· 6 years ago
fc228ab
sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
by Xin Long
· 6 years ago
f325ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
753c111
netfilter: nft_compat: use-after-free when deleting targets
by Pablo Neira Ayuso
· 6 years ago
ad6fef7
rpc: properly check debugfs dentry before using it
by Greg Kroah-Hartman
· 6 years ago
a4cb5bd
xprtrdma: Make sure Send CQ is allocated on an existing compvec
by Nicolas Morey-Chaisemartin
· 6 years ago
1db817e7
net_sched: fix two more memory leaks in cls_tcindex
by Cong Wang
· 6 years ago
033b228
net_sched: fix a memory leak in cls_tcindex
by Cong Wang
· 6 years ago
8015d93
net_sched: fix a race condition in tcindex_destroy()
by Cong Wang
· 6 years ago
fc62814
net/packet: fix 4gb buffer limit due to overflow check
by Kal Conley
· 6 years ago
1ec17db
inet_diag: fix reporting cgroup classid and fallback to priority
by Konstantin Khlebnikov
· 6 years ago
4ffcbfa
batman-adv: fix uninit-value in batadv_interface_tx()
by Eric Dumazet
· 6 years ago
d1f2079
ipv6: propagate genlmsg_reply return code
by Li RongQing
· 6 years ago
1ea0610
Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
1e405c1
xsk: do not remove umem from netdevice on fall-back to copy-mode
by Björn Töpel
· 6 years ago
098e13f
ipvs: fix dependency on nf_defrag_ipv6
by Andrea Claudi
· 6 years ago
fc2d5cf
af_key: unconditionally clone on broadcast
by Sean Tranchetti
· 6 years ago
91986ee
tipc: fix link session and re-establish issues
by Tuong Lien
· 6 years ago
e75913c
net: fix IPv6 prefix route residue
by Zhiqiang Liu
· 6 years ago
7384b53
tipc: fix skb may be leaky in tipc_link_input
by Hoang Le
· 6 years ago
8d29d16
netfilter: compat: initialize all fields in xt_init
by Francesco Ruggeri
· 6 years ago
cf657d2
net/x25: do not hold the cpu too long in x25_new_lci()
by Eric Dumazet
· 6 years ago
989723b
Documentation: bring operstate documentation up-to-date
by Jouke Witteveen
· 6 years ago
e451eb5
xsk: share the mmap_sem for page pinning
by Davidlohr Bueso
· 6 years ago
8303b7e
netfilter: nat: fix spurious connection timeouts
by Florian Westphal
· 6 years ago
c4c07b4
netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs
by Jann Horn
· 6 years ago
6157ca0
mac80211: Fix Tx aggregation session tear down with ITXQs
by Ilan Peer
· 6 years ago
Next »