| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: fix wrong timeout input for tipc_wait_for_cond() | Tung Nguyen | 2020-01-26 | 1 | -1/+1 |
* | tipc: fix wrong socket reference counter after tipc_sk_timeout() returns | Tung Nguyen | 2020-01-26 | 1 | -0/+1 |
* | tipc: fix potential memory leak in __tipc_sendmsg() | Tung Nguyen | 2020-01-26 | 1 | -1/+3 |
* | tipc: update mon's self addr when node addr generated | Hoang Le | 2020-01-26 | 3 | -0/+18 |
* | tipc: reduce sensitive to retransmit failures | Hoang Le | 2020-01-26 | 1 | -1/+1 |
* | SUNRPC: Fix backchannel latency metrics | Chuck Lever | 2020-01-26 | 2 | -1/+3 |
* | SUNRPC: Fix svcauth_gss_proxy_init() | Chuck Lever | 2020-01-26 | 1 | -21/+63 |
* | cfg80211: check for set_wiphy_params | Johannes Berg | 2020-01-23 | 1 | -0/+4 |
* | tcp: refine rule to allow EPOLLOUT generation under mem pressure | Eric Dumazet | 2020-01-23 | 1 | -4/+2 |
* | devlink: Wait longer before warning about unset port type | Ido Schimmel | 2020-01-23 | 1 | -1/+1 |
* | net: sched: act_ctinfo: fix memory leak | Eric Dumazet | 2020-01-23 | 1 | -0/+11 |
* | net: dsa: tag_gswip: fix typo in tagger name | Alexander Lobakin | 2020-01-23 | 1 | -1/+1 |
* | tcp: fix marked lost packets not being retransmitted | Pengcheng Yang | 2020-01-23 | 1 | -3/+4 |
* | net/sched: act_ife: initalize ife->metalist earlier | Eric Dumazet | 2020-01-23 | 1 | -4/+3 |
* | net: dsa: tag_qca: fix doubled Tx statistics | Alexander Lobakin | 2020-01-23 | 1 | -3/+0 |
* | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() | Cong Wang | 2020-01-23 | 1 | -12/+0 |
* | batman-adv: Fix DAT candidate selection on little endian systems | Sven Eckelmann | 2020-01-23 | 1 | -1/+3 |
* | net: bpf: Don't leak time wait and request sockets | Lorenz Bauer | 2020-01-23 | 1 | -5/+4 |
* | netfilter: nf_tables: fix flowtable list del corruption | Florian Westphal | 2020-01-23 | 1 | -0/+6 |
* | netfilter: nf_tables: store transaction list locally while requesting module | Pablo Neira Ayuso | 2020-01-23 | 1 | -9/+10 |
* | netfilter: nf_tables: remove WARN and add NLA_STRING upper limits | Florian Westphal | 2020-01-23 | 1 | -4/+9 |
* | netfilter: nft_tunnel: ERSPAN_VERSION must not be null | Florian Westphal | 2020-01-23 | 1 | -0/+3 |
* | netfilter: nft_tunnel: fix null-attribute check | Florian Westphal | 2020-01-23 | 1 | -1/+1 |
* | netfilter: nat: fix ICMP header corruption on ICMP errors | Eyal Birger | 2020-01-23 | 1 | -0/+13 |
* | netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct | Florian Westphal | 2020-01-23 | 1 | -9/+10 |
* | netfilter: fix a use-after-free in mtype_destroy() | Cong Wang | 2020-01-23 | 1 | -1/+1 |
* | bpf/sockmap: Read psock ingress_msg before sk_receive_queue | Lingpeng Chen | 2020-01-23 | 1 | -6/+6 |
* | cfg80211: fix page refcount issue in A-MSDU decap | Felix Fietkau | 2020-01-23 | 1 | -1/+1 |
* | cfg80211: fix memory leak in cfg80211_cqm_rssi_update | Felix Fietkau | 2020-01-23 | 1 | -0/+1 |
* | cfg80211: fix memory leak in nl80211_probe_mesh_link | Felix Fietkau | 2020-01-23 | 1 | -0/+2 |
* | cfg80211: fix deadlocks in autodisconnect work | Markus Theil | 2020-01-23 | 1 | -3/+3 |
* | bpf: Sockmap/tls, fix pop data with SK_DROP return code | John Fastabend | 2020-01-23 | 2 | -8/+2 |
* | bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining | John Fastabend | 2020-01-23 | 1 | -0/+6 |
* | bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf | John Fastabend | 2020-01-23 | 1 | -0/+20 |
* | bpf: Sockmap/tls, msg_push_data may leave end mark in place | John Fastabend | 2020-01-23 | 1 | -0/+1 |
* | bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds | John Fastabend | 2020-01-23 | 1 | -5/+5 |
* | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2020-01-23 | 2 | -5/+11 |
* | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend | 2020-01-23 | 2 | -1/+8 |
* | tipc: fix retrans failure due to wrong destination | Tuong Lien | 2020-01-23 | 1 | -14/+18 |
* | tipc: fix potential hanging after b/rcast changing | Tuong Lien | 2020-01-23 | 1 | -9/+15 |
* | rxrpc: Fix missing security check on incoming calls | David Howells | 2020-01-17 | 6 | -60/+59 |
* | rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call() | David Howells | 2020-01-17 | 1 | -17/+3 |
* | rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller | David Howells | 2020-01-17 | 2 | -26/+28 |
* | sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO | Victorien Molle | 2020-01-17 | 1 | -0/+1 |
* | compat_ioctl: handle SIOCOUTQNSD | Arnd Bergmann | 2020-01-17 | 1 | -0/+1 |
* | af_unix: add compat_ioctl support | Arnd Bergmann | 2020-01-17 | 1 | -0/+19 |
* | xprtrdma: Fix oops in Receive handler after device removal | Chuck Lever | 2020-01-17 | 2 | -6/+21 |
* | xprtrdma: Fix completion wait during device removal | Chuck Lever | 2020-01-17 | 1 | -1/+1 |
* | xprtrdma: Fix create_qp crash on device unload | Chuck Lever | 2020-01-17 | 1 | -0/+2 |
* | bpf: skmsg, fix potential psock NULL pointer dereference | John Fastabend | 2020-01-17 | 1 | -5/+8 |