Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9965ed174e7d38896e5d2582159d8ef31ecd4cb5
/
net
9965ed17
fs: add new vfs_poll and file_can_poll helpers
by Christoph Hellwig
· 7 years ago
64ebe31
Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
9c55ad1
libceph: validate con->state at the top of try_write()
by Ilya Dryomov
· 7 years ago
a6361f0
packet: fix bitfield update race
by Willem de Bruijn
· 7 years ago
7b4c443
libceph: reschedule a tick in finish_hunting()
by Ilya Dryomov
· 7 years ago
facb9f6
libceph: un-backoff on tick when we have a authenticated session
by Ilya Dryomov
· 7 years ago
eb1c28c
l2tp: check sockaddr length in pppol2tp_connect()
by Guillaume Nault
· 7 years ago
77621f0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
aa8f877
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
by Eric Dumazet
· 7 years ago
7e5a206
tcp: don't read out-of-bounds opsize
by Jann Horn
· 7 years ago
d57493d
net: sched: ife: check on metadata length
by Alexander Aring
· 7 years ago
cc74edd
net: sched: ife: handle malformed tlv length
by Alexander Aring
· 7 years ago
f6cd145
net: sched: ife: signal not finding metaid
by Alexander Aring
· 7 years ago
7c5aba2
strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
by Doron Roberts-Kedes
· 7 years ago
a957fa1
ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
by Ahmed Abdelsalam
· 7 years ago
3a04ce7
llc: fix NULL pointer deref for SOCK_ZAPPED
by Cong Wang
· 7 years ago
b905ef9a
llc: delete timers synchronously in llc_sk_free()
by Cong Wang
· 7 years ago
5411b618
l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
by Guillaume Nault
· 7 years ago
a72db42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
1255fcb
net/smc: fix shutdown in state SMC_LISTEN
by Ursula Braun
· 7 years ago
f7e4367
llc: hold llc_sap before release_sock()
by Cong Wang
· 7 years ago
5e84b38
net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"
by Colin Ian King
· 7 years ago
bb9aaaa
net: change the comment of dev_mc_init
by sunlianwen
· 7 years ago
5a78623
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
by Pablo Neira Ayuso
· 7 years ago
d71efb5
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
by Taehee Yoo
· 7 years ago
39f2ff0
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
by Pablo Neira Ayuso
· 7 years ago
36a50a9
tipc: fix infinite loop when dumping link monitor summary
by Tung Nguyen
· 7 years ago
be47e41
tipc: fix use-after-free in tipc_nametbl_stop
by Jon Maloy
· 7 years ago
9c438d7
KEYS: DNS: limit the length of option strings
by Eric Biggers
· 7 years ago
7ce2367
vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
by Toshiaki Makita
· 7 years ago
77ac725
net: qrtr: add MODULE_ALIAS_NETPROTO macro
by Nicolas Dechesne
· 7 years ago
05e489b
VSOCK: make af_vsock.ko removable again
by Stefan Hajnoczi
· 7 years ago
765cca9
netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()
by Stephen Rothwell
· 7 years ago
c640412
tipc: fix possible crash in __tipc_nl_net_set()
by Eric Dumazet
· 7 years ago
ec518f2
tipc: add policy for TIPC_NLA_NET_ADDR
by Eric Dumazet
· 7 years ago
9783ccd
net: Fix one possible memleak in ip_setup_cork
by Gao Feng
· 7 years ago
2f6adf4
netfilter: nf_tables: free set name in error path
by Florian Westphal
· 7 years ago
569ccae
netfilter: nf_tables: can't fail after linking rule into active rule list
by Florian Westphal
· 7 years ago
a661574
netfilter: fix CONFIG_NF_REJECT_IPV6=m link error
by Arnd Bergmann
· 7 years ago
114aa35
netfilter: conntrack: silent a memory leak warning
by Cong Wang
· 7 years ago
5171b37
net: af_packet: fix race in PACKET_{R|T}X_RING
by Eric Dumazet
· 7 years ago
bffd168
tcp: clear tp->packets_out when purging write queue
by Soheil Hassas Yeganeh
· 7 years ago
4a3877c
rpc_pipefs: fix double-dput()
by Al Viro
· 7 years ago
ca71b3b
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
f726214
l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
by Guillaume Nault
· 7 years ago
0e0c3fe
l2tp: hold reference on tunnels printed in pppol2tp proc file
by Guillaume Nault
· 7 years ago
5846c13
l2tp: hold reference on tunnels in netlink dumps
by Guillaume Nault
· 7 years ago
53b76cd
net: fix deadlock while clearing neighbor proxy table
by Wolfgang Bumiller
· 7 years ago
1071ec9
sctp: do not check port in sctp_inet6_cmp_addr
by Xin Long
· 7 years ago
335b929
tipc: fix missing initializer in tipc_sendmsg()
by Jon Maloy
· 7 years ago
9d0c75b
strparser: Fix incorrect strp->need_bytes value.
by Doron Roberts-Kedes
· 7 years ago
7dd07c1
net: validate attribute sizes in neigh_dump_table()
by Eric Dumazet
· 7 years ago
7212303
tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
by Eric Dumazet
· 7 years ago
c3317f4
tipc: fix unbalanced reference counter
by Jon Maloy
· 7 years ago
b16520f
net/tls: Remove VLA usage
by Kees Cook
· 7 years ago
a1bf4c7
Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 7 years ago
5d13659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
f6cd651
l2tp: fix race in duplicate tunnel detection
by Guillaume Nault
· 7 years ago
6b9f342
l2tp: fix races in tunnel creation
by Guillaume Nault
· 7 years ago
a43cced
rds: MP-RDS may use an invalid c_path
by Ka-Cheong Poon
· 7 years ago
cf43ae6
netfilter: xt_connmark: Add bit mapping for bit-shift operation.
by Jack Ma
· 7 years ago
0e779aa
SUNRPC: Add helpers for decoding opaque and string types
by Trond Myklebust
· 7 years ago
2552428
xprtrdma: Fix corner cases when handling device removal
by Chuck Lever
· 7 years ago
a25a4cb
sunrpc: Add static trace point to report result of RPC ping
by Chuck Lever
· 7 years ago
40bf7eb
sunrpc: Add static trace point to report RPC latency stats
by Chuck Lever
· 7 years ago
e671edb
sunrpc: Simplify synopsis of some trace points
by Chuck Lever
· 7 years ago
ff699ea8
SUNRPC: Make num_reqs a non-atomic integer
by Chuck Lever
· 7 years ago
7821575
SUNRPC: Make RTT measurement more precise (Send)
by Chuck Lever
· 7 years ago
0b87a46
SUNRPC: Make RTT measurement more precise (Receive)
by Chuck Lever
· 7 years ago
ecd465e
SUNRPC: Move xprt_update_rtt callsite
by Chuck Lever
· 7 years ago
2dd4a01
xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_req
by Chuck Lever
· 7 years ago
f287762
xprtrdma: Chain Send to FastReg WRs
by Chuck Lever
· 7 years ago
fb14ae8
xprtrdma: "Support" call-only RPCs
by Chuck Lever
· 7 years ago
ae741a8
xprtrdma: Reduce number of MRs created by rpcrdma_mrs_create
by Chuck Lever
· 7 years ago
9e679d5
xprtrdma: ->send_request returns -EAGAIN when there are no free MRs
by Chuck Lever
· 7 years ago
8a14793
xprtrdma: Remove xprt-specific connect cookie
by Chuck Lever
· 7 years ago
b7e85fff
xprtrdma: Remove arbitrary limit on initiator depth
by Chuck Lever
· 7 years ago
6720a89
xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
by Chuck Lever
· 7 years ago
b284d4d
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
1cc5954
ip_gre: clear feature flags when incompatible o_flags are set
by Sabrina Dubroca
· 7 years ago
c18bb39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
3f1e53a
netfilter: ebtables: don't attempt to allocate 0-sized compat array
by Florian Westphal
· 7 years ago
5c64576
ipvs: fix rtnl_lock lockups caused by start_sync_thread
by Julian Anastasov
· 7 years ago
876c273
netfilter: nf_conntrack_sip: allow duplicate SDP expectations
by Florian Westphal
· 7 years ago
b6a37e5
inetpeer: fix uninit-value in inet_getpeer
by Eric Dumazet
· 7 years ago
4c7c12e
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 7 years ago
fc56be4
devlink: convert occ_get op to separate registration
by Jiri Pirko
· 7 years ago
e41f054
tipc: use the right skb in tipc_sk_fill_sock_diag()
by Cong Wang
· 7 years ago
81e9837
sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
by Eric Dumazet
· 7 years ago
fc5f337
net: dsa: Discard frames from unused ports
by Andrew Lunn
· 7 years ago
6780db2
sctp: do not leak kernel memory to user space
by Eric Dumazet
· 7 years ago
3099a52
soreuseport: initialise timewait reuseport field
by Eric Dumazet
· 7 years ago
d0ea2b1
ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
by Eric Dumazet
· 7 years ago
b855ff8
dccp: initialize ireq->ir_mark
by Eric Dumazet
· 7 years ago
77d3639
net: fix uninit-value in __hw_addr_add_ex()
by Eric Dumazet
· 7 years ago
b13dda9
net: initialize skb->peeked when cloning
by Eric Dumazet
· 7 years ago
6091f09
netlink: fix uninit-value in netlink_sendmsg
by Eric Dumazet
· 7 years ago
f12c643
net_sched: fix a missing idr_remove() in u32_delete_key()
by Cong Wang
· 7 years ago
4fa8bc9
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
by Masahiro Yamada
· 7 years ago
3ca3273e
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
by Masahiro Yamada
· 7 years ago
Next »