aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mmc: mxs: Initialize the spinlock prior to using itFabio Estevam2017-04-111-2/+2
* PM / sleep: fix device reference leak in test_suspendJohan Hovold2017-04-111-1/+3
* mfd: core: Fix device reference leak in mfd_clone_cellJohan Hovold2017-04-111-0/+2
* ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2017-04-111-1/+1
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2017-04-111-0/+1
* tools/vm/slabinfo: fix an unintentional printfDan Carpenter2017-04-111-1/+2
* lib/genalloc.c: start search from start of chunkDaniel Mentz2017-04-111-1/+2
* drbd: Fix kernel_sendmsg() usage - potential NULL derefRichard Weinberger2017-04-111-1/+1
* cfq: fix starvation of asynchronous writesGlauber Costa2017-04-111-3/+10
* Revert "ipc/sem.c: optimize sem_lock()"Willy Tarreau2017-04-111-8/+0
* kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2017-04-111-6/+4
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2017-04-111-7/+8
* kaweth: fix firmware downloadOliver Neukum2017-04-111-2/+1
* net: sky2: Fix shutdown crashJeremy Linton2017-04-111-0/+13
* ipv4: Set skb->protocol properly for local outputEli Cooper2017-04-111-0/+3
* mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2017-04-111-6/+7
* cfg80211: limit scan results cache sizeJohannes Berg2017-04-112-1/+71
* mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2017-04-111-9/+15
* mac80211: fix purging multicast PS buffer queueFelix Fietkau2017-04-112-4/+4
* ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2017-04-111-1/+3
* neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong2017-04-111-1/+1
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2017-04-111-2/+5
* dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2017-04-111-6/+8
* dccp: do not send reset to already closed socketsEric Dumazet2017-04-111-0/+4
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2017-04-111-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2017-04-111-0/+1
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-04-111-6/+6
* net: sctp, forbid negative lengthJiri Slaby2017-04-111-1/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-04-111-0/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-116-7/+12
* net: avoid sk_forward_alloc overflowsEric Dumazet2017-04-111-0/+10
* net: fix sk_mem_reclaim_partial()Eric Dumazet2017-04-112-7/+8
* can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2017-04-111-9/+23
* netfilter: fix namespace handling in nf_log_proc_dostringJann Horn2017-04-111-2/+4
* firewire: net: fix fragmented datagram_size off-by-oneStefan Richter2017-04-111-4/+4
* firewire: net: guard against rx buffer overflowsStefan Richter2017-04-111-16/+35
* net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein2017-04-111-1/+1
* pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2017-04-111-2/+2
* brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()Arend Van Spriel2017-04-111-1/+1
* brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()Florian Fainelli2017-04-111-1/+1
* brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfillFlorian Fainelli2017-04-111-1/+3
* svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2017-04-111-1/+2
* iwlwifi: pcie: fix access to scratch bufferSara Sharon2017-04-111-2/+2
* ipvs: count pre-established TCP states as activeMichal Kubecek2017-04-111-2/+23
* net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek2017-04-113-0/+11
* mISDN: Fixing missing validation in base_sock_bind()Emrah Demir2017-04-111-0/+3
* mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2017-04-112-0/+3
* net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2017-04-111-1/+3
* bonding: Fix bonding crashMahesh Bandewar2017-04-113-3/+21
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-04-115-9/+33