aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-22net: qdisc_pkt_len_init() should be more robustEric Dumazet1-4/+15
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen1-7/+9
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen1-1/+11
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2-7/+40
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan3-5/+6
2018-01-22usbnet: silence an unnecessary warningOliver Neukum1-5/+3
2018-01-22cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi1-2/+2
2018-01-22cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi1-0/+3
2018-01-21net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compareTalat Batheesh1-0/+6
2018-01-19ia64: Rewrite atomic_add and atomic_subMatthew Wilcox1-18/+19
2018-01-19sparse doesn't support struct randomizationMatthew Wilcox1-1/+1
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan1-2/+5
2018-01-19scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2018-01-19scripts/decodecode: fix decoding for AArch64 (arm64) instructionsWill Deacon1-0/+8
2018-01-19mm/page_owner.c: remove drain_all_pages from init_early_allocated_pagesOscar Salvador1-1/+0
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim1-2/+8
2018-01-19phy: work around 'phys' references to usb-nop-xceiv devicesArnd Bergmann1-0/+4
2018-01-19ARM: sunxi_defconfig: Enable CMAMaxime Ripard1-0/+2
2018-01-18ibmvnic: Fix IPv6 packet descriptorsThomas Falcon1-9/+11
2018-01-18ibmvnic: Fix IP offload control bufferThomas Falcon1-0/+4
2018-01-18ipv6: don't let tb6_root node share routes with other nodeWei Wang1-2/+8
2018-01-18ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev1-7/+7
2018-01-18mlxsw: spectrum_router: Free LPM tree upon failureIdo Schimmel1-6/+14
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs7-10/+109
2018-01-19drm/nouveau/bar/gk20a: Avoid bar teardown during initJon Hunter2-2/+2
2018-01-19drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()Thierry Reding1-1/+3
2018-01-18flow_dissector: properly cap thoff fieldEric Dumazet1-2/+1
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-18fm10k: mark PM functions as __maybe_unusedArnd Bergmann1-7/+2
2018-01-18ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)1-2/+1
2018-01-18cfg80211: fix station info handling bugsJohannes Berg2-3/+2
2018-01-18netlink: reset extack earlier in netlink_rcv_skbXin Long1-1/+1
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers1-1/+3
2018-01-18can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-18can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_onceMarc Kleine-Budde1-11/+7
2018-01-17bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2-12/+138
2018-01-17bpf: fix cls_bpf on filter replaceDaniel Borkmann1-1/+8
2018-01-17Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than 1500Rex Chang1-1/+1
2018-01-17tls: reset crypto_info when do_tls_setsockopt_tx failsSabrina Dubroca1-2/+2
2018-01-17tls: return -EBUSY if crypto_info is already setSabrina Dubroca1-1/+3
2018-01-17tls: fix sw_ctx leakSabrina Dubroca1-5/+7
2018-01-17nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig1-12/+9
2018-01-17nvme-pci: check segement valid for SGL useKeith Busch1-2/+5
2018-01-17net/tls: Only attach to sockets in ESTABLISHED stateIlya Lesokhin1-0/+9
2018-01-17net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2-3/+14
2018-01-17r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng1-0/+13
2018-01-17tun: fix a memory leak for tfile->tx_arrayCong Wang1-2/+13
2018-01-17ARM: net: bpf: clarify tail_call indexRussell King1-1/+1
2018-01-17ARM: net: bpf: fix LDX instructionsRussell King1-28/+33
2018-01-17ARM: net: bpf: fix register savingRussell King1-58/+22