| Commit message (Expand) | Author | Files | Lines |
2019-07-17 | net/sched: Make NET_ACT_CT depends on NF_NAT | YueHaibing | 1 | -1/+1 |
2019-07-17 | net: sctp: fix warning "NULL check before some freeing functions is not needed" | Hariprasad Kelam | 1 | -8/+4 |
2019-07-17 | caif-hsi: fix possible deadlock in cfhsi_exit_module() | Taehee Yoo | 1 | -1/+1 |
2019-07-16 | fix: taprio: Change type of txtime-delay parameter to u32 | Vedang Patel | 2 | -4/+4 |
2019-07-16 | skbuff: fix compilation warnings in skb_dump() | Qian Cai | 1 | -1/+1 |
2019-07-16 | be2net: Signal that the device cannot transmit during reconfiguration | Benjamin Poirier | 1 | -1/+5 |
2019-07-16 | net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before goto | Nishka Dasgupta | 1 | -1/+3 |
2019-07-16 | net: ethernet: mscc: ocelot_board: Add of_node_put() before return | Nishka Dasgupta | 1 | -1/+4 |
2019-07-16 | net: ethernet: ti: cpsw: Add of_node_put() before return and break | Nishka Dasgupta | 1 | -8/+18 |
2019-07-15 | net/mlx5e: Allow dissector meta key in tc flower | Vlad Buslov | 1 | -1/+2 |
2019-07-15 | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnels | Vlad Buslov | 1 | -5/+1 |
2019-07-15 | net/mlx5e: Verify encapsulation is supported | Eli Cohen | 1 | -0/+4 |
2019-07-15 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran | 1 | -0/+3 |
2019-07-15 | vmxnet3: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -1/+0 |
2019-07-15 | hippi: Remove call to memset after pci_alloc_consistent | Fuqian Huang | 1 | -2/+0 |
2019-07-15 | ethernet: remove redundant memset | Fuqian Huang | 14 | -27/+0 |
2019-07-15 | atm: idt77252: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -1/+0 |
2019-07-15 | net: neigh: fix multiple neigh timer scheduling | Lorenzo Bianconi | 1 | -0/+2 |
2019-07-14 | sky2: Disable MSI on P5W DH Deluxe | Tasos Sahanidis | 1 | -0/+7 |
2019-07-14 | sis900: correct a few typos | Sergej Benilov | 1 | -3/+3 |
2019-07-14 | sit: use dst_cache in ipip6_tunnel_xmit | Haishuang Yan | 1 | -4/+9 |
2019-07-14 | gve: Remove the exporting of gve_probe | Denis Efremov | 1 | -1/+0 |
2019-07-14 | bonding: add documentation for peer_notif_delay | Vincent Bernat | 1 | -3/+13 |
2019-07-14 | r8169: fix issue with confused RX unit after PHY power-down on RTL8411b | Heiner Kallweit | 1 | -0/+137 |
2019-07-13 | ppp: mppe: Revert "ppp: mppe: Add softdep to arc4" | Eric Biggers | 1 | -1/+0 |
2019-07-13 | net: dsa: qca8k: replace legacy gpio include | Christian Lamparter | 1 | -1/+1 |
2019-07-13 | net: hisilicon: Use devm_platform_ioremap_resource | Jiangfeng Xiao | 4 | -18/+7 |
2019-07-13 | cxgb4: reduce kernel stack usage in cudbg_collect_mem_region() | Arnd Bergmann | 1 | -6/+13 |
2019-07-13 | tipc: ensure head->lock is initialised | Chris Packham | 1 | -1/+1 |
2019-07-13 | tc-tests: updated skbedit tests | Roman Mashak | 1 | -0/+117 |
2019-07-13 | nfp: flower: ensure ip protocol is specified for L4 matches | John Hurley | 1 | -9/+6 |
2019-07-13 | nfp: flower: fix ethernet check on match fields | John Hurley | 1 | -8/+5 |
2019-07-13 | net/mlx5e: Provide cb_list pointer when setting up tc block on rep | Vlad Buslov | 1 | -1/+4 |
2019-07-13 | net: phy: make exported variables non-static | Denis Efremov | 2 | -3/+6 |
2019-07-13 | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() | Vlad Buslov | 2 | -1/+11 |
2019-07-13 | davinci_cpdma: don't cast dma_addr_t to pointer | Arnd Bergmann | 1 | -13/+13 |
2019-07-13 | net: openvswitch: do not update max_headroom if new headroom is equal to old ... | Taehee Yoo | 1 | -11/+28 |
2019-07-12 | coresight: Make the coresight_device_fwnode_match declaration's fwnode parame... | Nathan Chancellor | 1 | -1/+1 |
2019-07-12 | net/mlx5e: Convert single case statement switch statements into if statements | Nathan Chancellor | 1 | -23/+11 |
2019-07-12 | mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() | Tetsuo Handa | 1 | -2/+0 |
2019-07-12 | oom: decouple mems_allowed from oom_unkillable_task | Shakeel Butt | 3 | -28/+33 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 5 | -47/+9 |
2019-07-12 | mm, oom: refactor dump_tasks for memcg OOMs | Shakeel Butt | 1 | -28/+40 |
2019-07-12 | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() | Tetsuo Handa | 2 | -4/+1 |
2019-07-12 | mm/memory-failure.c: clarify error message | Jane Chu | 1 | -1/+1 |
2019-07-12 | mm: vmalloc: show number of vmalloc pages in /proc/meminfo | Roman Gushchin | 3 | -1/+13 |
2019-07-12 | mm: smaps: split PSS into components | Luigi Semenzato | 3 | -42/+105 |
2019-07-12 | mm: use down_read_killable for locking mmap_sem in access_remote_vm | Konstantin Khlebnikov | 2 | -2/+5 |
2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/map_files | Konstantin Khlebnikov | 1 | -6/+22 |
2019-07-12 | proc: use down_read_killable mmap_sem for /proc/pid/clear_refs | Konstantin Khlebnikov | 1 | -1/+4 |