summaryrefslogtreecommitdiffstats
path: root/tools/kvm (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-27statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)1-2/+0
2017-04-27uapi: change the type of struct statx_timestamp.tv_nsec to unsignedDmitry V. Levin1-6/+2
2017-04-27statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells1-7/+6
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-26macsec: dynamically allocate space for sglistJason A. Donenfeld1-7/+22
2017-04-26Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller1-11/+0
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2-4/+37
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko1-0/+2
2017-04-25net: ipv6: regenerate host route if moved to gc listDavid Ahern1-2/+12
2017-04-25bridge: move bridge multicast cleanup to ndo_uninitXin Long2-1/+1
2017-04-25ipv6: fix source routingSabrina Dubroca1-0/+4
2017-04-25qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com1-5/+5
2017-04-25netvsc: fix calculation of available send sectionsstephen hemminger2-6/+4
2017-04-25net: hso: fix module unloadingAndreas Kemnade1-1/+1
2017-04-25tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan1-1/+1
2017-04-25tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan1-1/+1
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-04-25team: fix memory leaksPan Bian1-2/+6
2017-04-25sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2-1/+5
2017-04-25ASoC: intel: Fix PM and non-atomic crash in bytcr driversTakashi Iwai2-4/+2
2017-04-25macvlan: Fix device ref leak when purging bc_queueHerbert Xu1-1/+10
2017-04-25usb: plusb: Add support for PL-27A1Roman SpychaƂa2-3/+14
2017-04-25net: can: usb: gs_usb: Fix buffer on stackMaksim Salau1-5/+12
2017-04-25can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean1-0/+1
2017-04-25can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean4-0/+77
2017-04-25net: dsa: b53: Fix CPU port for 58xx devicesFlorian Fainelli1-1/+1
2017-04-25net: dsa: b53: Implement software reset for 58xx devicesFlorian Fainelli2-1/+25
2017-04-25net: dsa: b53: Include IMP/CPU port in dumb forwarding modeFlorian Fainelli2-0/+14
2017-04-24net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern1-1/+2
2017-04-24ravb: Double free on error in ravb_start_xmit()Dan Carpenter1-3/+4
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka1-0/+3
2017-04-24macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld1-1/+1
2017-04-24ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman1-1/+2
2017-04-24net: tc35815: move free after the dereferenceDan Carpenter1-1/+1
2017-04-24net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau1-2/+2
2017-04-24sparc: Update syscall tables.David S. Miller3-1/+10
2017-04-24sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_APIDavid S. Miller3-1/+39
2017-04-24Linux 4.11-rc8v4.11-rc8Linus Torvalds1-1/+1
2017-04-22net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari1-0/+1
2017-04-22net/mlx5e: Fix small packet thresholdEugenia Emantayev1-1/+1
2017-04-22net/mlx5: Fix UAR memory leakMaor Gottlieb1-0/+1
2017-04-22net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz1-19/+23
2017-04-22net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz1-19/+23
2017-04-22net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2-13/+26
2017-04-22net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia1-1/+1
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave1-2/+8