Age | Commit message (Expand) | Author | Files | Lines |
2016-10-13 | net: bridge: add the multicast_flood flag attribute to brport_attrs | Nikolay Aleksandrov | 1 | -0/+1 |
2016-10-13 | net: axienet: Remove unused parameter from __axienet_device_reset | Tobias Klauser | 1 | -6/+5 |
2016-10-13 | liquidio: CN23XX: fix a loop timeout | Dan Carpenter | 1 | -1/+1 |
2016-10-13 | net: rtnl: info leak in rtnl_fill_vfinfo() | Dan Carpenter | 1 | -0/+2 |
2016-10-13 | tipc: info leak in __tipc_nl_add_udp_addr() | Dan Carpenter | 1 | -0/+2 |
2016-10-13 | net: ipv4: Do not drop to make_route if oif is l3mdev | David Ahern | 2 | -1/+26 |
2016-10-13 | net: phy: Trigger state machine on state change and not polling. | Andrew Lunn | 1 | -2/+20 |
2016-10-13 | ipv6: tcp: restore IP6CB for pktoptions skbs | Eric Dumazet | 1 | -9/+11 |
2016-10-13 | netvsc: Remove mistaken udp.h inclusion. | David S. Miller | 1 | -1/+0 |
2016-10-13 | xen-netback: fix type mismatch warning | Arnd Bergmann | 1 | -3/+3 |
2016-10-13 | stmmac: fix error check when init ptp | Giuseppe CAVALLARO | 2 | -6/+8 |
2016-10-13 | stmmac: fix ptp init for gmac4 | Giuseppe CAVALLARO | 1 | -5/+12 |
2016-10-13 | qed: fix old-style function definition | Arnd Bergmann | 1 | -1/+1 |
2016-10-13 | netvsc: fix checksum on UDP IPV6 | stephen hemminger | 1 | -50/+22 |
2016-10-13 | net_sched: reorder pernet ops and act ops registrations | WANG Cong | 1 | -8/+11 |
2016-10-13 | xen-netback: fix guest Rx stall detection (after guest Rx refactor) | David Vrabel | 1 | -0/+2 |
2016-10-13 | drivers/ptp: Fix kernel memory disclosure | Vlad Tsyrklevich | 1 | -0/+1 |
2016-10-13 | net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ON | Tom Herbert | 2 | -4/+13 |
2016-10-13 | qmi_wwan: add support for Quectel EC21 and EC25 | Bjørn Mork | 1 | -2/+28 |
2016-10-13 | Merge branch 'ovs-8021AD-fixes' | David S. Miller | 3 | -3/+4 |
2016-10-13 | openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal dev | Jiri Benc | 1 | -1/+1 |
2016-10-13 | openvswitch: fix vlan subtraction from packet length | Jiri Benc | 1 | -1/+2 |
2016-10-13 | openvswitch: vlan: remove wrong likely statement | Jiri Benc | 1 | -1/+1 |
2016-10-13 | qed: Fix to use list_for_each_entry_safe() when delete items | Wei Yongjun | 1 | -2/+2 |
2016-10-13 | tlan: avoid unused label with PCI=n | Arnd Bergmann | 1 | -1/+1 |
2016-10-13 | xen-netback: (re-)create a debugfs node for hash information | Paul Durrant | 3 | -2/+107 |
2016-10-13 | net_sched: do not broadcast RTM_GETTFILTER result | Eric Dumazet | 1 | -7/+11 |
2016-10-12 | strparser: Propagate correct error code in strp_recv() | Geert Uytterhoeven | 1 | -1/+1 |
2016-10-12 | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 682 | -54101/+85011 |
2016-10-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 200 | -1061/+2300 |
2016-10-12 | mm: split gfp_mask and mapping flags into separate fields | Michal Hocko | 2 | -12/+11 |
2016-10-12 | fs: use mapping_set_error instead of opencoded set_bit | Michal Hocko | 7 | -14/+9 |
2016-10-12 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 96 | -112/+0 |
2016-10-12 | hung_task: allow hung_task_panic when hung_task_warnings is 0 | John Siddle | 1 | -14/+14 |
2016-10-12 | kthread: add kerneldoc for kthread_create() | Jonathan Corbet | 1 | -0/+11 |
2016-10-12 | kthread: better support freezable kthread workers | Petr Mladek | 2 | -9/+24 |
2016-10-12 | kthread: allow to modify delayed kthread work | Petr Mladek | 2 | -0/+57 |
2016-10-12 | kthread: allow to cancel kthread work | Petr Mladek | 2 | -2/+135 |
2016-10-12 | kthread: initial support for delayed kthread work | Petr Mladek | 2 | -0/+135 |
2016-10-12 | kthread: detect when a kthread work is used by more workers | Petr Mladek | 1 | -8/+20 |
2016-10-12 | kthread: add kthread_destroy_worker() | Petr Mladek | 2 | -0/+25 |
2016-10-12 | kthread: add kthread_create_worker*() | Petr Mladek | 2 | -10/+110 |
2016-10-12 | kthread: allow to call __kthread_create_on_node() with va_list args | Petr Mladek | 1 | -30/+42 |
2016-10-12 | kthread/smpboot: do not park in kthread_create_on_cpu() | Petr Mladek | 2 | -2/+11 |
2016-10-12 | kthread: kthread worker API cleanup | Petr Mladek | 18 | -92/+93 |
2016-10-12 | kthread: rename probe_kthread_data() to kthread_probe_data() | Petr Mladek | 3 | -4/+4 |
2016-10-12 | scripts/tags.sh: enable code completion in VIM | Mathieu Maret | 1 | -1/+2 |
2016-10-12 | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping | Catalin Marinas | 7 | -9/+83 |
2016-10-12 | kdump, vmcoreinfo: report memory sections virtual addresses | Thomas Garnier | 2 | -0/+9 |
2016-10-12 | ipc/sem.c: add cond_resched in exit_sme | Nikolay Borisov | 1 | -0/+2 |