summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-261-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2020-01-261-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2020-01-261-1/+3
* tipc: update mon's self addr when node addr generatedHoang Le2020-01-263-0/+18
* tipc: reduce sensitive to retransmit failuresHoang Le2020-01-261-1/+1
* SUNRPC: Fix backchannel latency metricsChuck Lever2020-01-262-1/+3
* SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2020-01-261-21/+63
* cfg80211: check for set_wiphy_paramsJohannes Berg2020-01-231-0/+4
* tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2020-01-231-4/+2
* devlink: Wait longer before warning about unset port typeIdo Schimmel2020-01-231-1/+1
* net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-231-0/+11
* net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin2020-01-231-1/+1
* tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-231-3/+4
* net/sched: act_ife: initalize ife->metalist earlierEric Dumazet2020-01-231-4/+3
* net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin2020-01-231-3/+0
* net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang2020-01-231-12/+0
* batman-adv: Fix DAT candidate selection on little endian systemsSven Eckelmann2020-01-231-1/+3
* net: bpf: Don't leak time wait and request socketsLorenz Bauer2020-01-231-5/+4
* netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-231-0/+6
* netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-231-9/+10
* netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-231-4/+9
* netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal2020-01-231-0/+3
* netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-231-1/+1
* netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger2020-01-231-0/+13
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-231-9/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-231-1/+1
* bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen2020-01-231-6/+6
* cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau2020-01-231-1/+1
* cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau2020-01-231-0/+1
* cfg80211: fix memory leak in nl80211_probe_mesh_linkFelix Fietkau2020-01-231-0/+2
* cfg80211: fix deadlocks in autodisconnect workMarkus Theil2020-01-231-3/+3
* bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2020-01-232-8/+2
* bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend2020-01-231-0/+6
* bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend2020-01-231-0/+20
* bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend2020-01-231-0/+1
* bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend2020-01-231-5/+5
* bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2020-01-232-5/+11
* bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2020-01-232-1/+8
* tipc: fix retrans failure due to wrong destinationTuong Lien2020-01-231-14/+18
* tipc: fix potential hanging after b/rcast changingTuong Lien2020-01-231-9/+15
* rxrpc: Fix missing security check on incoming callsDavid Howells2020-01-176-60/+59
* rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2020-01-171-17/+3
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2020-01-172-26/+28
* sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle2020-01-171-0/+1
* compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2020-01-171-0/+1
* af_unix: add compat_ioctl supportArnd Bergmann2020-01-171-0/+19
* xprtrdma: Fix oops in Receive handler after device removalChuck Lever2020-01-172-6/+21
* xprtrdma: Fix completion wait during device removalChuck Lever2020-01-171-1/+1
* xprtrdma: Fix create_qp crash on device unloadChuck Lever2020-01-171-0/+2
* bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend2020-01-171-5/+8